Revision f3b100e1

b/man/gnt-cluster.sgml
195 195
        <command>init</command>
196 196
        <arg>-s <replaceable>secondary_ip</replaceable></arg>
197 197
        <arg>-b <replaceable>bridge</replaceable></arg>
198
        <arg>-t <replaceable>hypervisor-type</replaceable></arg>
199
        <arg>-g <replaceable>vg-name</replaceable></arg>
200
        <arg>--master-netdev <replaceable>vg-name</replaceable></arg>
201
        <arg>-m <replaceable>mac-prefix</replaceable></arg>
198 202
        <arg choice="req"><replaceable>clustername</replaceable></arg>
199 203
      </cmdsynopsis>
200 204

  
......
208 212
        Note that the <replaceable>clustername</replaceable> is not
209 213
        any random name. It has to be resolvable to an IP address
210 214
        using DNS, and it is best if you give the fully-qualified
211
        domain name.
215
        domain name. Also it is advisable to reserve a per-cluster
216
        unique name, and not try to reuse one of the nodes' names.
212 217
      </para>
213 218

  
214 219
      <para>
......
226 231

  
227 232
      <para>
228 233
        Note that for Ganeti it doesn't matter if the secondary
229

  
230 234
        network is actually a separate physical network, or is done
231 235
        using tunneling, etc. For performance reasons, it's
232 236
        recommended to use a separate network, of course.
......
236 240
        The <option>-b</option> option specifies the default bridge
237 241
        for instances.
238 242
      </para>
243

  
239 244
      <para>
240 245
        The <option>-t</option> allows to set the hypervisor type of
241 246
        the cluster. Available hypervisor types are: xen-3.0, fake and
......
247 252
        <filename>/srv/ganeti/iso/hvm-install.iso</filename> because
248 253
        instances created by the experimental HVM support require them.
249 254
      </para>
255

  
256
      <para>
257
        The <option>-g</option> option will let you specify a volume group
258
        different than xenvg for ganeti to use when creating instance disks.
259
        This volume group must have the same name on all nodes.
260
      </para>
261

  
262
      <para>
263
        The <option>--master-netdev</option> option is useful for specifying a
264
        different interface on which the master will activate its IP address.
265
        It's important that all nodes have this interface because you'll need
266
        it for a master failover.
267
      </para>
268

  
269
      <para>
270
        The <option>-m</option> option will let you specify a three byte prefix
271
        under which the virtual MAC addresses of your instances will be
272
        generated. The prefix must be specified in the format XX:XX:XX and the
273
        default is aa:00:00.
274
      </para>
275

  
250 276
    </refsect2>
251 277

  
252 278
    <refsect2>

Also available in: Unified diff