nvazquez commented on pull request #5982: URL: https://github.com/apache/cloudstack/pull/5982#issuecomment-1036315067
Tested on simulator (with the use of PR #5986 to allow zone-wide storage): Cluster 1: NFS store 1 and 2 cluster-wide stores Cluster 2: NFS store 3 and 4 cluster-wide stores Zone wide: NFS store 5 Disk offering: storage tag A VM deployed cluster 1, ROOT disk on zone-wide storage 5 Case 1: - Set NFS store 1 storage tag = A - Create a disk with offering A - Attach to VM -> SUCCESS Case 2: - Remove storage tag from NFS store 1 and set NFS store 3 tag = A - Create a disk with offering A - Attach to VM -> FAILURE (as the target cluster is different from the VM cluster) @DaanHoogland @slavkap the failure on case 2 can be solved if prior to the disk attach, the VM is migrated to a host in the same cluster as the store with has the storage tag of the disk. Do you think this case should be fixed by the code as well or handled as an operational issue? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
