<?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>qcow2 &#8211; Arun&#8217;s blog</title>
	<atom:link href="https://arunns.net/tag/qcow2/feed/" rel="self" type="application/rss+xml" />
	<link>https://arunns.net</link>
	<description>Arun&#039;s blog</description>
	<lastBuildDate>Mon, 06 Dec 2010 13:12:24 +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>Converting LVM virtual machine storage to image</title>
		<link>https://arunns.net/converting-lvm-virtual-machine-storage-to-image/</link>
					<comments>https://arunns.net/converting-lvm-virtual-machine-storage-to-image/#comments</comments>
		
		<dc:creator><![CDATA[Arun N.]]></dc:creator>
		<pubDate>Mon, 06 Dec 2010 13:12:24 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[KVM]]></category>
		<category><![CDATA[LVM]]></category>
		<category><![CDATA[qcow2]]></category>
		<guid isPermaLink="false">http://arunnsblog.com/?p=411</guid>

					<description><![CDATA[To convert the LVM disk to qcow2 formatted disk image, Use lvdisplay to get the Logical volume name $ sudo lvdisplay Use qemu-img to convert to the required image format # qemu-img convert -O qcow2 /dev/mapper/lv_name &#60;destination_file&#62;.qcow2 eg: # qemu-img convert -O qcow2 /dev/mapper/disk1 disk1.qcow2 This will be useful to replicate the virtual machines to other [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>To convert the LVM disk to qcow2 formatted disk image,</p>
<p>Use lvdisplay to get the Logical volume name</p>
<blockquote><p>$ sudo lvdisplay</p></blockquote>
<p>Use qemu-img to convert to the required image format</p>
<blockquote><p># qemu-img convert -O qcow2 /dev/mapper/lv_name &lt;destination_file&gt;.qcow2</p></blockquote>
<p>eg:</p>
<blockquote><p># qemu-img convert -O qcow2 /dev/mapper/disk1 disk1.qcow2</p></blockquote>
<p>This will be useful to replicate the virtual machines to other hardware.</p>
<p>./arun</p>
]]></content:encoded>
					
					<wfw:commentRss>https://arunns.net/converting-lvm-virtual-machine-storage-to-image/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
