Comment 4 for bug 1784791

Revision history for this message
Naresh Kumar Gunjalli (nareshkumarg) wrote :

Hello Kim,

I think I have reproduced the error..

DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5b8e5516-31af-4f1a-8964-26f9b80f0c02 None None] Request: b'<netapp xmlns="http://www.netapp.com/filer/admin" version="1.140" vfiler="os_aef02c15-02b2-4d48-87e3-1275df68d6c0">\n <cifs-share-create>\n <path>/share_ea6cf45f_d4f8_4122_bd37_198cf113c471</path>\n <share-name>share_ea6cf45f_d4f8_4122_bd37_198cf113c471</share-name>\n </cifs-share-create>\n</netapp>\n' {{(pid=23912) invoke_elem /opt/stack/new/manila/manila/share/drivers/netapp/dataontap/client/api.py:242}}
DEBUG manila.share.drivers.netapp.dataontap.client.api [None req-5b8e5516-31af-4f1a-8964-26f9b80f0c02 None None] Response: b'<results xmlns="http://www.netapp.com/filer/admin" reason="Failed to get CIFS server. Reason: CIFS server doesn\'t exist. " status="failed" errno="13001"/>\n' {{(pid=23912) invoke_elem /opt/stack/new/manila/manila/share/drivers/netapp/dataontap/client/api.py:263}}
ERROR manila.share.manager [None req-5b8e5516-31af-4f1a-8964-26f9b80f0c02 None None] Share instance ea6cf45f-d4f8-4122-bd37-198cf113c471 failed on creation.: manila.share.drivers.netapp.dataontap.client.api.NaApiError: NetApp API failed. Reason - 13001:Failed to get CIFS server. Reason: CIFS server doesn't exist.
WARNING manila.share.manager [None req-5b8e5516-31af-4f1a-8964-26f9b80f0c02 None None] Share instance information in exception can not be written to db because it contains {} and it is not a dictionary.: manila.share.drivers.netapp.dataontap.client.api.NaApiError: NetApp API failed. Reason - 13001:Failed to get CIFS server. Reason: CIFS server doesn't exist.
INFO manila.message.api [None req-5b8e5516-31af-4f1a-8964-26f9b80f0c02 None None] Creating message record for request_id = req-5b8e5516-31af-4f1a-8964-26f9b80f0c02
ERROR oslo_messaging.rpc.server [None req-5b8e5516-31af-4f1a-8964-26f9b80f0c02 None None] Exception during message handling: manila.share.drivers.netapp.dataontap.client.api.NaApiError: NetApp API failed. Reason - 13001:Failed to get CIFS server. Reason: CIFS server doesn't exist.

Is this what you see when no security services is configured?

Thanks,
Naresh