<?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>Slashzerø &#187; thin provision</title>
	<atom:link href="http://www.slashzero.com/tag/thin-provision/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.slashzero.com</link>
	<description>Random and Useless Thoughts on Everything</description>
	<lastBuildDate>Wed, 31 Mar 2010 20:46:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>How to thin provision an exsiting VMWare disk on ESXi without virtual center</title>
		<link>http://www.slashzero.com/2008/10/how-to-thin-provision-an-exsiting-vmware-disk-on-esxi-without-virtual-center/</link>
		<comments>http://www.slashzero.com/2008/10/how-to-thin-provision-an-exsiting-vmware-disk-on-esxi-without-virtual-center/#comments</comments>
		<pubDate>Fri, 03 Oct 2008 14:51:39 +0000</pubDate>
		<dc:creator>abx21</dc:creator>
				<category><![CDATA[VMWare]]></category>
		<category><![CDATA[clone]]></category>
		<category><![CDATA[esxi]]></category>
		<category><![CDATA[rcli]]></category>
		<category><![CDATA[thin provision]]></category>

		<guid isPermaLink="false">http://www.slashzero.com/?p=97</guid>
		<description><![CDATA[If you are like me then after you installed ESXi you went and created a ton of  virtual hosts, then realized that you were short on disk space.  In doing research on using NFS as a datastore, I read how by default images on NFS were thin provisioned.  In a bit of a jealous moment, <a href='http://www.slashzero.com/2008/10/how-to-thin-provision-an-exsiting-vmware-disk-on-esxi-without-virtual-center/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>If you are like me then after you installed ESXi you went and created a ton of  virtual hosts, then realized that you were short on disk space.  In doing research on using NFS as a datastore, I read how by default images on NFS were thin provisioned.  In a bit of a jealous moment, I wondered why I didn&#8217;t have that option.  I learned that by using the RCLI appliance it is possible to convert.  &#8220;Vmkfstools -i&#8221; is your friend.  First you must shutdown your VM, in this case called &#8220;test-vm&#8221;.  Then from the RCLI run the vmkfstools command as follows:</p>
<p><code><br />
</code></p>
<pre><code>
vmkfstools -i /vmfs/volumes/datastore1/test-vm/test-vm.vmdk /vmfs/volumes/datastore1/test-vm/testvm-thin.vmdk -d 'thin' -a lsilogic</code></pre>
<pre><code>
</code></pre>
<p>The command prompt on the RCLI appliance will not return until the copy/conversion is done, but you can see the progress graphically in the tasks windows on your VI client.  Once the copy is done, go into the settings of your VM, delete the hard disk, and add a new hard disk pointing to the &#8220;thin&#8221; vmdk you created.  Boot your vm, if it all works then you can use the datastore browser to delete the thick vmdk and you are done.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.slashzero.com%2F2008%2F10%2Fhow-to-thin-provision-an-exsiting-vmware-disk-on-esxi-without-virtual-center%2F&amp;linkname=How%20to%20thin%20provision%20an%20exsiting%20VMWare%20disk%20on%20ESXi%20without%20virtual%20center"><img src="http://www.slashzero.com/wp-content/plugins/add-to-any/share_save_120_16.gif" width="120" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://www.slashzero.com/2008/10/how-to-thin-provision-an-exsiting-vmware-disk-on-esxi-without-virtual-center/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
