OpenSolaris

Printable Version Enter a New Search
Bug ID 6603209
Synopsis Multiple -o options to 'zfs mount' ignore all but the last.
State 10-Fix Delivered (Fix available in build)
Category:Subcategory utility:zfs
Keywords
Responsible Engineer Mark Musante
Reported Against
Duplicate Of
Introduced In solaris_nevada
Commit to Fix snv_87
Fixed In snv_87
Release Fixed solaris_nevada(snv_87) , solaris_10u6(s10u6_03) (Bug ID:2161982)
Related Bugs
Submit Date 11-September-2007
Last Update Date 9-April-2008
Description
All but the last -o option to 'zfs mount' are ignored.  As an example:

bash-3.00# zfs mount -o noexec -o ro tank/foo
bash-3.00# grep -i zfs < /etc/mnttab
tank/foo        /tank/foo       zfs     ro,devices,setuid,exec,xattr,atime,dev=2d9000b   1189514022
bash-3.00# zfs umount tank/foo
bash-3.00# zfs mount -o ro -o noexec tank/foo
bash-3.00# grep -i zfs < /etc/mnttab
tank/foo        /tank/foo       zfs     rw,devices,setuid,noexec,xattr,atime,dev=2d9000c 1189514047
bash-3.00#
Work Around
N/A
Comments
N/A