rename volumes to zfs objects

This commit is contained in:
Mirek Kratochvil 2014-05-30 16:05:37 +02:00
parent c83e7bd5de
commit 064265938a
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
if [ -z "$1" ] ; then if [ -z "$1" ] ; then
echo "usage: $0 <zfs_volume>" >&2 echo "usage: $0 <zfs_object>" >&2
exit 1 exit 1
fi fi