Package: zfs-fuse Version: 0.6.9-1 Umounting a bind (from a zfs) will make that particular filesystem unavailable.
>From http://zfs-fuse.net/issues/44 Steps to reproduce: Simple test case: 1. Create a pool called mypool. Let's assume its mounted at /mypool 2. Create a filesystem mypool/a and mount it at /mypool/a 3. Bind mount /mypool/a at /mnt/temp with 'mkdir -p /mnt/temp && mount -o bind /mypool/a /mnt/temp' 4. 'zfs get all mypool/a' dumps core. 5. umount /mnt/temp. 6. 'zfs get all mypool/a' does not dump core. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

