OpenSolaris

Printable Version Enter a New Search
Bug ID 6777298
Synopsis umountall(1M) -z ... limit unmounting action(s) to the current zone
State 11-Closed:Will Not Fix (Closed)
Category:Subcategory utility:filesystem
Keywords
Responsible Engineer Pavel Filipensky
Reported Against snv_05
Duplicate Of
Introduced In
Commit to Fix
Fixed In
Release Fixed
Related Bugs 6502014 , 6512906 , 6777323 , 6779275
Submit Date 27-November-2008
Last Update Date 19-December-2008
Description
This CR is created to track the addition of -z option to umountall(1M).
This change was originally part of 6502014, but it is more logical to
create a separate CR just for the -z option.

-z will be used to fix stop methods of various smf services:

        $ grep umountall /lib/svc/method/*

        /lib/svc/method/nfs-client:     /sbin/umountall -F cachefs
        /lib/svc/method/nfs-client:     /sbin/umountall -F nfs
        /lib/svc/method/smb-client:     /sbin/umountall -F smbfs
        /lib/svc/method/svc-autofs:     /sbin/umountall -F autofs

they  should use the -z flag. e.g. /sbin/umountall -F nfs -z
Work Around
N/A
Comments
N/A