-
1. Re: Quiesece snapshot creates two delta files
DavoudTeimouri Nov 27, 2016 1:26 AM (in response to lvaibhavt)YES.
A .vmdk file to which the guest operating system can write. The delta disk represents the difference between the current state of the virtual disk and the state that existed at the time that the previous snapshot was taken. When you take a snapshot, the state of the virtual disk is preserved, which prevents the guest operating system from writing to it, and a delta or child disk is created.
A delta disk has two files, including a descriptor file that is small and contains information about the virtual disk, such as geometry and child-parent relationship information, and a corresponding file that contains the raw data.
-
2. Re: Quiesece snapshot creates two delta files
lvaibhavt Nov 27, 2016 1:52 AM (in response to DavoudTeimouri)Hi Davoud,
I think you misunderstood me ; I was referring to below pic
When there is one HDD on VM and if I take a memory or non quiesce snapshot then there is only 1 delta file and only 1 vmdk (for delta)
When I have taken a quiesce snapshot I have two delta files for one HDD
Thanks
Vaibhav
-
3. Re: Quiesece snapshot creates two delta files
a.p. Nov 27, 2016 2:45 AM (in response to lvaibhavt)How did you create the snapshot (manually, script, backup application, ...)?
I saw this behavior with backup applications where a first snapshot was created for the VM itself (as expected), and a second snapshot was created due to the backup application's way (independent-nonpersistent) to mount the VM's virtual disk for the backup.
André
-
4. Re: Quiesece snapshot creates two delta files
lvaibhavt Nov 27, 2016 2:48 AM (in response to a.p.)Hi,
I created quiesce snapshot manually on VM . There is no backup software involved here as I am doing it on a lab
I am unable to understand why two delta files
-
5. Re: Quiesece snapshot creates two delta files
RAJ_RAJ Nov 28, 2016 12:37 AM (in response to lvaibhavt)Hi ,
Please create a snapshot and delete that with Delete All option .
Uninstall and install the vmware tool to latest .
Try again and let me know if you face same issue .
Also please check there is hdd .vmdk file avaialbel on the folder of the VM by browsing or from CLI which is not in use . This HDd may be you have remove from VM but not selected delete option
Please check
Regards
Rajesh
RAJESH RADHAKRISHNAN
VCA -DCV/WM/Cloud,VCP 5 - DCV/DT/CLOUD, ,VCP6-DCV, EMCISA,EMCSA,MCTS,MCPS,BCFA
https://ae.linkedin.com/in/rajesh-radhakrishnan-76269335
Mark my post as "helpful" or "correct" if I've helped resolve or answered your query! -
6. Re: Quiesece snapshot creates two delta files
continuum Nov 29, 2016 6:31 PM (in response to lvaibhavt)Have a look at the vmware.log that describes the process.
I would expect to see that the guest gets stunned twice and in between the VSS actions are executed. -
7. Re: Quiesece snapshot creates two delta files
Techie01 Nov 29, 2016 8:39 PM (in response to lvaibhavt)The two delta files are typically created only for quisced snapshots ( for windows 2k8 and above for windows and latest Linux kernels also support this).
One of the delta file contains the normal delta information and the other file ( which is small in size) contains the application consistent information . The combination of both these delta files ensures that the snapshot taken is not just filesystem consistent but application consistent.
For windows GOS this is typically achieved by the VSS service
-
8. Re: Quiesece snapshot creates two delta files
ChandraSekhar195 May 2, 2018 10:33 PM (in response to Techie01)Hi,
Is this a new change? earlier it used to be different. Whether quisced or not it had created only a single delta vmdk file.
Could you please point to VMware article describing the change? Tried to find the KB article or release notes with information mentioned but could not.
Thanks,
Chandra