Tonitzpp opened a new pull request, #12156:
URL: https://github.com/apache/cloudstack/pull/12156

   ### Description
   
   When accessing the details of a backup in the UI, all the volumes that are 
part of the backup are listed. However, the listing displays a UUID that does 
not identify the volume, but the backup file in the storage, which can cause 
confusion for users. This PR changed the listing details to display the UUID of 
the volumes.
   
   ### Types of changes
   
   - [ ] Breaking change (fix or feature that would cause existing 
functionality to change)
   - [ ] New feature (non-breaking change which adds functionality)
   - [ ] Bug fix (non-breaking change which fixes an issue)
   - [ ] Enhancement (improves an existing feature and functionality)
   - [X] Cleanup (Code refactoring and cleanup, that may add test cases)
   - [ ] Build/CI
   - [ ] Test (unit or integration test code)
   
   ### Feature/Enhancement Scale or Bug Severity
   
   #### Feature/Enhancement Scale
   
   - [ ] Major
   - [X] Minor
   
   ### Screenshots (if appropriate):
   
   <details> <summary> Backup volumes before changes: </summary>
   
   Volume path:
   <img width="955" height="590" alt="image" 
src="https://github.com/user-attachments/assets/884eb09f-8b0a-4904-ac5a-aeaf350f69ac";
 />
   
   Backup volume:
   <img width="963" height="159" alt="image" 
src="https://github.com/user-attachments/assets/b2d919a1-f5da-4b3b-b082-b98c85e25ce6";
 />
   
   </details>
   
   <details> <summary> Backup volumes after changes: </summary>
   
   Volume path:
   <img width="955" height="590" alt="image" 
src="https://github.com/user-attachments/assets/884eb09f-8b0a-4904-ac5a-aeaf350f69ac";
 />
   
   Backup volume:
   <img width="963" height="159" alt="image" 
src="https://github.com/user-attachments/assets/a7ffac40-bb18-440a-b9c6-9b74c89230af";
 />
   
   </details>
   
   ### How Has This Been Tested?
   
   I created a VM to perform the tests and assigned it a backup offering. After 
that I created a backup and verified that the volumes UUID had been changed to 
their respective UUID in the backup details.
   
   #### How did you try to break this feature and the system with this change?


-- 
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]

Reply via email to