bugzilla-daemon at defect.opensolaris.org
2008-May-08 10:03 UTC
[Bug 1850] New: zpool key -u should force unmount datasets
http://defect.opensolaris.org/bz/show_bug.cgi?id=1850 Summary: zpool key -u should force unmount datasets Classification: Development Product: zfs-crypto Version: unspecified Platform: Other OS/Version: Solaris Status: ACCEPTED Severity: minor Priority: P3 Component: other AssignedTo: darrenm at opensolaris.org ReportedBy: darrenm at opensolaris.org QAContact: hua.tang at sun.com CC: zfs-crypto-discuss at opensolaris.org Estimated Hours: 0.0 /* * We have to force unmount the datasets to make sure the data * is flushed to disk. Note this differs from the zfs_unload_key() * case were we don''t force the unmount. In this case we do because * it is a pool wide operation and we don''t want some end user process * with a CWD inside an encrypted dataset causing the unload to be * blocked. */ (void) zpool_disable_datasets(zhp, B_TRUE, B_TRUE); -- 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.
bugzilla-daemon at defect.opensolaris.org
2008-May-08 10:04 UTC
[Bug 1850] zpool key -u should force unmount datasets
http://defect.opensolaris.org/bz/show_bug.cgi?id=1850 Darren J Moffat <darrenm at opensolaris.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ACCEPTED |CLOSED Resolution| |FIXINSOURCE -- 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.