<?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: Essex and Folsom for Multi-storage Drivers in OpenStack Discussions</title>
    <link>https://community.netapp.com/t5/OpenStack-Discussions/Essex-and-Folsom-for-Multi-storage-Drivers/m-p/81415#M135</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're going to want to create a new volume on the cluster for each volume that exists on the 7-mode side, and dd the data from the old volume to the new volume (OpenStack volume not NetApp volume). There is some built in support for this kind of operation coming in OpenStack Havana, but as of now, it will be a pretty manual operation. Still, it would not be hard to script it. The flow would look like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for each instance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (optional) shut down the instance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; for each volume attached to the instance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; detach volume from instance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; create new volume of equal size&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; attach old and new volume to this machine&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dd the data&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; detach the volumes from this machine&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; attach the new volume to the instance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; destroy the old volume (optional)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; end for&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; start the instance (if we shut it down above)&lt;/P&gt;&lt;P&gt;end for&lt;/P&gt;&lt;P&gt;for each volume that's unattached&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; create new volume of equal size&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; attach old and new volume to this machine&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dd the data&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; detach the volumes from this machine&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; destroy the old volume (optional)&lt;/P&gt;&lt;P&gt;end of&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Jul 2013 19:29:29 GMT</pubDate>
    <dc:creator>bswartz</dc:creator>
    <dc:date>2013-07-25T19:29:29Z</dc:date>
    <item>
      <title>Essex and Folsom for Multi-storage Drivers</title>
      <link>https://community.netapp.com/t5/OpenStack-Discussions/Essex-and-Folsom-for-Multi-storage-Drivers/m-p/81410#M132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; We are planning a migration from Essex (actual production environment) to Folsom and then from Folsom to Grizzly, but the main issue comes with the first step in the migration process. We actually had a DFM server that it's configured with 3 ResourcePools (each with an Aggregate of a different Filer), all of those Filers are 7-Mode. In the cinder.conf file we had the netapp 7-mode driver along with the DFM server IP address and all the corresponding parameters. Recently we bought a Cluster-mode Filers, and we need to add these Cluster-mode filers to the existing Essex instalation so we could mapped to Essex, and also to Folsom, so in that way we could migrate all the volumes and the virtual machines. The thing is that for the cluster-mode to run correctly we need to change the driver on the cinder.conf file, but we cannot delete the old 7-mode driver. It's possible or someone done this kind of migration? It's possible to do it in another way? or someone has the driver hacked to support multi-drivers in Cinder on Essex/Folsom? One thing to point is that the 7-Mode filers all of them had only the vFiler0, so no of them had vFilers created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 05:58:46 GMT</pubDate>
      <guid>https://community.netapp.com/t5/OpenStack-Discussions/Essex-and-Folsom-for-Multi-storage-Drivers/m-p/81410#M132</guid>
      <dc:creator>GERNETAPP</dc:creator>
      <dc:date>2025-06-05T05:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: Essex and Folsom for Multi-storage Drivers</title>
      <link>https://community.netapp.com/t5/OpenStack-Discussions/Essex-and-Folsom-for-Multi-storage-Drivers/m-p/81415#M135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're going to want to create a new volume on the cluster for each volume that exists on the 7-mode side, and dd the data from the old volume to the new volume (OpenStack volume not NetApp volume). There is some built in support for this kind of operation coming in OpenStack Havana, but as of now, it will be a pretty manual operation. Still, it would not be hard to script it. The flow would look like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for each instance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (optional) shut down the instance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; for each volume attached to the instance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; detach volume from instance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; create new volume of equal size&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; attach old and new volume to this machine&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dd the data&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; detach the volumes from this machine&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; attach the new volume to the instance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; destroy the old volume (optional)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; end for&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; start the instance (if we shut it down above)&lt;/P&gt;&lt;P&gt;end for&lt;/P&gt;&lt;P&gt;for each volume that's unattached&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; create new volume of equal size&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; attach old and new volume to this machine&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dd the data&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; detach the volumes from this machine&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; destroy the old volume (optional)&lt;/P&gt;&lt;P&gt;end of&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jul 2013 19:29:29 GMT</pubDate>
      <guid>https://community.netapp.com/t5/OpenStack-Discussions/Essex-and-Folsom-for-Multi-storage-Drivers/m-p/81415#M135</guid>
      <dc:creator>bswartz</dc:creator>
      <dc:date>2013-07-25T19:29:29Z</dc:date>
    </item>
  </channel>
</rss>

