<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Yellow Bricks &#187; snapshots</title>
	<atom:link href="http://www.yellow-bricks.com/tag/snapshots/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.yellow-bricks.com</link>
	<description>Building blocks for virtualization...</description>
	<lastBuildDate>Fri, 10 Feb 2012 11:12:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Changes to Snapshot mechanism &#8220;Delete All&#8221;</title>
		<link>http://www.yellow-bricks.com/2010/07/05/changes-to-snapshot-mechanism-delete-all/</link>
		<comments>http://www.yellow-bricks.com/2010/07/05/changes-to-snapshot-mechanism-delete-all/#comments</comments>
		<pubDate>Mon, 05 Jul 2010 12:35:16 +0000</pubDate>
		<dc:creator>Duncan Epping</dc:creator>
				<category><![CDATA[Server]]></category>
		<category><![CDATA[snapshot]]></category>
		<category><![CDATA[snapshots]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[VCB]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=6165</guid>
		<description><![CDATA[<p>Don&#8217;t know if anyone noticed it or not but with the latest set of patches VMware changed the &#8220;Delete All&#8221; mechanism that is part of the Snapshot feature. I wrote multiple articles about the &#8220;Delete All&#8221; functionality as it often led to completely filled up VMFS volumes when someone used without knowing the inner workings. Source When using the Delete [...]</p><p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2010/07/05/changes-to-snapshot-mechanism-delete-all/">Changes to Snapshot mechanism &#8220;Delete All&#8221;</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></description>
			<content:encoded><![CDATA[<p>Don&#8217;t know if anyone noticed it or not but with the latest set of patches VMware changed the &#8220;Delete All&#8221; mechanism that is part of the Snapshot feature. I wrote multiple <a href="http://www.yellow-bricks.com/2008/12/04/snapshots-the-revision/">articles</a> about the &#8220;Delete All&#8221; functionality as it often led to completely filled up VMFS volumes when someone used without knowing the inner workings.</p>
<blockquote><p><a href="http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&amp;cmd=displayKC&amp;externalId=1017739">Source</a></p>
<p>When using the Delete All option in Snapshot Manager, the snapshot farthest from the base disk is committed to its parent, causing that parent snapshot to grow. When the commit is complete, that snapshot is removed and the process starts over on the newly updated snapshot to its parent. This continues until every snapshot has been committed.</p>
<p>This method can be relatively slow since data farthest from the base disk might be copied several times. More importantly, this method can aggressively use disk space if the snapshots are large, which is especially problematic if a limited amount of space is available on the datastore. The space issue is troublesome in that you might choose to delete snapshots explicitly to free up storage.</p>
<p>This issue is resolved in this release in that the order of snapshot consolidation has been modified to start with the snapshot closest to the base disk instead of farthest. The end result is that copying data repeatedly is avoided.</p></blockquote>
<p>Just to give an example, 4 snapshots:</p>
<p><span style="text-decoration: underline;">Old situation</span> (pre vSphere 4 Update 2)</p>
<ul>
<li>Base disk &#8211; 15GB</li>
<li>Snapshot 1 &#8211; 1GB &#8211;&gt; possibly grows to 13GB</li>
<li>Snapshot 2 &#8211; 1GB &#8211;&gt; possibly grows to 12GB</li>
<li>Snapshot 3 &#8211; 1GB &#8211;&gt; possibly grows to 11GB</li>
<li>Snapshot 4 &#8211; 10GB</li>
</ul>
<p>Snapshot 4 is copied in to Snapshot 3, Snapshot 3 in to Snapshot 2, Snapshot 2 in to Snapshot 1 and Snapshot 1 in to your Base disk. After the copy of Snapshot 1 in to the Base disk all Snapshots will be deleted. Please note that the total amount of diskspace consumed before the &#8220;Delete All&#8221; was 28GB. Right before the final merge the consumed diskspace is <span style="text-decoration: underline;">61GB</span>. This is just an example, just imagine what could happen with a 100GB data disk!</p>
<p><span style="text-decoration: underline;">New situation</span></p>
<ul>
<li>Base disk &#8211; 15GB</li>
<li>Snapshot 1 &#8211; 1GB</li>
<li>Snapshot 2 &#8211; 1GB</li>
<li>Snapshot 3 &#8211; 1GB</li>
<li>Snapshot 4 &#8211; 10GB</li>
</ul>
<p>Snapshot 1 is copied in to Base disk, Snapshot 2 is copied in to Base disk, Snapshot 3 in to Base disk and Snapshot 4 in to your Base disk. After the copy of Snapshot 4 in to the Base disk all Snapshots will be deleted. Please note that the total amount of diskspace consumed before the &#8220;Delete All&#8221; was 28GB. Right before the final merge the consumed diskspace is still 28GB. Not only did VMware reduced the chances of running out of disk space, the time to commit the snapshot by using &#8220;delete all&#8221; has also been decreased using this new mechanism.</p>
<p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2010/07/05/changes-to-snapshot-mechanism-delete-all/">Changes to Snapshot mechanism &#8220;Delete All&#8221;</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></content:encoded>
			<wfw:commentRss>http://www.yellow-bricks.com/2010/07/05/changes-to-snapshot-mechanism-delete-all/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>Feedback on VMware Snapshots</title>
		<link>http://www.yellow-bricks.com/2010/04/13/feedback-on-vmware-snapshots/</link>
		<comments>http://www.yellow-bricks.com/2010/04/13/feedback-on-vmware-snapshots/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 22:56:25 +0000</pubDate>
		<dc:creator>Duncan Epping</dc:creator>
				<category><![CDATA[PASS Syndication]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[snapshots]]></category>
		<category><![CDATA[survey]]></category>
		<category><![CDATA[vSphere]]></category>

		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=5806</guid>
		<description><![CDATA[<p>Henry Robinsson, a product manager at VMware, just posted a topic on the VMTN community forums requestion feedback on VMware snapshots. (Thanks William Lam for pointing this out) I am uncertain what this feedback will lead into but usually it is used as guidance for the direction a specific product or feature is heading into. If you want to be [...]</p><p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2010/04/13/feedback-on-vmware-snapshots/">Feedback on VMware Snapshots</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></description>
			<content:encoded><![CDATA[<p>Henry Robinsson, a product manager at VMware, just posted a <a href="http://communities.vmware.com/thread/263868?tstart=0">topic</a> on the VMTN community forums requestion feedback on VMware snapshots. (Thanks William Lam for pointing this out) I am uncertain what this feedback will lead into but usually it is used as guidance for the direction a specific product or feature is heading into.</p>
<p>If you want to be part of the people who directed a VMware feature into a specific direction I would suggest heading over to the survey linked below and fill it out!</p>
<blockquote><p>I would appreciate it if you could take a few minutes to respond to this <a href="http://www.surveymethods.com/EndUser.aspx?B094F8E2B1F2E0E6B6">survey</a>. Your response will guide our future product offerings in this area. The survey is about 20 questions and should take you just a few minutes to fill out.</p>
<p>I will post a summary of the results after suitable feedback.</p>
<p>Regards,</p>
<p>Henry Robinson<br />
VMware Product Management<br />
The URL to this survey is: <a href="http://www.surveymethods.com/EndUser.aspx?B094F8E2B1F2E0E6B6">http://www.surveymethods.com/EndUser.aspx?B094F8E2B1F2E0E6B6</a></p></blockquote>
<p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2010/04/13/feedback-on-vmware-snapshots/">Feedback on VMware Snapshots</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></content:encoded>
			<wfw:commentRss>http://www.yellow-bricks.com/2010/04/13/feedback-on-vmware-snapshots/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>vSphere VM Snapshots and block size</title>
		<link>http://www.yellow-bricks.com/2009/08/24/vsphere-vm-snapshots-and-block-size/</link>
		<comments>http://www.yellow-bricks.com/2009/08/24/vsphere-vm-snapshots-and-block-size/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 12:30:06 +0000</pubDate>
		<dc:creator>Duncan Epping</dc:creator>
				<category><![CDATA[Server]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[esxi]]></category>
		<category><![CDATA[snapshots]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[vSphere]]></category>

		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=3812</guid>
		<description><![CDATA[<p>As some already noticed; when creating a snapshot on a VM with two disks the block size of the VMFS volume which hold the working directory is checked before the snapshot is taken. As reported by VMTN User Pizang this was not the case in ESX 3.x. You can imagine that this can cause issues when the second disk of [...]</p><p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2009/08/24/vsphere-vm-snapshots-and-block-size/">vSphere VM Snapshots and block size</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></description>
			<content:encoded><![CDATA[<p>As <a href="http://communities.vmware.com/message/1342456">some already noticed</a>; when creating a snapshot on a VM with two disks the block size of the VMFS volume which hold the working directory is checked before the snapshot is taken. As reported by <a href="http://communities.vmware.com/people/pizang">VMTN User Pizang</a> this was not the case in ESX 3.x. You can imagine that this can cause issues when the second disk of a VM is larger than the maximum file size dictated by the block size of the VMFS file system which holds the working directory of the VM. What? Yeah I had to read that sentence at least 3 times before I understood what I said&#8230; This might make it easier:</p>
<p style="padding-left: 30px;"><strong> virtualmachine001</strong><br />
Disk01 &#8211; 10GB stored on VMFS001 with a <span style="text-decoration: underline;">1MB</span> Block size<br />
Disk02 &#8211; <span style="text-decoration: underline;">350GB</span> stored on VMFS002 with a 4MB Block size</p>
<p style="padding-left: 30px;">VMFS001 contains the working directory of the vm &#8220;virtualmachine001&#8243;. Snapshots are stored in the working directory. In the case of Disk02 this could mean that the delta file grows beyond the maximum file limit of 256GB of VMFS001 where it will be stored.</p>
<p>Another example of where the block size could limit you is outlined in this KB article: <a href="http://kb.vmware.com/kb/1012384">http://kb.vmware.com/kb/1012384</a>.</p>
<p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2009/08/24/vsphere-vm-snapshots-and-block-size/">vSphere VM Snapshots and block size</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></content:encoded>
			<wfw:commentRss>http://www.yellow-bricks.com/2009/08/24/vsphere-vm-snapshots-and-block-size/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Consolidating snapshots</title>
		<link>http://www.yellow-bricks.com/2008/12/16/consolidating-snapshots/</link>
		<comments>http://www.yellow-bricks.com/2008/12/16/consolidating-snapshots/#comments</comments>
		<pubDate>Tue, 16 Dec 2008 14:08:53 +0000</pubDate>
		<dc:creator>Duncan Epping</dc:creator>
				<category><![CDATA[Server]]></category>
		<category><![CDATA[kb]]></category>
		<category><![CDATA[snapshots]]></category>
		<category><![CDATA[Storage]]></category>

		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=1346</guid>
		<description><![CDATA[<p>I was just reading this excellent KB article on consolidating snapshots. It really contains a wealth of information and a procedure on how to remove a snapshot of a disk that has been changed in size for instance. if the disk has been changed in size the following error will show up during the boot process of the VM: The [...]</p><p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2008/12/16/consolidating-snapshots/">Consolidating snapshots</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></description>
			<content:encoded><![CDATA[<p>I was just reading <a href="http://kb.vmware.com/selfservice/microsites/search.do?cmd=displayKC&amp;docType=kc&amp;externalId=1007849&amp;sliceId=1&amp;docTypeID=DT_KB_1_1&amp;dialogID=10302840&amp;stateId=1%200%2010310298">this excellent KB</a> article on consolidating snapshots. It really contains a wealth of information and a procedure on how to remove a snapshot of a disk that has been changed in size for instance.</p>
<p>if the disk has been changed in size the following error will show up during the boot process of the VM:</p>
<p style="padding-left: 30px;"><span style="font-size: x-small;"><span style="font-family: Courier New;">The parent virtual disk has been modified since the child was created</span></span></p>
<p>Read the <a href="http://kb.vmware.com/selfservice/microsites/search.do?cmd=displayKC&amp;docType=kc&amp;externalId=1007849&amp;sliceId=1&amp;docTypeID=DT_KB_1_1&amp;dialogID=10302840&amp;stateId=1%200%2010310298">full article</a> for the solution.</p>
<p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2008/12/16/consolidating-snapshots/">Consolidating snapshots</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></content:encoded>
			<wfw:commentRss>http://www.yellow-bricks.com/2008/12/16/consolidating-snapshots/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Snapshots, the revision</title>
		<link>http://www.yellow-bricks.com/2008/12/04/snapshots-the-revision/</link>
		<comments>http://www.yellow-bricks.com/2008/12/04/snapshots-the-revision/#comments</comments>
		<pubDate>Thu, 04 Dec 2008 22:33:37 +0000</pubDate>
		<dc:creator>Duncan Epping</dc:creator>
				<category><![CDATA[Server]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[esxi]]></category>
		<category><![CDATA[snapshots]]></category>
		<category><![CDATA[Storage]]></category>

		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=1162</guid>
		<description><![CDATA[<p>I was reading Jason Boche&#8217;s blog on snapshots yesterday and noticed a misunderstanding. I tweeted Jason about this and his blog was updated in a sec. But I thought it might be handy to actually outline the basics again especially because during the VMTN Experts Podcast there was a huge discussion on snapshots. Unfortunately I could not join the call [...]</p><p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2008/12/04/snapshots-the-revision/">Snapshots, the revision</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></description>
			<content:encoded><![CDATA[<p>I was reading Jason Boche&#8217;s blog on snapshots yesterday and noticed a misunderstanding. I tweeted Jason about this and his blog was updated in a sec. But I thought it might be handy to actually outline the basics again especially because during the VMTN Experts Podcast there was a huge discussion on snapshots. Unfortunately I could not join the call via audio so I decided to respond here.<span id="more-1162"></span></p>
<p>While I was just checking my Google Reader I noticed that Eric Siebert beat me, he just released <a href="http://itknowledgeexchange.techtarget.com/virtualization-pro/how-big-can-snapshots-grow/">this blog</a> that explains the basics of snapshots.</p>
<blockquote><p>When a snapshot is created, the original disk becomes read-only, and a separate delta file is created that contains all the disk changes that are made thereafter. The delta file does not contain an ongoing history or transaction log of all the changes to data on the disk, it simply updates disk blocks as they are changed. If a particular block is changed it is written to the delta file, but if that same block is changed again later on the existing block is simply updated with the new data and a new block is not written to the delta file.</p></blockquote>
<p>I want to add the following, which is an outtake of one of my articles from a couple of months ago:</p>
<blockquote><p>Situation:<br />
Snapshot 1 &#8211; 20GB<br />
Snapshot 2 &#8211; 10GB<br />
Snapshot 3 &#8211; 30GB</p>
<p>When you choose &#8220;delete all&#8221; the following will happen:</p>
<ol>
<li>A helper snapshot is created which holds all changes</li>
<li>Snapshot 2 will grow to 40GB at most</li>
<li> Snapshot 1 will grow to 60GB at most</li>
<li> Snapshot 1 will be committed to the original VMDK</li>
<li>The helper is committed to the original</li>
<li> All snapshot files are deleted</li>
</ol>
<p>In other words: Snapshot 3 is merged into Snapshot 2, Snapshot 2 is merged into Snapshot 1, Snapshot 1 is merged into the original flat.vmdk and afterwards all snapshot files are deleted. This means that if you want to delete all snapshots at once you will need around 70GB of free disk-space in this particular situation and the size of the helper snapshot. So think twice before you press the &#8220;delete all&#8221; button.</p></blockquote>
<p>So it comes down to the following:</p>
<ol>
<li>a single snapshot will not grow larger than it&#8217; parent disk</li>
<li>the disk files are not deleted until everything is consolidated</li>
<li>a snapshot will grow in 16MB chunks and every time it grows the VMFS volume will be locked</li>
</ol>
<p>Gabe was so kind to visualize the Snapshot &#8220;delete-all&#8221; process:</p>
<p>Thanks Eric for stealing my article <img src='http://www.yellow-bricks.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley colorbox-1162' /> </p>
<p>And for those who have got access to the VMworld presentations, check out TA14 &#8211; VMworld 2008 Europe.</p>
<p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2008/12/04/snapshots-the-revision/">Snapshots, the revision</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></content:encoded>
			<wfw:commentRss>http://www.yellow-bricks.com/2008/12/04/snapshots-the-revision/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Defraging a VMDK</title>
		<link>http://www.yellow-bricks.com/2008/11/01/defraging-a-vmdk/</link>
		<comments>http://www.yellow-bricks.com/2008/11/01/defraging-a-vmdk/#comments</comments>
		<pubDate>Sat, 01 Nov 2008 10:11:27 +0000</pubDate>
		<dc:creator>Duncan Epping</dc:creator>
				<category><![CDATA[Server]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[esxi]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[snapshots]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[vmdk]]></category>

		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=765</guid>
		<description><![CDATA[<p>Team Fusion wrote a great post on &#8220;defragging&#8221; vm&#8217;s and why you shouldn&#8217;t do it. Or at least be very careful about it. Make sure to read it! Before we begin, it&#8217;s important to note that defragmentation isn&#8217;t a necessary task &#8211; your virtual machine will still work just fine even if you never defrag, and the effects of fragmentation [...]</p><p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2008/11/01/defraging-a-vmdk/">Defraging a VMDK</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></description>
			<content:encoded><![CDATA[<p>Team Fusion wrote a <a href="http://blogs.vmware.com/teamfusion/2008/10/tip-defragmenta.html">great post</a> on &#8220;defragging&#8221; vm&#8217;s and why you shouldn&#8217;t do it. Or at least be very careful about it. Make sure to read it!</p>
<blockquote><p>Before we begin, it&#8217;s important to note that defragmentation <strong>isn&#8217;t a necessary task</strong> &#8211; your virtual machine will still work just fine even if you never defrag, and the effects of fragmentation are usually not noticeable. Personally, I&#8217;ve <em>never</em> feel the need to defrag. However, if for some reason you do feel the need to defrag, here&#8217;s how to do it. Note that snapshots get in the way of proper defragmenting.</p></blockquote>
<p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2008/11/01/defraging-a-vmdk/">Defraging a VMDK</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></content:encoded>
			<wfw:commentRss>http://www.yellow-bricks.com/2008/11/01/defraging-a-vmdk/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>VSS Snapshots</title>
		<link>http://www.yellow-bricks.com/2008/07/26/vss-snapshots/</link>
		<comments>http://www.yellow-bricks.com/2008/07/26/vss-snapshots/#comments</comments>
		<pubDate>Sat, 26 Jul 2008 15:57:58 +0000</pubDate>
		<dc:creator>Duncan Epping</dc:creator>
				<category><![CDATA[BC-DR]]></category>
		<category><![CDATA[snapshots]]></category>
		<category><![CDATA[u2]]></category>
		<category><![CDATA[VCB]]></category>

		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=239</guid>
		<description><![CDATA[<p>If you just upgraded to 3.5 Update 2 and updated VMware tools and want to use VSS for snapshotting than you will have to enable this manually for each VM: In the VMware Tools installer, select Modify &#62; Drivers &#62; VSS. Complete the installation process. Restart the virtual machine to make sure VSS components are installed and running.</p><p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2008/07/26/vss-snapshots/">VSS Snapshots</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></description>
			<content:encoded><![CDATA[<p>If you just upgraded to 3.5 Update 2 and updated VMware tools and want to use VSS for snapshotting than you will have to enable this manually for each VM:</p>
<ol>
<li>In the VMware Tools installer, select <strong>Modify</strong> &gt; <strong>Drivers</strong> &gt; <strong>VSS</strong>.</li>
<li>Complete the installation process.</li>
<li>Restart the virtual machine to make sure VSS components are installed and running.</li>
</ol>
<p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2008/07/26/vss-snapshots/">VSS Snapshots</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></content:encoded>
			<wfw:commentRss>http://www.yellow-bricks.com/2008/07/26/vss-snapshots/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Checking for snapshots, html email report!</title>
		<link>http://www.yellow-bricks.com/2008/02/06/checking-for-snapshots-html-email-report/</link>
		<comments>http://www.yellow-bricks.com/2008/02/06/checking-for-snapshots-html-email-report/#comments</comments>
		<pubDate>Wed, 06 Feb 2008 20:07:36 +0000</pubDate>
		<dc:creator>Duncan Epping</dc:creator>
				<category><![CDATA[Management & Automation]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[service console]]></category>
		<category><![CDATA[snapshots]]></category>

		<guid isPermaLink="false">http://www.yellow-bricks.com/2008/02/06/checking-for-snapshots-html-email-report/</guid>
		<description><![CDATA[<p>When reading the VMTN forum I stumbled upon a topic about checking the VMFS for snapshots. Besides snaphunter by Xtravirt, which is an excellent script, there isn&#8217;t much out there. You can check the VirtualCenter database for snapshots but this way you would not notice the orphaned snapshots. (Orphaned snapshot occur when the vmsd file gets corrupted.) A couple of [...]</p><p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2008/02/06/checking-for-snapshots-html-email-report/">Checking for snapshots, html email report!</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></description>
			<content:encoded><![CDATA[<p>When reading the VMTN forum I stumbled upon a <a href="http://communities.vmware.com/message/857785" target="_blank">topic</a> about checking the VMFS for snapshots. Besides <a href="http://www.xtravirt.com/index.php?option=com_remository&amp;Itemid=75&amp;func=fileinfo&amp;id=19" target="_blank">snaphunter</a> by Xtravirt, which is an excellent script, there isn&#8217;t much out there. You can check the VirtualCenter database for snapshots but this way you would not notice the orphaned snapshots. (Orphaned snapshot occur when the vmsd file gets corrupted.) A couple of months before Xtravirt posted their script I wrote my own snapshot checking script named snapcheck.sh. <span id="more-84"></span>You can easily schedule it via the crontab and if you have the MIME module in place and <a href="http://www.yellow-bricks.com/2008/01/23/howto-sending-html-email-from-the-service-console/" target="_blank">smtp_send.pl</a> it will send an HTML email to you with a nice table, yellow line means a registered snapshot and red line means an orphaned snapshot. You should also have ssh key authentication in place, check for more info ssh key authentication the <a href="http://www.rtfm-ed.co.uk/?p=156" target="_blank">RTFM</a> website. You can download the snapcheck script <a href="http://www.yellow-bricks.com/wp-content/uploads/snapcheck.sh" target="_blank">here</a>! Enjoy it.</p>
<p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2008/02/06/checking-for-snapshots-html-email-report/">Checking for snapshots, html email report!</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></content:encoded>
			<wfw:commentRss>http://www.yellow-bricks.com/2008/02/06/checking-for-snapshots-html-email-report/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Undocumented VCB config.js feature</title>
		<link>http://www.yellow-bricks.com/2008/02/06/undocumented-vcb-configjs-feature/</link>
		<comments>http://www.yellow-bricks.com/2008/02/06/undocumented-vcb-configjs-feature/#comments</comments>
		<pubDate>Wed, 06 Feb 2008 17:00:57 +0000</pubDate>
		<dc:creator>Duncan Epping</dc:creator>
				<category><![CDATA[BC-DR]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[snapshots]]></category>
		<category><![CDATA[VCB]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.yellow-bricks.com/2008/02/06/undocumented-vcb-configjs-feature/</guid>
		<description><![CDATA[<p>One of my customers wanted to use the default VCB framework but did not want to quiesce the VM for several reasons. (Databases, Active Directory etc.) I could not find an option in the config.js file but noticed the following in the file glue.js: // A fallback to be able to switch to non-quiesced snapshots if (typeof(NO_QUIESCE) != "undefined") { [...]</p><p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2008/02/06/undocumented-vcb-configjs-feature/">Undocumented VCB config.js feature</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></description>
			<content:encoded><![CDATA[<p>One of my customers wanted to use the default VCB framework but did not want to quiesce the VM for several reasons. (Databases, Active Directory etc.) I could not find an option in the config.js file but noticed the following in the file glue.js:</p>
<blockquote><p><code>   // A fallback to be able to switch to non-quiesced snapshots<br />
if (typeof(NO_QUIESCE) != "undefined") {<br />
cmd +="-Q 0 ";<br />
}</code></p></blockquote>
<p>In other words, setting the option &#8220;NO_QUIESCE&#8221; with no value in config.js results in the VM not being quiesced, default it will quiesce the VM! I added the following line to the  config.js file to accomplish this:</p>
<blockquote><p><code>NO_QUIESCE="";</code></p></blockquote>
<p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2008/02/06/undocumented-vcb-configjs-feature/">Undocumented VCB config.js feature</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></content:encoded>
			<wfw:commentRss>http://www.yellow-bricks.com/2008/02/06/undocumented-vcb-configjs-feature/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>VCB problems with independent disks</title>
		<link>http://www.yellow-bricks.com/2008/01/11/vcb-problems-with-independent-disks/</link>
		<comments>http://www.yellow-bricks.com/2008/01/11/vcb-problems-with-independent-disks/#comments</comments>
		<pubDate>Fri, 11 Jan 2008 08:19:43 +0000</pubDate>
		<dc:creator>Duncan Epping</dc:creator>
				<category><![CDATA[BC-DR]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[snapshots]]></category>
		<category><![CDATA[VCB]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.yellow-bricks.com/2008/01/11/vcb-problems-with-independent-disks/</guid>
		<description><![CDATA[<p>In my RSS reader I noticed a blog on VM/ETC about independent disks and VCB. The thing is, no snapshots are created when a disk is in independent/persistent mode. This can be a problem when you want to use VCB on all your disks. But this can also come in handy when you want to disable a specific disk from [...]</p><p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2008/01/11/vcb-problems-with-independent-disks/">VCB problems with independent disks</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></description>
			<content:encoded><![CDATA[<p>In my RSS reader I noticed a blog on <a href="http://treesum.homeip.net/vmworld2007/?p=210" target="_blank">VM/ETC</a> about independent disks and VCB. The thing is, no snapshots are created when a disk is in independent/persistent mode. This can be a problem when you want to use VCB on all your disks. But this can also come in handy when you want to disable a specific disk from being picked up by VCB. For instance a Database server with a 1TB D: disk is probably not a candidate for for VCB in a normal situation. But when setting the D:\ disk in independent/persistent mode this disk will be skipped by VCB because it&#8217;s <em>impossible to snapshot a disk</em> that&#8217;s in this mode. This way you can dump the C:\ aka System partition and restore the VM in case of disaster recovery more easily.</p>
<p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2008/01/11/vcb-problems-with-independent-disks/">VCB problems with independent disks</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></content:encoded>
			<wfw:commentRss>http://www.yellow-bricks.com/2008/01/11/vcb-problems-with-independent-disks/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

