Hi Guys, I'm playing with the snapshot mechanism of ZFS and I have a problem with recursive snapshots.
If I go to a directory, create some kind of dummy file, create a non recursive snapshot from that directory, remove the dummy file and rollback the snapshot, the dummy file is back again. This is according specs. But if that dummy file is placed in a sub directory, it won't work. e.g. cd /export touch home/dummy zfs snapshot -r rpool/export at now rm home/dummy zfs rollback -r rpool/export at now The dummy file is not restored. So what am I doing wrong? -- This message posted from opensolaris.org