Revision 11c05c42

b/man/gnt-cluster.sgml
214 214
        <arg>-g <replaceable>vg-name</replaceable></arg>
215 215
        <arg>--master-netdev <replaceable>vg-name</replaceable></arg>
216 216
        <arg>-m <replaceable>mac-prefix</replaceable></arg>
217
        <arg>--no-lvm-storage</arg>
217 218
        <arg choice="req"><replaceable>clustername</replaceable></arg>
218 219
      </cmdsynopsis>
219 220

  
......
270 271

  
271 272
      <para>
272 273
        The <option>-g</option> option will let you specify a volume group
273
        different than xenvg for ganeti to use when creating instance disks.
274
        This volume group must have the same name on all nodes.
274
        different than 'xenvg' for ganeti to use when creating instance disks.
275
        This volume group must have the same name on all nodes. Once the
276
        cluster is initialized this can be altered by using the
277
        <command>modify</command> command. If you don't want to use lvm
278
        storage at all use the <option>--no-lvm-storage</option> option.
279
        Once the cluster is initialized you can change this setup with the
280
        <command>modify</command> command.
275 281
      </para>
276 282

  
277 283
      <para>
......
288 294
        default is aa:00:00.
289 295
      </para>
290 296

  
297
      <para>
298
        The <option>--no-lvm-storage</option> allows you to initialize the
299
        cluster without lvm support. This means that only instances using
300
        files as storage backend will be possible to create. Once the cluster
301
        is initialized you can change this setup with the
302
        <command>modify</command> command.
303
      </para>
291 304
    </refsect2>
292 305

  
293 306
    <refsect2>
......
313 326
    </refsect2>
314 327

  
315 328
    <refsect2>
329
      <title>MODIFY</title>
330

  
331
      <cmdsynopsis>
332
        <command>modify</command>
333
        <arg choice="opt">-g <replaceable>vg-name</replaceable></arg>
334
        <arg choice="opt">--no-lvm-storage</arg>
335
      </cmdsynopsis>
336

  
337
        <para>
338
          Modify the options for the cluster.
339
        </para>
340

  
341
        <para>
342
          The <option>-g</option> and <option>--no-lvm-stoarge</option> are
343
          described in the <command>init</command> command.
344
        </para>
345
    </refsect2>
346

  
347
    <refsect2>
316 348
      <title>REMOVE-TAGS</title>
317 349

  
318 350
      <cmdsynopsis>

Also available in: Unified diff