Hi,Now I failed to deploy the Manila with NetApp Driver on share server management in reference to below docs.
https://netapp-openstack-dev.github.io/openstack-docs/queens/manila/configuration/ontap_configuration/section_ontap-config.html#account-permission-considerations
https://netapp-openstack-dev.github.io/openstack-docs/rocky/manila/configuration/manila_config_files/section_unified-driver-with-share-server.html
I created user called "manila_user" and role called "manila_dhss_true" in Netapp to deploy manila
but in the manila-share-log, an error message "NaApiError: NetApp API failed. Reason - 13003: Insufficient privileges: user 'manila_user' does not have read access to this resource" is displayed.
I can guess that there is a problem.
If you know, can you confirm what is the cause?
By the way, if I use the "admin" user, it will boot normally.
cluster1::> #User
cluster1::> security login show
Vserver: cluster1
Second
User/Group Authentication Acct Authentication
Name Application Method Role Name Locked Method
-------------- ----------- ------------- ---------------- ------ --------------
manila_user http password manila_dhss_true no none
manila_user ontapi password manila_dhss_true no none
manila_user ssh password manila_dhss_true no none
cluster1::> #Role
cluster1::> security login role show -vserver cluster1 -role manila_dhss_true
Role Command/ Access
Vserver Name Directory Query Level
---------- ------------- --------- ----------------------------------- --------
cluster1 manila_dhss_true
DEFAULT none
event all
network interface all
network port readonly
network port vlan all
qos policy-group all
security readonly
storage aggregate readonly
storage disk readonly
system license readonly
system node readonly
version readonly
volume all
volume snapshot all
vserver all
vserver cifs create all
vserver cifs delete all
vserver cifs modify all
vserver cifs share all
vserver cifs show all
vserver export-policy all
vserver nfs kerberos interface all
vserver nfs kerberos realm all
vserver services name-service dns create all
vserver services name-service dns delete all
vserver services name-service dns modify all
vserver services name-service dns show all
vserver services name-service ldap client all
vserver services name-service ldap create all
vserver services name-service ldap delete all
vserver services name-service ldap modify all
vserver services name-service ldap show all
32 entries were displayed.
cluster1::>
Regards,