1
0
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:
Javi Fontan 2014-03-12 22:42:59 +01:00
parent 539abce001
commit b9bb053c17

View File

@ -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;
}