mirror of https://github.com/apache/cloudstack.git
CID-1199715: Remove dead code from LibvirtStorageAdaptor
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
369b5b439b
commit
e1842a9d53
|
|
@ -707,7 +707,6 @@ public class LibvirtStorageAdaptor implements StorageAdaptor {
|
|||
|
||||
private KVMPhysicalDisk createPhysicalDiskOnRBD(String name, KVMStoragePool pool,
|
||||
PhysicalDiskFormat format, Storage.ProvisioningType provisioningType, long size) {
|
||||
LibvirtStoragePool libvirtPool = (LibvirtStoragePool) pool;
|
||||
String volPath = null;
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue