1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

F #4393: bug in get_disk_information

This commit is contained in:
Javi Fontan 2016-11-24 17:29:43 +01:00
parent 3f3e137910
commit ad4b967c4a

View File

@ -746,9 +746,8 @@ function get_disk_information {
DEVICE="cdrom"
;;
rbd*)
TYPE_SOURCE="protocol"
TYPE_SOURCE="name"
TYPE_XML="network"
SOURCE="rbd"
if [ "$TYPE" = "rbd_cdrom" ]; then
DEVICE="cdrom"