ansible-collections / netapp

Development area for Netapp collections
49 stars 36 forks source link

[RFE] Need module to automate the ontap volume access management commands #73

Closed SWADESNA closed 3 years ago

SWADESNA commented 3 years ago
SUMMARY

We are looking to automate the below ontap volume access management commands to perform the below tasks.

1) Assign / share / grant access a newly created volume to a host node 2) Check on which and all node a particular vol share is assigned / granted access to 2) Check on which and all node a particular vol share is mounted on currently.

ISSUE TYPE
COMPONENT NAME
lonico commented 3 years ago

Could you be more specific on the commands you are looking for? For instance, if you're using ONTAP CLI, which commands are sent?

  1. should be available through export policies, na_ontap_export_policy and na_ontap_export_policy_rule for NFS.
  2. should be available though na_ontap_info: export_policy_info, export_rule_info
  3. I'm not sure you can know this in ONTAP, as the mount happens on the host. Or I misunderstood what you are looking for.
carchi8py commented 3 years ago

@SWADESNA could you give the details above?

carchi8py commented 3 years ago

Closing this story since we haven't got feedback from the requestor to look into it.