2 Posts
0
1154
Map VxFlex volumes to Openstack (Cinder) volumes
Hi everyone,
Does anybody know if you can match the volumes created in VxFlex (scli --query_all_volumes) to the volumes created in Openstack (Cinder- openstack volume list) e.g. map the VxFlex "Volume ID" with the corresponding volume ID in openstack?
Thanks
matt_hobbs
31 Posts
0
July 10th, 2022 15:00
There is a KB out there for this: https://www.dell.com/support/kbdoc/en-au/000019786/how-to-identify-openstack-cinder-volume-from-vxflex-os?lang=en
In summary though:
Instructions
From ScaleIO volume name to Cinder GUID:
Based on _id_to_base64() from cinder/volume/drivers/dell_emc/scaleio/driver.py.
The driver is provided as part of the python-cinder RPM
Additional Information
Kumar_A
727 Posts
0
July 10th, 2022 19:00
The volume name in PowerFlex is the Openstack volume ID converted to base-64.
fma98
2 Posts
0
July 12th, 2022 03:00
Thank you very much, both of you. Very helpful