Revision de003d78 man/gnt-instance.rst

b/man/gnt-instance.rst
73 73
   The LVM volume group. This works only for LVM and DRBD devices.
74 74

  
75 75
metavg
76
   This options specifies a different VG for the metadata device. This
76
   This option specifies a different VG for the metadata device. This
77 77
   works only for DRBD devices. If not specified, the default metavg
78 78
   of the node-group (possibly inherited from the cluster-wide settings)
79 79
   will be used.
80 80

  
81
access
82
   If 'userspace', instance will access this disk directly without going
83
   through a block device, avoiding expensive context switches with
84
   kernel space. This options works only for RBD and Gluster devices. If
85
   not specified, the default access of the node-group (possibly
86
   inherited from the cluster-wide settings) will be used.
87

  
81 88
When creating ExtStorage disks, also arbitrary parameters can be passed,
82 89
to the ExtStorage provider. Those parameters are passed as additional
83 90
comma separated options. Therefore, an ExtStorage disk provided by
......
1197 1204
The ``--disk add:size=*SIZE*,[options..]`` option adds a disk to the
1198 1205
instance, and ``--disk *N*:add:size=*SIZE*,[options..]`` will add a disk
1199 1206
to the the instance at a specific index. The available options are the
1200
same as in the **add** command(``spindles``, ``mode``, ``name``, ``vg``,
1201
``metavg``). Per default, gnt-instance waits for the disk mirror to sync.
1207
same as in the **add** command (``spindles``, ``mode``, ``name``, ``vg``,
1208
``metavg`` and ``access``). Per default, gnt-instance waits for the disk
1209
mirror to sync.
1202 1210
If you do not want this behavior, use the ``--no-wait-for-sync`` option.
1203 1211
When adding an ExtStorage disk, the ``provider=*PROVIDER*`` option is
1204 1212
also mandatory and specifies the ExtStorage provider. Also, for

Also available in: Unified diff