mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-22 18:50:08 +03:00
Feature #1739: Touch remotes location at start time to force the refresh
This commit is contained in:
parent
4b9d2a4926
commit
bf5fd2eb3e
@ -97,6 +97,8 @@ int InformationManager::start()
|
||||
return -1;
|
||||
}
|
||||
|
||||
utimensat(0, remotes_location.c_str(), 0, 0);
|
||||
|
||||
NebulaLog::log("InM",Log::INFO,"Starting Information Manager...");
|
||||
|
||||
pthread_attr_init (&pattr);
|
||||
|
Loading…
x
Reference in New Issue
Block a user