mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-26 06:50:09 +03:00
Feature #2202: fix bug with GLUSTER CDROM
This commit is contained in:
parent
539abce001
commit
b9bb053c17
@ -330,7 +330,7 @@ int Datastore::insert(SqlDB *db, string& error_str)
|
||||
goto error_disk_type;
|
||||
break;
|
||||
case Image::RBD_CDROM:
|
||||
case Image::GUSTER_CDROM:
|
||||
case Image::GLUSTER_CDROM:
|
||||
goto error_invalid_disk_type;
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user