mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Fix issue where kvm / ceph cannot create volumes. Fixes #2611
This commit is contained in:
parent
7361649310
commit
a53dcd6aa9
@ -661,7 +661,7 @@ public class LibvirtStorageAdaptor implements StorageAdaptor {
|
||||
|
||||
switch (pool.getType()) {
|
||||
case RBD:
|
||||
return createPhysicalDiskByLibVirt(name, pool, format, provisioningType, size);
|
||||
return createPhysicalDiskByLibVirt(name, pool, PhysicalDiskFormat.RAW, provisioningType, size);
|
||||
case NetworkFilesystem:
|
||||
case Filesystem:
|
||||
switch (format) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user