Revision a53a1b18 man/gnt-backup.sgml

b/man/gnt-backup.sgml
92 92
      <title>IMPORT</title>
93 93
      <cmdsynopsis>
94 94
        <command>import</command>
95
        <arg choice="req">-n <replaceable>node<optional>:secondary-node</optional></replaceable></arg>
96
        <arg>-s <replaceable>disksize</replaceable></arg>
95

  
96
        <group choice="req">
97
          <arg>-n <replaceable>node<optional>:secondary-node</optional></replaceable></arg>
98
          <arg>--iallocator <replaceable>name</replaceable></arg>
99
        </group>
97 100
        <sbr>
98 101

  
102
        <arg>-s <replaceable>disksize</replaceable></arg>
99 103
        <arg>--swap-size <replaceable>disksize</replaceable></arg>
100 104
        <arg>-m <replaceable>memsize</replaceable></arg>
105
        <sbr>
106

  
101 107
        <arg>-b <replaceable>bridge</replaceable></arg>
108
        <arg choice="req">--src-node=<replaceable>source-node</replaceable></arg>
109
        <arg choice="req">--src-dir=<replaceable>source-dir</replaceable></arg>
102 110
        <sbr>
103 111

  
104 112
        <arg choice="req">-t<group>
......
108 116
          </group></arg>
109 117
        <sbr>
110 118

  
111
        <arg choice="req">--src-node=<replaceable>source-node</replaceable></arg>
112
        <arg choice="req">--src-dir=<replaceable>source-dir</replaceable></arg>
113 119
        <arg choice="req"><replaceable>instance</replaceable></arg>
114 120
      </cmdsynopsis>
115 121
      <para>
......
183 189
      </para>
184 190

  
185 191
      <para>
186
        The optional second value of the <option>--node</option> is
187
        used for the drbd disk template and specifies the remote node.
192
        The <option>--iallocator</option> option specifies the instance
193
        allocator plugin to use. If you pass in this option the allocator will
194
        select nodes for this instance automatically, so you don't need to pass
195
        them with the <option>-n</option> option. For more information please
196
        refer to the instance allocator documentation.
197
      </para>
198

  
199
      <para>
200
        The optional second value of the <option>--node</option> is used for
201
        the remote raid template type and specifies the remote node.
188 202
      </para>
189 203

  
190 204
      <para>

Also available in: Unified diff