Github user serg38 commented on the issue:
https://github.com/apache/cloudstack/pull/1813
@borisstoyanov Thanks. Can you check in B.O. what is value of global
configuration 'vmware.create.full.clone', if the same configuration is set for
the primary storage pool and if so what is the value ?
@priyankparihar Based on the exception it looks like B.O. Is set to use
link clones but test doesn't handle it intended way. How about you temporary
alter 'vmware.create.full.clone' to make it true for the PS pool used during
the test and then revert it back to the original value.
You can use similar to below to alter flag just for the PS pool:
updateConfigurationCmd = updateConfiguration.updateConfigurationCmd()
updateConfigurationCmd.name = "vmware.create.full.clone"
updateConfigurationCmd.value = "true"
updateConfigurationCmd.storageid = pool.id
updateConfigurationResponse =
self.apiClient.updateConfiguration(updateConfigurationCmd)
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---