zfs-linux / zfs

Native ZFS for Linux
http://wiki.github.com/behlendorf/zfs/
Other
56 stars 2 forks source link

mountpoint property add multiple entries in mtab #92

Closed deepenmehta closed 13 years ago

deepenmehta commented 13 years ago

Following are the issues with mounpoint property

1) kqinfo@kqinfo:~$ sudo zfs list NAME USED AVAIL REFER MOUNTPOINT testpool 226K 3.91G 21K /testpool testpool/zipme 21K 3.91G 21K /testpool/zipme testpool/zipme1 30K 3.91G 30K /testpool/zipme1 kqinfo@kqinfo:~$ kqinfo@kqinfo$ mount ....

testpool/zipme1 on /testpool/zipme1/ type zfs (rw) testpool/zipme on /testpool/zipme type zfs (rw) testpool/zipme1 on /testpool/zipme1 type zfs (rw) kqinfo@kqinfo:~$

2) If set multiple slashes in path then 'mount' cmd shows the mount entry more then once with multiple slashes in path.

3) Metadata also store the entry with slashes and not able to identify previous entry.

so, in mount its show one device can mount at multiple location but actually its not.

deepenmehta commented 13 years ago

DONE !!