harikrishna-patnala opened a new issue, #7999:
URL: https://github.com/apache/cloudstack/issues/7999
<!--
Verify first that your issue/request is not already reported on GitHub.
Also test if the latest release and main branch are affected too.
Always add information AFTER of these HTML comments, but no need to delete
the comments.
-->
##### ISSUE TYPE
<!-- Pick one below and delete the rest -->
* Bug Report
* Improvement Request
* Enhancement Request
* Feature Idea
* Documentation Report
* Other
##### COMPONENT NAME
<!--
Categorize the issue, e.g. API, VR, VPN, UI, etc.
-->
~~~
datastore cluster, vmware
~~~
##### CLOUDSTACK VERSION
<!--
New line separated list of affected versions, commit ID for issues on main
branch.
-->
~~~
4.17, could be before as well
~~~
##### SUMMARY
<!-- Explain the problem/feature briefly -->
Sync storage pool operation failed on Datastore cluster primary storage
after putting the primary storage in maintenance and cancelling the maintenance.
The reason behind this is, while putting the datastore cluster in
maintenance mode cloud.uuid on the child datastore are updated to invalid UUID
without hyphens.

##### STEPS TO REPRODUCE
<!--
For bugs, show exactly how to reproduce the problem, using a minimal
test-case. Use Screenshots if accurate.
For new features, show how the feature would be used.
-->
<!-- Paste example playbooks or commands between quotes below -->
~~~
1. create Datastore cluster in vCenter and add it as primary storage in
CloudStack.
2. put the storage in maintenance mode and cancel it
3. try to do sync storage pool operation and it will fail. All other volume
operations are working fine.
I've created VMFS datastores in the cluster. NFS datastores seems to be
fine, but need to double check.
~~~
<!-- You can also paste gist.github.com links for larger files -->
##### EXPECTED RESULTS
<!-- What did you expect to happen when running the steps above? -->
~~~
Sync operation should success
~~~
##### ACTUAL RESULTS
<!-- What actually happened? -->
<!-- Paste verbatim command output between quotes below -->
~~~
Sync operation fails
~~~
--
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]