OpenSolaris

Printable Version Enter a New Search
Bug ID 6377671
Synopsis zfs mount -a shouldn't bother checking snapshots
State 10-Fix Delivered (Fix available in build)
Category:Subcategory utility:zfs
Keywords onnv_triage
Responsible Engineer Eric Schrock
Reported Against
Duplicate Of
Introduced In solaris_nevada
Commit to Fix snv_33
Fixed In snv_33
Release Fixed solaris_nevada(snv_33)
Related Bugs
Submit Date 26-January-2006
Last Update Date 8-February-2006
Description
Right now, zfs_iter_children() always iterates over filesystems and snapshots.
When used with 'zfs mount -a', this means we iterate over all snapshots in
the system, only to find out that we don't need to mount them.  We could save
some effort and not mount them in the first place.
Work Around
N/A
Comments
N/A