mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
Add extra / to VM system dir, just to be sure
(cherry picked from commit ba5912b3157d5eb31acdcf129d9eb3fc682d9266)
This commit is contained in:
parent
aafcb637b4
commit
e9cdb0547e
@ -3309,7 +3309,7 @@ string VirtualMachine::get_system_dir() const
|
||||
{
|
||||
ostringstream oss;
|
||||
|
||||
oss << history->ds_location << history->ds_id << "/"<< oid;
|
||||
oss << history->ds_location << "/" << history->ds_id << "/"<< oid;
|
||||
|
||||
return oss.str();
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user