@@ -753,7 +753,7 @@ private int adjustStoragePoolRefCount(String uuid, int adjustment) {
753753
754754 /**
755755 * Thread-safe increment storage pool usage refcount
756- *
756+ *
757757 * @param uuid UUID of the storage pool to increment the count
758758 */
759759 private void incStoragePoolRefCount (String uuid ) {
@@ -763,7 +763,7 @@ private void incStoragePoolRefCount(String uuid) {
763763 /**
764764 * Thread-safe decrement storage pool usage refcount for the given uuid and
765765 * return if storage pool still in use.
766- *
766+ *
767767 * @param uuid UUID of the storage pool to decrement the count
768768 * @return true if the storage pool is still used, else false.
769769 */
@@ -1432,7 +1432,7 @@ private KVMPhysicalDisk createDiskFromTemplateOnRBD(KVMPhysicalDisk template,
14321432 * destination
14331433 * qemu-img will exit with the error that the destination already exists.
14341434 * So for RBD we don't create the image, but let qemu-img do that for us.
1435- *
1435+ *
14361436 * We then create a KVMPhysicalDisk object that we can return
14371437 */
14381438
@@ -1663,9 +1663,9 @@ public KVMPhysicalDisk copyPhysicalDisk(KVMPhysicalDisk disk, String name, KVMSt
16631663 * destination
16641664 * qemu-img will exit with the error that the destination already exists.
16651665 * So for RBD we don't create the image, but let qemu-img do that for us.
1666- *
1666+ *
16671667 * We then create a KVMPhysicalDisk object that we can return
1668- *
1668+ *
16691669 * It is however very unlikely that the destPool will be RBD, since it isn't
16701670 * supported
16711671 * for Secondary Storage
@@ -1868,4 +1868,4 @@ private void deleteVol(LibvirtStoragePool pool, StorageVol vol) throws LibvirtEx
18681868 private void deleteDirVol (LibvirtStoragePool pool , StorageVol vol ) throws LibvirtException {
18691869 Script .runSimpleBashScript ("rm -r --interactive=never " + vol .getPath ());
18701870 }
1871- }
1871+ }
0 commit comments