Allowing a filesystem to be rolled back without unmounting it sounds unwise,
given the potentially confusing effect on any application with a file currently
open there.
And if a user can't roll back their home directory filesystem, is that so bad?
Presumably they can still access snapshot vers
Hello zfs-discuss,
http://bugs.opensolaris.org/view_bug.do?bug_id=6421210
1. App opens and creates an empty file /pool/fs1/file1
2. zfs snapshot pool/[EMAIL PROTECTED]
3. App writes something to file and still keeps it open
4. zfs rollback pool/[EMAIL PROTECTED]
Now what happens to fd App is u