<?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: unable to start cinder with netapp service in OpenStack Discussions</title>
    <link>https://community.netapp.com/t5/OpenStack-Discussions/unable-to-start-cinder-with-netapp-service/m-p/81276#M12</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 having the same issue, when i want to start the cinder service. Do you know what could be the issue here? i had almost the same configuration file with differente addresses and of course differente Storage Service from DFM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&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>Fri, 25 Jan 2013 18:09:45 GMT</pubDate>
    <dc:creator>GERNETAPP</dc:creator>
    <dc:date>2013-01-25T18:09:45Z</dc:date>
    <item>
      <title>unable to start cinder with netapp service</title>
      <link>https://community.netapp.com/t5/OpenStack-Discussions/unable-to-start-cinder-with-netapp-service/m-p/81266#M4</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt; I am trying to start netapp volume service along with devstack. I have followed the instructions as per the readme document. But i am not able to start cinder service.&lt;/P&gt;&lt;P&gt;/etc/cinder/cinder.conf&lt;/P&gt;&lt;P&gt;contains&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;volume_driver=cinder.volume.netapp.NetAppCmodeISCSIDriver&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;netapp_wsdl_url="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://10.226.221.78:8080/dfm.wsdl" target="_blank"&gt;http://10.226.221.78:8080/dfm.wsdl&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;netapp_server_hostname=10.226.221.78&lt;/P&gt;&lt;P&gt;netapp_server_port=8088&lt;/P&gt;&lt;P&gt;netapp_login=root&lt;/P&gt;&lt;P&gt;netapp_password=netapp&lt;/P&gt;&lt;P&gt;netapp_storage_service="openstack_service"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Getting the following error&lt;/P&gt;&lt;P&gt;Traceback (most recent call last):&lt;/P&gt;&lt;P&gt;&amp;nbsp; File "/usr/local/lib/python2.7/dist-packages/eventlet/hubs/hub.py", line 336, in fire_timers&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; timer()&lt;/P&gt;&lt;P&gt;&amp;nbsp; File "/usr/local/lib/python2.7/dist-packages/eventlet/hubs/timer.py", line 56, in __call__&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; cb(*args, **kw)&lt;/P&gt;&lt;P&gt;&amp;nbsp; File "/usr/local/lib/python2.7/dist-packages/eventlet/greenthread.py", line 192, in main&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; result = function(*args, **kwargs)&lt;/P&gt;&lt;P&gt;&amp;nbsp; File "/opt/stack/cinder/cinder/service.py", line 88, in run_server&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; server.start()&lt;/P&gt;&lt;P&gt;&amp;nbsp; File "/opt/stack/cinder/cinder/service.py", line 159, in start&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; self.manager.init_host()&lt;/P&gt;&lt;P&gt;&amp;nbsp; File "/opt/stack/cinder/cinder/volume/manager.py", line 95, in init_host&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; self.driver.check_for_setup_error()&lt;/P&gt;&lt;P&gt;&amp;nbsp; File "/opt/stack/cinder/cinder/volume/netapp.py", line 1067, in check_for_setup_error&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; luns = self.client.service.ListLuns()&lt;/P&gt;&lt;P&gt;&amp;nbsp; File "/usr/local/lib/python2.7/dist-packages/suds/client.py", line 299, in __getattr__&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; return getattr(port, name)&lt;/P&gt;&lt;P&gt;&amp;nbsp; File "/usr/local/lib/python2.7/dist-packages/suds/client.py", line 403, in __getattr__&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; return getattr(m, name)&lt;/P&gt;&lt;P&gt;&amp;nbsp; File "/usr/local/lib/python2.7/dist-packages/suds/client.py", line 494, in __getattr__&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; return self[name]&lt;/P&gt;&lt;P&gt;&amp;nbsp; File "/usr/local/lib/python2.7/dist-packages/suds/client.py", line 507, in __getitem__&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; raise MethodNotFound, qn&lt;/P&gt;&lt;P&gt;MethodNotFound: Method not found: 'DfmService.DfmPort.ListLuns'&lt;/P&gt;&lt;P&gt;2012-11-21 05:12:17 CRITICAL cinder [-] Method not found: 'DfmService.DfmPort.ListLuns'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ajay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 06:15:02 GMT</pubDate>
      <guid>https://community.netapp.com/t5/OpenStack-Discussions/unable-to-start-cinder-with-netapp-service/m-p/81266#M4</guid>
      <dc:creator>bajay</dc:creator>
      <dc:date>2025-06-05T06:15:02Z</dc:date>
    </item>
    <item>
      <title>Re: unable to start cinder with netapp service</title>
      <link>https://community.netapp.com/t5/OpenStack-Discussions/unable-to-start-cinder-with-netapp-service/m-p/81271#M8</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;I believe there's an essential component missing in your installation (required for the C-mode Cinder provider to function correctly).&amp;nbsp; I'll contact you directly to work through this and post back here w/ the resolution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2012 20:20:55 GMT</pubDate>
      <guid>https://community.netapp.com/t5/OpenStack-Discussions/unable-to-start-cinder-with-netapp-service/m-p/81271#M8</guid>
      <dc:creator>esker</dc:creator>
      <dc:date>2012-11-21T20:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: unable to start cinder with netapp service</title>
      <link>https://community.netapp.com/t5/OpenStack-Discussions/unable-to-start-cinder-with-netapp-service/m-p/81276#M12</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 having the same issue, when i want to start the cinder service. Do you know what could be the issue here? i had almost the same configuration file with differente addresses and of course differente Storage Service from DFM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&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>Fri, 25 Jan 2013 18:09:45 GMT</pubDate>
      <guid>https://community.netapp.com/t5/OpenStack-Discussions/unable-to-start-cinder-with-netapp-service/m-p/81276#M12</guid>
      <dc:creator>GERNETAPP</dc:creator>
      <dc:date>2013-01-25T18:09:45Z</dc:date>
    </item>
    <item>
      <title>Re: unable to start cinder with netapp service</title>
      <link>https://community.netapp.com/t5/OpenStack-Discussions/unable-to-start-cinder-with-netapp-service/m-p/81280#M15</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I make it work just replace the following line in the cinder.conf file:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;volume_driver=cinder.volume.netapp.NetAppCmodeISCSIDriver , replace it with:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;volume_driver=cinder.volume.netapp.NetAppISCSIDriver&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2013 18:32:53 GMT</pubDate>
      <guid>https://community.netapp.com/t5/OpenStack-Discussions/unable-to-start-cinder-with-netapp-service/m-p/81280#M15</guid>
      <dc:creator>GERNETAPP</dc:creator>
      <dc:date>2013-01-25T18:32:53Z</dc:date>
    </item>
  </channel>
</rss>

