mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
Feature #2202: Add a default section to handle all possible values of DISK_TYPES
This commit is contained in:
parent
ba20917ec9
commit
00e1c98619
@ -333,6 +333,8 @@ int Datastore::insert(SqlDB *db, string& error_str)
|
||||
case Image::GLUSTER_CDROM:
|
||||
goto error_invalid_disk_type;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user