<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: How to Create a VDO Volume On a Storage Device on RHEL 8	</title>
	<atom:link href="https://www.tecmint.com/create-a-vdo-volume-on-a-storage-device-on-rhel-8/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/create-a-vdo-volume-on-a-storage-device-on-rhel-8/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Mon, 28 Mar 2022 05:11:00 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: kucridd		</title>
		<link>https://www.tecmint.com/create-a-vdo-volume-on-a-storage-device-on-rhel-8/comment-page-1/#comment-1750889</link>

		<dc:creator><![CDATA[kucridd]]></dc:creator>
		<pubDate>Mon, 28 Mar 2022 05:11:00 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=35821#comment-1750889</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/create-a-vdo-volume-on-a-storage-device-on-rhel-8/comment-page-1/#comment-1428233&quot;&gt;Raju&lt;/a&gt;.

Minimum required size for VDO volume: 5063921664 bytes]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/create-a-vdo-volume-on-a-storage-device-on-rhel-8/comment-page-1/#comment-1428233">Raju</a>.</p>
<p>Minimum required size for VDO volume: 5063921664 bytes</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Raju		</title>
		<link>https://www.tecmint.com/create-a-vdo-volume-on-a-storage-device-on-rhel-8/comment-page-1/#comment-1428233</link>

		<dc:creator><![CDATA[Raju]]></dc:creator>
		<pubDate>Thu, 04 Feb 2021 08:11:12 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=35821#comment-1428233</guid>

					<description><![CDATA[What is the minimum size of the backend storage device to create vdo device?
~~~
Creating VDO vdodisk
vdo: ERROR - vdoformat: formatVDO failed on &#039;/dev/disk/by-id/ata-QEMU_HARDDISK_QM00003-part2&#039;: VDO Status: Out of space
~~~]]></description>
			<content:encoded><![CDATA[<p>What is the minimum size of the backend storage device to create vdo device?<br />
~~~<br />
Creating VDO vdodisk<br />
vdo: ERROR &#8211; vdoformat: formatVDO failed on &#8216;/dev/disk/by-id/ata-QEMU_HARDDISK_QM00003-part2&#8217;: VDO Status: Out of space<br />
~~~</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Nelson		</title>
		<link>https://www.tecmint.com/create-a-vdo-volume-on-a-storage-device-on-rhel-8/comment-page-1/#comment-1376581</link>

		<dc:creator><![CDATA[Nelson]]></dc:creator>
		<pubDate>Sun, 18 Oct 2020 06:57:54 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=35821#comment-1376581</guid>

					<description><![CDATA[I keep getting the errors below when trying to create a VDO.

Creating VDO vdo1
&lt;pre&gt;
vdo: ERROR - Kernel module kvdo not installed
vdo: ERROR - modprobe: ERROR: could not insert &#039;kvdo&#039;: Required key not available
&lt;/pre&gt;
However, when I try to install it I get this message.

Package vdo-6.2.2.117-13.el8.x86_64 is already installed.
Package kmod-kvdo-6.2.2.117-65.el8.x86_64 is already installed.
Dependencies resolved.


 And yes my vdo is active and enable, please see below message
● vdo.service - VDO volume services
   Loaded: loaded (/usr/lib/systemd/system/vdo.service; enabled; vendor preset: enabled)
   Active: active (exited) since Sun 2020-10-18 01:22:02 CDT; 32min ago
  Process: 1023 ExecStart=/usr/bin/vdo start --all --confFile /etc/vdoconf.yml (code=exited,&#062;
 Main PID: 1023 (code=exited, status=0/SUCCESS)
    Tasks: 0 (limit: 23336)
   Memory: 0B
   CGroup: /system.slice/vdo.service

Oct 18 01:22:00 s1.centos8 systemd[1]: Starting VDO volume services...
Oct 18 01:22:02 s1.centos8 systemd[1]: Started VDO volume services.


 Am using centos8 4.18.0-193.19.1.el8_2.x86_64.  Thanks!]]></description>
			<content:encoded><![CDATA[<p>I keep getting the errors below when trying to create a VDO.</p>
<p>Creating VDO vdo1</p>
<pre>
vdo: ERROR - Kernel module kvdo not installed
vdo: ERROR - modprobe: ERROR: could not insert 'kvdo': Required key not available
</pre>
<p>However, when I try to install it I get this message.</p>
<p>Package vdo-6.2.2.117-13.el8.x86_64 is already installed.<br />
Package kmod-kvdo-6.2.2.117-65.el8.x86_64 is already installed.<br />
Dependencies resolved.</p>
<p> And yes my vdo is active and enable, please see below message<br />
● vdo.service &#8211; VDO volume services<br />
   Loaded: loaded (/usr/lib/systemd/system/vdo.service; enabled; vendor preset: enabled)<br />
   Active: active (exited) since Sun 2020-10-18 01:22:02 CDT; 32min ago<br />
  Process: 1023 ExecStart=/usr/bin/vdo start &#8211;all &#8211;confFile /etc/vdoconf.yml (code=exited,&gt;<br />
 Main PID: 1023 (code=exited, status=0/SUCCESS)<br />
    Tasks: 0 (limit: 23336)<br />
   Memory: 0B<br />
   CGroup: /system.slice/vdo.service</p>
<p>Oct 18 01:22:00 s1.centos8 systemd[1]: Starting VDO volume services&#8230;<br />
Oct 18 01:22:02 s1.centos8 systemd[1]: Started VDO volume services.</p>
<p> Am using centos8 4.18.0-193.19.1.el8_2.x86_64.  Thanks!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: James Kiarie		</title>
		<link>https://www.tecmint.com/create-a-vdo-volume-on-a-storage-device-on-rhel-8/comment-page-1/#comment-1314593</link>

		<dc:creator><![CDATA[James Kiarie]]></dc:creator>
		<pubDate>Mon, 03 Feb 2020 09:50:50 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=35821#comment-1314593</guid>

					<description><![CDATA[Thanks for that pointer Kingneutron. Let me give a shot with the &lt;code&gt;modprobe&lt;/code&gt; command in loading the &lt;strong&gt;vdo&lt;/strong&gt; module.]]></description>
			<content:encoded><![CDATA[<p>Thanks for that pointer Kingneutron. Let me give a shot with the <code>modprobe</code> command in loading the <strong>vdo</strong> module.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Kingneutron		</title>
		<link>https://www.tecmint.com/create-a-vdo-volume-on-a-storage-device-on-rhel-8/comment-page-1/#comment-1314297</link>

		<dc:creator><![CDATA[Kingneutron]]></dc:creator>
		<pubDate>Fri, 31 Jan 2020 17:43:17 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=35821#comment-1314297</guid>

					<description><![CDATA[This is a common bug and the workaround is to simply reboot your server.

No. This is Linux, not Windows. &#039;&lt;code&gt;modprobe vdo&lt;/code&gt;&#039; and should be good to go.

Also, you should be able to create a file-based VDO device instead of having to use a partition. I will be experimenting with this.]]></description>
			<content:encoded><![CDATA[<p>This is a common bug and the workaround is to simply reboot your server.</p>
<p>No. This is Linux, not Windows. &#8216;<code>modprobe vdo</code>&#8216; and should be good to go.</p>
<p>Also, you should be able to create a file-based VDO device instead of having to use a partition. I will be experimenting with this.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
