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

   <!-- title: Fix in the calculation of a volume's physical size -->
   
   ### Description
   
   Currently, when using the KVM hypervisor, the calculation of a volume's 
physical size ignores the backing files (if they exist) as part of the volume's 
physical size in storage, which can cause confusion for users. This behavior 
has been changed in this PR so that the backing files are now taken into 
account for the volume's physical size.
   
   ### Types of changes
   
   - [ ] Breaking change (fix or feature that would cause existing 
functionality to change)
   - [ ] New feature (non-breaking change which adds functionality)
   - [X] Bug fix (non-breaking change which fixes an issue)
   - [ ] Enhancement (improves an existing feature and functionality)
   - [ ] Cleanup (Code refactoring and cleanup, that may add test cases)
   - [ ] Build/CI
   - [ ] Test (unit or integration test code)
   
   ### Feature/Enhancement Scale or Bug Severity
   
   #### Bug Severity
   
   - [ ] BLOCKER
   - [ ] Critical
   - [ ] Major
   - [X] Minor
   - [ ] Trivial
   
   
   ### Screenshots (if appropriate):
   
   ### How Has This Been Tested?
   
   To perform the tests, I created a new VM with a backing file, and after that 
I took a few backups of this VM. Then, when checking the volume of this VM, it 
was observed that the physical size is proportional to the physical size in the 
storage.
   


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