Cloudstack assigns Volume to wrong host #11837
Replies: 9 comments 1 reply
|
Thanks for opening your first issue here! Be sure to follow the issue template! |
|
Hi @HeinzM There is no connection with the host_ip entries for the PowerFlex volumes. Are the PowerFlex storage pools (i.e. primary storages with cluster scope) added in each CloudStack cluster belongs to same or different PowerFlex storage cluster? pool_id column in cloud.volumes table maps to the current storage pool of the volume, and storage host details are in cloud.storage_pool table. Can you query with the following sql:
|
|
Hello @sureshanaparti,
|
@HeinzM I don't issue any issue with storage pool host assignment for all these volumes. If your concern is regarding the host_ip column in cloud.volumes table, it is not applicable for PowerFlex volumes. The PowerFlex volume mapping is based on the host_id column in the vm_instance table (for the volumes attached to the instance, check instance_id column in the cloud.volumes table). |
|
I'm confused right now. I expected that the volume name in cloudstack matches the volume descriptor in powerflex. |
|
@HeinzM You can check the volume naming conventions here: |
@HeinzM Is it clear now? Are you looking for any other information? |









@HeinzM You can check the volume naming conventions here:
https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=158873968#PowerFlex/ScaleIOstorageplugin-NamingconventionsforScaleIOvolumes