Revision bd028152 man/gnt-backup.sgml

b/man/gnt-backup.sgml
104 104
        <arg choice="req">-t<group>
105 105
            <arg>diskless</arg>
106 106
            <arg>plain</arg>
107
            <arg>local_raid1</arg>
108
            <arg>remote_raid1</arg>
109 107
            <arg>drbd</arg>
110 108
          </group></arg>
111 109
        <sbr>
......
173 171
            </listitem>
174 172
          </varlistentry>
175 173
          <varlistentry>
176
            <term>local_raid1</term>
177
            <listitem>
178
              <para>
179
                Disk devices will be md raid1 arrays over two local
180
                logical volumes.
181
              </para>
182
            </listitem>
183
          </varlistentry>
184
          <varlistentry>
185
            <term>remote_raid1</term>
186
            <listitem>
187
              <para>
188
                Disk devices will be md raid1 arrays with one
189
                component (so it's not actually raid1): a drbd (0.7.x)
190
                device between the instance's primary node and the
191
                node given by the second value of the
192
                <option>--node</option> option.
193
              </para>
194
            </listitem>
195
          </varlistentry>
196
          <varlistentry>
197 174
            <term>drbd</term>
198 175
            <listitem>
199 176
              <para>
200 177
                Disk devices will be drbd (version 8.x) on top of lvm
201
                volumes. They are equivalent in functionality to
202
                <replaceable>remote_raid1</replaceable>, but are
203
                recommended for new instances (if you have drbd 8.x
204
                installed).
178
                volumes.
205 179
              </para>
206 180
            </listitem>
207 181
          </varlistentry>
......
209 183
      </para>
210 184

  
211 185
      <para>
212
        The optional second value of the <option>--node</option> is used for
213
        the remote raid template type and specifies the remote node.
186
        The optional second value of the <option>--node</option> is
187
        used for the drbd disk template and specifies the remote node.
214 188
      </para>
215 189

  
216 190
      <para>

Also available in: Unified diff