emc-openstack / storops

Python storage management library for VNX and Unity.
Apache License 2.0
53 stars 29 forks source link

Support for modify operation and few additional fields on NFS server #366

Closed kuttattz closed 2 years ago

kuttattz commented 2 years ago

As part of customer request we are looking into supporting modify operation on NFS server. As per our observation we could not find any support from SDK. Also "credentialsCacheTTL" and "nfsv3Enabled" attributes were missing in the NFS server class.

image

Can you please help us with adding the support for modify operation and also by adding the attributes "credentialsCacheTTL" and "nfsv3Enabled" to NFS server ? Please let us know about your plan for the same

yong-huang commented 2 years ago

Supports NFS server modify in https://github.com/emc-openstack/storops/pull/373, close this ticket.