<?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>convert KVM to VMware ESXi &#8211; Arun&#8217;s blog</title>
	<atom:link href="https://arunns.net/tag/convert-kvm-to-vmware-esxi/feed/" rel="self" type="application/rss+xml" />
	<link>https://arunns.net</link>
	<description>Arun&#039;s blog</description>
	<lastBuildDate>Mon, 10 Jun 2013 17:37:57 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.4.2</generator>
	<item>
		<title>Migrate KVM virtual machines to VMware ESXi</title>
		<link>https://arunns.net/migrate-kvm-virtual-machines-to-vmware-esxi/</link>
					<comments>https://arunns.net/migrate-kvm-virtual-machines-to-vmware-esxi/#comments</comments>
		
		<dc:creator><![CDATA[Arun N.]]></dc:creator>
		<pubDate>Mon, 10 Jun 2013 17:37:57 +0000</pubDate>
				<category><![CDATA[KVM]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[convert KVM to VMware ESXi]]></category>
		<guid isPermaLink="false">http://arunnsblog.com/?p=757</guid>

					<description><![CDATA[&#8211; Shutdown the KVM guest &#8211; convert the QCOW2 or RAW format to VMDK format # qemu-img convert image.img -O vmdk image.vmdk &#8211; Upload this image to datastore &#8211; Create a new virtual machine with this disk image &#8211; There might be issues with network interface mapping, fix the network mapping at /etc/udev/rules.d/70-persistent-net.rules]]></description>
										<content:encoded><![CDATA[<p>&#8211; Shutdown the KVM guest<br />
&#8211; convert the QCOW2 or RAW format to VMDK format</p>
<blockquote><p># qemu-img convert image.img -O vmdk image.vmdk</p></blockquote>
<p>&#8211; Upload this image to datastore</p>
<p>&#8211; Create a new virtual machine with this disk image</p>
<p>&#8211; There might be issues with network interface mapping, fix the network mapping at /etc/udev/rules.d/70-persistent-net.rules</p>
]]></content:encoded>
					
					<wfw:commentRss>https://arunns.net/migrate-kvm-virtual-machines-to-vmware-esxi/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
