<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Some problems with the KVM plugin in Data Protection</title>
    <link>https://community.netapp.com/t5/Data-Protection/Some-problems-with-the-KVM-plugin/m-p/6902#M2398</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN class="replyToName" style="font-style: inherit; font-family: inherit;"&gt;ricardoduarte&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a workaround, you can mount the whole volume instead of mounting qtree directly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example you have qtree named "qtree1" under volume "vol1", then directly mount the volume.&lt;/P&gt;&lt;P&gt;mount &amp;lt;filer_ip&amp;gt;:/vol/vol1 &amp;lt;mount_pt&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will add the volume properly to the volume list during discovery process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let us know if you face any other issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;-Mathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Oct 2012 12:45:17 GMT</pubDate>
    <dc:creator>mathanku</dc:creator>
    <dc:date>2012-10-05T12:45:17Z</dc:date>
    <item>
      <title>Some problems with the KVM plugin</title>
      <link>https://community.netapp.com/t5/Data-Protection/Some-problems-with-the-KVM-plugin/m-p/6880#M2394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm testing SnapCreator 3.6.0 to perform backups for my KVM based virtual machines.&lt;/P&gt;&lt;P&gt;To support rapid clones, I have set up two qtrees on the same volume. Virtual Machines run on /vol/nebula/0 (qtree), and my templates are on /vol/nebula/1 (qtree).&lt;/P&gt;&lt;P&gt;The problems I have are the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- When I try to quiesce SnapCreator, it can't find the virtual machines, because I keep the "xml" file under /vol/nebula/0/vm&amp;lt;name&amp;gt;/deployment.0.&lt;/P&gt;&lt;P&gt;As far as I can see, SnapCreator only uses the VM information to auto-populate the volumes that should be backed up. &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;How can I disable auto-discover and add the volumes manually?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- To fix the previous issue, I just create symbolic links of the xml files to /etc/libvirt/qemu. &lt;/P&gt;&lt;P&gt;Unfortunately, my installment adds two slashes to the path of the virtual disk (/var/lib/one//datastore&lt;STRONG style="text-decoration: underline;"&gt;/&lt;/STRONG&gt;0/one-20/disk.0), but the path is perfectly valid.&lt;/P&gt;&lt;P&gt;The problem here is that SnapCreator is not able to resolve the path to storage device. &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I would suggest that it should sanitize the path before trying to match the mount points.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- After I fixed all the paths, SnapCreator still does not work. &lt;/P&gt;&lt;P&gt;SnapCreator is able to find the storage controller and path, but is not aware of the qtree. So, instead of using /vol/nebula, it uses /vol/nebula/0 and fails.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;This could be fixed by always limit the path on the storage to a depth of 2 (maybe when it starts with /vol/), or allow users to override auto discovery.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are there any workarounds for these issues?&lt;/P&gt;&lt;P&gt;As this is a community release, am I able to access the sources for the KVM plugin?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 06:19:21 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/Some-problems-with-the-KVM-plugin/m-p/6880#M2394</guid>
      <dc:creator>ricardoduarte</dc:creator>
      <dc:date>2025-06-05T06:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: Some problems with the KVM plugin</title>
      <link>https://community.netapp.com/t5/Data-Protection/Some-problems-with-the-KVM-plugin/m-p/6883#M2395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for providing the details, I have forwarded this to some KVM experts and the SC QA team.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can answer your question about how to get the source code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) signup for the SC developer community if you havent done so&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.snapcreator.com" target="_blank"&gt;www.snapcreator.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This requires first going to &lt;A href="http://www.github.com" target="_blank"&gt;www.github.com&lt;/A&gt; (where we store source code) and creating account then providing github account when signing up&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Once you have gotten accpetance email wait around 24 hours then you should havee access&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The SC framework is one repository and each plugin is its own. There are direction on &lt;A href="http://www.snapcreator.com" target="_blank"&gt;www.snapcreator.com&lt;/A&gt; for how to use git, etc. If you just want to get code though, easiest thing is go here &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://github.com/NetApp/SC-KVM" target="_blank"&gt;https://github.com/NetApp/SC-KVM&lt;/A&gt;&lt;SPAN&gt; and click the zip button. Plugin is located under src/perl/KVM.pm. In addition here is wiki on how to use external plugins as you can run the plugins as they are externally.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://github.com/NetApp/SC-Framework/wiki/HELP-Install---Configure-community-plugin" target="_blank"&gt;https://github.com/NetApp/SC-Framework/wiki/HELP-Install---Configure-community-plugin&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are also a ton of other wikis to read under SC-Framework&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When downloading also make sure you switch to correct branch, I would always grab a release branch like R3.6.0x not from main branch.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Keith&lt;/P&gt;&lt;DIV class="mcePaste" id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow: hidden;"&gt;&lt;A class="jive-link-external-small" href="https://github.com/NetApp/SC-KVM" target="_blank"&gt;https://github.com/NetApp/SC-KVM&lt;/A&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2012 10:17:25 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/Some-problems-with-the-KVM-plugin/m-p/6883#M2395</guid>
      <dc:creator>ktenzer</dc:creator>
      <dc:date>2012-09-10T10:17:25Z</dc:date>
    </item>
    <item>
      <title>Re: Some problems with the KVM plugin</title>
      <link>https://community.netapp.com/t5/Data-Protection/Some-problems-with-the-KVM-plugin/m-p/6888#M2396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #575757; font-size: 10pt;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #575757; font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #575757; font-size: 10pt; font-family: 'Arial','sans-serif';"&gt;How can I disable auto-discover and add the volumes manually?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #575757; font-size: 10pt;"&gt;We cannot disable auto discovery, because this will gather lots of information and updates few more parameters other than volumes, which are required during restore operation.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #575757; font-size: 10pt;"&gt;If we disable this option, it will be a burden for user to update all the parameters and also may lead to inconsistencies.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #575757; font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #575757; font-size: 10pt; font-family: 'Arial','sans-serif';"&gt;I would suggest that it should sanitize the path before trying to match the mount points&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #575757; font-size: 10pt;"&gt;XML file path can be provided manually in the snap creator configuration file using parameter "&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;KVM_VM_CONFIG_DIR&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #575757; font-size: 10pt;"&gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #575757; font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #575757; font-size: 10pt;"&gt;We need some more information about the setup.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #575757; font-size: 10pt;"&gt;1. Is it NAS/SAN environment?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #575757; font-size: 10pt;"&gt;2. Can you provide SC dump?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #575757; font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #575757; font-size: 10pt;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #575757; font-size: 10pt;"&gt;Sachin&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2012 11:46:08 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/Some-problems-with-the-KVM-plugin/m-p/6888#M2396</guid>
      <dc:creator>sachins</dc:creator>
      <dc:date>2012-09-13T11:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: Some problems with the KVM plugin</title>
      <link>https://community.netapp.com/t5/Data-Protection/Some-problems-with-the-KVM-plugin/m-p/6893#M2397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sachin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a NAS enviroment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can workaround for most of the problems, but not the incorrect mapping of volumes. SC always adds the qtree path to the volumes list.&lt;/P&gt;&lt;P&gt;I currently don't have the dump, but can provide it by the end of the week. Is the log enough?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;About &lt;SPAN style="color: #454545; font-family: Arial, Helvetica, Verdana, sans-serif; background-color: #ffffff;"&gt;KVM_VM_CONFIG_DIR&lt;/SPAN&gt;, my problem is not the xml files but the virtual disks path. I could fix the software that generates the xml, but still SC should sanitize paths and not "freak out" when dual slashes // as the path is still valid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2012 21:12:31 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/Some-problems-with-the-KVM-plugin/m-p/6893#M2397</guid>
      <dc:creator>ricardoduarte</dc:creator>
      <dc:date>2012-09-18T21:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: Some problems with the KVM plugin</title>
      <link>https://community.netapp.com/t5/Data-Protection/Some-problems-with-the-KVM-plugin/m-p/6902#M2398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN class="replyToName" style="font-style: inherit; font-family: inherit;"&gt;ricardoduarte&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a workaround, you can mount the whole volume instead of mounting qtree directly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example you have qtree named "qtree1" under volume "vol1", then directly mount the volume.&lt;/P&gt;&lt;P&gt;mount &amp;lt;filer_ip&amp;gt;:/vol/vol1 &amp;lt;mount_pt&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will add the volume properly to the volume list during discovery process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let us know if you face any other issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;-Mathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2012 12:45:17 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/Some-problems-with-the-KVM-plugin/m-p/6902#M2398</guid>
      <dc:creator>mathanku</dc:creator>
      <dc:date>2012-10-05T12:45:17Z</dc:date>
    </item>
    <item>
      <title>Re: Some problems with the KVM plugin</title>
      <link>https://community.netapp.com/t5/Data-Protection/Some-problems-with-the-KVM-plugin/m-p/6907#M2399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately I can't do that for my use case.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2012 17:32:58 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/Some-problems-with-the-KVM-plugin/m-p/6907#M2399</guid>
      <dc:creator>ricardoduarte</dc:creator>
      <dc:date>2012-11-01T17:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: Some problems with the KVM plugin</title>
      <link>https://community.netapp.com/t5/Data-Protection/Some-problems-with-the-KVM-plugin/m-p/6912#M2400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is it possible there is no source on github for snapcreator ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rg&lt;/P&gt;&lt;P&gt;marcel &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Dec 2012 11:28:46 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/Some-problems-with-the-KVM-plugin/m-p/6912#M2400</guid>
      <dc:creator>MARCEL_WERNER_BT</dc:creator>
      <dc:date>2012-12-27T11:28:46Z</dc:date>
    </item>
  </channel>
</rss>

