Hi Krenz, Can you provide your zfs list output and your snapshot syntax?
See the output below from my Solaris 10 5/09 system. Snapshot syntax and behavior should similar to the Solaris 10 10/08 release. When you take a snapshot of the root pool you must use the -r option to recursively snapshot descendent datasets. Thanks, Cindy # zfs list NAME USED AVAIL REFER MOUNTPOINT rpool 5.61G 61.3G 94K /rpool rpool/ROOT 4.61G 61.3G 18K legacy rpool/ROOT/zfsBE 4.61G 61.3G 4.61G / rpool/dump 1.00G 61.3G 1.00G - rpool/export 38K 61.3G 20K /export rpool/export/home 18K 61.3G 18K /export/home rpool/swap 406K 61.3G 406K - # zfs snapshot -r rp...@now # zfs list NAME USED AVAIL REFER MOUNTPOINT rpool 5.61G 61.3G 94K /rpool rp...@now 0 - 94K - rpool/ROOT 4.61G 61.3G 18K legacy rpool/r...@now 0 - 18K - rpool/ROOT/zfsBE 4.61G 61.3G 4.61G / rpool/ROOT/zf...@now 190K - 4.61G - rpool/dump 1.00G 61.3G 1.00G - rpool/d...@now 0 - 1.00G - rpool/export 38K 61.3G 20K /export rpool/exp...@now 0 - 20K - rpool/export/home 18K 61.3G 18K /export/home rpool/export/h...@now 0 - 18K - rpool/swap 406K 61.3G 406K - Krenz von Leiberman wrote:
When I take a snapshot of my rpool, (of which /export/... is a part of), ZFS ignores all the data in it and doesn't take any snapshots... How do I make it include /export in my snapshots? BTW, I'm running on Solaris 10 Update 6 (Or whatever is the first update to allow for root pools...) Thanks.
_______________________________________________ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss