zfsonlinux / pkg-zfs

Native ZFS packaging for Debian and Ubuntu
https://launchpad.net/~zfs-native/+archive/daily
308 stars 55 forks source link

/etc/init.d/zfs-mount refers to 'zfs' instead of 'zpool' #121

Closed mailinglists35 closed 10 years ago

mailinglists35 commented 10 years ago

from /etc/init.d/zfs-mount on my debian/wheezy 0.6.3 debian-zfs

# Short-Description: Import and mount ZFS pools, filesystems and volumes
# Description: Run the `zfs import`, `zfs mount -a`, `zfs umount -a` or
#              `zfs export` command.

I believe the correct wording should instead be this:

# Description: Run the `zpool import`, `zfs mount -a`, `zfs umount -a` or
#              `zpool export` command.

EDIT: @behlendorf updated markdown for readability.

FransUrbo commented 10 years ago

Description: Run the zfs import, zfs mount -a, zfs umount -a or zfs export command.

I believe the correct wording should instead be this:

Description: Run the zpool import, zfs mount -a, zfs umount -a or zpool export command."

You're of course right! I'll deal with this at the next upload (if I remember :).

Thanx for letting us know...

FransUrbo commented 10 years ago

Fixed in 0.6.3-13~cd3939~wheezy.