1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

feature #1112: Do not make system_datastore directory for a VM.

This commit is contained in:
Ruben S. Montero 2012-03-03 03:37:06 +01:00
parent c1b7434774
commit e71c78c187

View File

@ -164,12 +164,7 @@ int VirtualMachine::select(SqlDB * db)
mkdir(oss.str().c_str(), 0700);
chmod(oss.str().c_str(), 0700);
system_dir = get_system_dir();
mkdir(system_dir.c_str(), 0700);
chmod(system_dir.c_str(), 0700);
//--------------------------------------------------------------------------
//Create Log support for this VM
//--------------------------------------------------------------------------