March 11, 2009
2:35 am | Last updated: May 3, 2009 at: 4:46 am

Hyper-V introduced a new feature called “snapshot” that allow you to capture and save the point in time state of a running or saved virtual machine and then go back to that state at a latter point in time. When a snapshot is taken we create a new differencing disk to point the virtual machine to and we call it an AVHD or automatic VHD since it was created automatically by requesting the snapshot. When you delete a snapshot the next time the virtual machine is off or saved we will merge the AVHD created by the snapshot back into it’s respective parent…  We do this automatically and in the background – so lets say you wanted to know when it’s was done programmatically…  It’s not too hard just run the following query to see if any merges are going on presently - PS C:> Get-WmiObject -Namespace "rootvirtualization" -Query "select * from Msvm_ConcreteJob" | Where {$_.ElementName - eq 'Merge in Progress'}. 

Full Article

Loading

Contextual Related Posts:

No followup yet

Leave a Response

Comment Preview
« Amnesia demos Microsoft Surface “business card readers,” and Razorfish “Table Toss”Microsoft to set up Network of Cybercrime Investigation Centres of Excellence »
Feed Icon

Subscribe via RSS or email: