Révision 52
bin/create-volume (revision 52) | ||
---|---|---|
13 | 13 |
echo "$0 [options]" 1>&2 |
14 | 14 |
echo " -n : volume name" 1>&2 |
15 | 15 |
echo " -p : pool name" 1>&2 |
16 |
echo " -b : block size. Permit value : 32K, 64K, 128K (recommanded)" 1>&2
|
|
16 |
echo " -b : block size. The size specified must be a power of two greater than or equal to 512 bytes and less than or equal to 128 Kbytes (8K or 128K recommended, see ZFS documentation for details)." 1>&2
|
|
17 | 17 |
echo " -s : volume size. Permit unit : T, G, M" 1>&2 |
18 | 18 |
echo " -o : set property list for a zfs volume. Separate such property by a ','." 1>&2 |
19 |
echo " Example : -o compression=off,snapdev=visble." 1>&2 |
|
20 |
echo " Read the man zfs to get the list of the valid properties" 1>&2
|
|
19 |
echo " Example : -o compression=off,snapdev=visible." 1>&2
|
|
20 |
echo " see ZFS documentation for details." 1>&2
|
|
21 | 21 |
echo " -i : interactive mode" 1>&2 |
22 | 22 |
} |
23 | 23 |
|
Formats disponibles : Unified diff