emc-openstack / storops

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

How to identify a lun belongs to CG or not #330

Closed nehatomar12 closed 4 years ago

nehatomar12 commented 4 years ago

I want to know whether a lun is a standalone lun or it belongs to CG? which property can be used to identify?

Murray-LIANG commented 4 years ago

There is a property named is_cg_member on lun object.

nehatomar12 commented 4 years ago

Thanks @Murray-LIANG