Krenz von Leiberman
2009-Jun-10 00:15 UTC
[zfs-discuss] ZFS snapshots ignore everything in /export/....
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. -- This message posted from opensolaris.org
Cindy.Swearingen at Sun.COM
2009-Jun-10 16:51 UTC
[zfs-discuss] ZFS snapshots ignore everything in /export/....
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 rpool at now # zfs list NAME USED AVAIL REFER MOUNTPOINT rpool 5.61G 61.3G 94K /rpool rpool at now 0 - 94K - rpool/ROOT 4.61G 61.3G 18K legacy rpool/ROOT at now 0 - 18K - rpool/ROOT/zfsBE 4.61G 61.3G 4.61G / rpool/ROOT/zfsBE at now 190K - 4.61G - rpool/dump 1.00G 61.3G 1.00G - rpool/dump at now 0 - 1.00G - rpool/export 38K 61.3G 20K /export rpool/export at now 0 - 20K - rpool/export/home 18K 61.3G 18K /export/home rpool/export/home at 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.
Lori Alt
2009-Jun-10 16:54 UTC
[zfs-discuss] ZFS snapshots ignore everything in /export/....
On 06/09/09 18:15, 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. >So are you doing the following? # zfs snapshot -r rpool at today If so, what is the output then of `zfs list` ? Lori