Revision 4677a909 man/gnt-backup.sgml

b/man/gnt-backup.sgml
91 91
      <title>IMPORT</title>
92 92
      <cmdsynopsis>
93 93
        <command>import</command>
94
        <arg choice="req">-n <replaceable>node</replaceable></arg>
94
        <arg choice="req">-n <replaceable>node<optional>:secondary-node</optional></replaceable></arg>
95 95
        <arg>-s <replaceable>disksize</replaceable></arg>
96 96
        <arg>-o <replaceable>os-type</replaceable></arg>
97 97
        <arg>-m <replaceable>memsize</replaceable></arg>
......
171 171
            <term>remote_raid1</term>
172 172
            <listitem>
173 173
              <para>
174
                Disk devices will be md raid1 arrays with one
175
                component (so it's not actually raid1): a drbd device
176
                between the instance's primary node and the node given
177
                by the option <option>--secondary-node</option>.
174
                Disk devices will be md raid1 arrays with one component (so
175
                it's not actually raid1): a drbd device between the instance's
176
                primary node and the node given by the second value of the
177
                <option>--node</option> option.
178 178
              </para>
179 179
            </listitem>
180 180
          </varlistentry>
......
182 182
      </para>
183 183

  
184 184
      <para>
185
        The <option>--secondary-node</option> option is used with
186
        the remote raid disk template type and specifies the remote
187
        node.
188
      </para>
189

  
190
      <para>
191 185
        If you do not want gnt-backup to wait for the disk mirror
192 186
        to be synced, use the <option>--no-wait-for-sync</option>
193 187
        option.
194 188
      </para>
195 189

  
196

  
197 190
      <para>
198 191
        Example:
199 192
        <screen>

Also available in: Unified diff