sureshanaparti commented on code in PR #380: URL: https://github.com/apache/cloudstack-documentation/pull/380#discussion_r1495338830
########## source/adminguide/storage.rst: ########## @@ -962,6 +962,54 @@ Bytes read/write, as well as the total IO/s, are exposed via UI, as shown in the These statistics are obtained from the hypervisor directly and they represent "current" bytes/s and IO/s values at the time of collection. +Check and repair Volume +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +When there are any leaks or any inconsistencies in the volume, then the checkVolume API can be used to +check any such errors in the volume and helps in repairing. This feature is currently available only +for KVM and volumes with QCOW2 format. This API uses "qemu-img check" command on the KVM host. + +Also a global or storage pool level setting "volume.check.and.repair.leaks.before.use" is available which allows +to do a check and repair leaks operation for the volume during instance start and volume attach operations. Review Comment: ```suggestion to check and repair any leaks of the volume during instance start and volume attach operations. ``` -- 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: dev-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org