Révision 41 bin/create-filesystem
create-filesystem (revision 41) | ||
---|---|---|
6 | 6 |
echo "$0 [options]" 1>&2 |
7 | 7 |
echo " -n : filesystem name" 1>&2 |
8 | 8 |
echo " -p : pool name" 1>&2 |
9 |
# FIXME: c'est pas clair ta formulation : |
|
10 |
echo " -o : options zfs filesystem. Read the man zfs for more details" 1>&2 |
|
9 |
echo " -o : set property list for a zfs volume. Separate such property by a ','." 1>&2 |
|
10 |
echo " Example : -o compression=off,snapdev=visble." 1>&2 |
|
11 |
echo " Read the man zfs to get the list of the valid properties" 1>&2 |
|
12 |
echo " -i : interactive mode" 1>&2 |
|
13 |
|
|
11 | 14 |
} |
12 | 15 |
|
13 | 16 |
function nointeractive { |
Formats disponibles : Unified diff