mirror of
https://github.com/OpenNebula/one.git
synced 2025-01-12 09:17:41 +03:00
feature #1383: Default DATASTORE_LOCATION for no cluster is now get
This commit is contained in:
parent
eadb8abe8a
commit
a6c1f37159
@ -157,6 +157,8 @@ int RequestManagerVirtualMachine::get_host_information(int hid,
|
||||
else
|
||||
{
|
||||
ds_id = DatastorePool::SYSTEM_DS_ID;
|
||||
|
||||
nd.get_configuration_attribute("DATASTORE_LOCATION", ds_location);
|
||||
}
|
||||
|
||||
ds = nd.get_dspool()->get(ds_id, true);
|
||||
|
Loading…
Reference in New Issue
Block a user