Skip to content

Commit a53dcd6

Browse files
nathanejohnsonyadvr
authored andcommitted
ceph: Fixes #2611 use raw disk type for rdb (#2623)
Fix issue where kvm / ceph cannot create volumes. Fixes #2611
1 parent 7361649 commit a53dcd6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,7 @@ public KVMPhysicalDisk createPhysicalDisk(String name, KVMStoragePool pool,
661661

662662
switch (pool.getType()) {
663663
case RBD:
664-
return createPhysicalDiskByLibVirt(name, pool, format, provisioningType, size);
664+
return createPhysicalDiskByLibVirt(name, pool, PhysicalDiskFormat.RAW, provisioningType, size);
665665
case NetworkFilesystem:
666666
case Filesystem:
667667
switch (format) {

0 commit comments

Comments
 (0)