rename volumes to zfs objects
This commit is contained in:
parent
c83e7bd5de
commit
064265938a
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
if [[ -z "$1" || -z "$2" ]] ; then
|
if [[ -z "$1" || -z "$2" ]] ; then
|
||||||
echo "usage: $0 <volume> <density>" >&2
|
echo "usage: $0 <zfs_object> <density>" >&2
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue