http://defect.opensolaris.org/bz/show_bug.cgi?id=2123


Darren J Moffat <darrenm at opensolaris.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|darrenm at opensolaris.org     |hua.tang at sun.com
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




--- Comment #1 from Darren J Moffat <darrenm at opensolaris.org>  2008-06-18 
07:15:40 ---
This is not a product but but a test suite bug.  The test is incorrectly
looking at the permissions of the underlying mount point.  The same behaviour
can be seen without using encryption and by just using plain zfs umount.  In
fact this isn't even ZFS specific.

braveheart$ zfs create tank/fs
braveheart# chown zfsc:other /tank/fs
braveheart# ls -dl /tank/fs 
drwxr-xr-x   2 zfsc     other          2 Jun 18 15:02 /tank/fs
braveheart# zfs umount tank/fs
braveheart# ls -dl /tank/fs   
drwxr-xr-x   2 root     root           2 Jun 18 15:02 /tank/fs

Or with UFS:

braveheart# mount /dev/lofi/1 /mnt 
braveheart# chown zfsc:other /mnt
braveheart# ls -ld /mnt
drwxr-xr-x   3 zfsc     other        512 Jun 18 15:06 /mnt
braveheart# umount /mnt
braveheart# ls -ld /mnt
drwxr-xr-x   2 root     sys          512 May 21 17:06 /mnt



Assigning to Grace to fix the test suite as I can't even find where in the test
suite generates this message.

-- 
Configure bugmail: http://defect.opensolaris.org/bz/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

Reply via email to