Sponsored Content
Operating Systems Solaris Understanding ZFS Snapshots - why will it utilize space ? Post 303013375 by javanoob on Tuesday 20th of February 2018 12:44:45 PM
Old 02-20-2018
Understanding ZFS Snapshots - why will it utilize space ?

Hi all,

I am moving to Solaris11 and is trying to understand how ZFS snapshot works.

Chances upon this Oracle Blog and can't wrap my head around it.
https://blogs.oracle.com/solaris/understanding-the-space-used-by-zfs-v2

Hope gurus here can shed some light .

=======

Here it goes,

I understand snapshot works on copy on write mechanism, so if there isn't any changes, there wouldn't be extra space taken.

q1) Why is it that when file1 is deleted, both snap1 and snap2 isn't utilizing any space ?

Code:
bleonard@os200906:~# rm /tank/file1
bleonard@os200906:~# zpool scrub tank
bleonard@os200906:~# zfs list -t all -r tank
NAME         USED  AVAIL  REFER  MOUNTPOINT
tank         200M   784M   100M  /tank
tank@snap1    17K      -   100M  -
tank@snap2    17K      -   200M  -

Yet when using zfs list as below, it is showing that 100M is use by snapshot
(USEDSNAP - 100M)

Code:
 
 bleonard@os200906:~# zfs list -t all -o space -r tank
NAME        AVAIL   USED  USEDSNAP  USEDDS  USEDREFRESERV  USEDCHILD
tank         784M   200M      100M    100M              0       154K

So when file1 is deleted, snap1 and snap2 is not utilizing any space but 100M is used by snapshots ?...

==============

q2) However, when snap1 is deleted, snap2 will show that it is using 100M of space.. why so ?

Code:
 
 bleonard@os200906:~# zfs destroy tank@snap1
bleonard@os200906:~# zfs list -t all -r tank
NAME         USED  AVAIL  REFER  MOUNTPOINT
tank         200M   784M   100M  /tank
tank@snap2   100M      -   200M  -

SmilieSmilieSmilie
I am sure I am looking at this the wrong way...

Regards,
Noob
 

3 More Discussions You Might Find Interesting

1. Solaris

How to utilize the 2nd hard disk space in x86 solaris 5.10

I have 2 hard disks ,one hard disk(40gb) completely for windows Os,and the other(120gb) for solaris Os. In the second hard disk.I have utilised around 10gb for the solaris installation and also partitioned with the available 10gb space for the solaris x86 OS. Now i need to utilise the... (8 Replies)
Discussion started by: jayaprakash
8 Replies

2. Solaris

Recommended Patch Cluster Using ZFS Snapshots

I have a question regarding installing recommended patch clusters via ZFS snapshots. Someone wrote a pretty good blog about it here: Initial Program Load: Live Upgrade to install the recommended patch cluster on a ZFS snapshot The person's article is similar to what I've done in the past. ... (0 Replies)
Discussion started by: christr
0 Replies

3. Solaris

Permissions to run ZFS Snapshots

Hi, I work as an Oracle Technical consultant (mainly DBA related), and I have used ZFS snapshots on previous projects which has helped me a great deal. I often take snapshots before doing some dev work, and then I can roll it back if I want to start again, or if it goes pear shaped!! I have... (4 Replies)
Discussion started by: AndyG
4 Replies
sharefs(7FS)							   File Systems 						      sharefs(7FS)

NAME
sharefs - Kernel sharetab filesystem DESCRIPTION
The sharefs filesystem describes the state of all shares currently loaded by the kernel. It is mounted during boot time as a read-only file at /etc/dfs/sharetab. Filesystem contents are dynamic and reflect the current set of shares in the system. File contents are described in sharetab(4). File contents can be modified as a result of share(1M), sharectl(1M), sharemgr(1M) and changing properties of a zfs(1M) data set. The module may not be unloaded dynamically by the kernel. FILES
/etc/dfs/sharetab System record of shared file systems. SEE ALSO
share(1M), sharectl(1M), sharemgr(1M), zfs(1M), sharetab(4) SunOS 5.11 31 Oct 2007 sharefs(7FS)
All times are GMT -4. The time now is 02:36 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy