abh1sar commented on issue #11888: URL: https://github.com/apache/cloudstack/issues/11888#issuecomment-3431979231
Yes, this is a bug in cloudstack. For NFS storage, the datastore name in vmware is created from the primary_storage uuid in cloudstack by removing all hyphens. VMFS (VSan) keeps the native datastore name. (CloudStack sets a custom field cloud.uuid equal to the primary_storage uuid for reference) The Create new Instance from backup code is deriving the datastore name from primary_storage uuid, which works for NFS storage but not for VMFS. The same issue is present in Restore single volume from veeam in all versions, as Create new instance feature has derived the code from the Restore single Volume feature. -- 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]
