Revision 7af3534e man/gnt-backup.rst

b/man/gnt-backup.rst
63 63

  
64 64
| **import**
65 65
| {-n *node[:secondary-node]* | --iallocator *name*}
66
| [--disk *N*:size=*VAL* [,mode=*ro|rw*]...]
66
| [--disk *N*:size=*VAL* [,vg=*VG*], [,mode=*ro|rw*]...]
67 67
| [--net *N* [:options...] | --no-nics]
68 68
| [-B *BEPARAMS*]
69 69
| [-H *HYPERVISOR* [: option=*value*... ]]
......
81 81
The ``disk`` option specifies the parameters for the disks of the
82 82
instance. The numbering of disks starts at zero. For each disk, at
83 83
least the size needs to be given, and optionally the access mode
84
(read-only or the default of read-write) can also be specified. The
85
size is interpreted (when no unit is given) in mebibytes. You can
86
also use one of the suffixes m, g or t to specificy the exact the
87
units used; these suffixes map to mebibytes, gibibytes and
88
tebibytes.
84
(read-only or the default of read-write) and LVM volume group can also
85
be specified. The size is interpreted (when no unit is given) in
86
mebibytes. You can also use one of the suffixes m, g or t to specificy
87
the exact the units used; these suffixes map to mebibytes, gibibytes
88
and tebibytes.
89 89

  
90 90
Alternatively, a single-disk instance can be created via the ``-s``
91 91
option which takes a single argument, the size of the disk. This is

Also available in: Unified diff