Skip to content

Commit d4f25dd

Browse files
Locharla, SandeepLocharla, Sandeep
authored andcommitted
removed some unnecessary formatting changes
1 parent 6ebec3a commit d4f25dd

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/storage/KVMStoragePoolManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,4 +545,4 @@ public Pair<Boolean, String> unprepareStorageClient(StoragePoolType type, String
545545
StorageAdaptor adaptor = getStorageAdaptor(type);
546546
return adaptor.unprepareStorageClient(uuid, details);
547547
}
548-
}
548+
}

plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/storage/LibvirtStorageAdaptor.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)