mirror of https://github.com/apache/cloudstack.git
setting cpvm restart to true with every storage pool being added
This commit is contained in:
parent
3aeb562959
commit
d8ea2f04ea
|
|
@ -1210,6 +1210,10 @@ public class StorageManagerImpl implements StorageManager, StorageService, Manag
|
|||
} else {
|
||||
createCapacityEntry(pool);
|
||||
}
|
||||
|
||||
//ensures cpvm is restarted even if the existing pools in system are in maintenance, hence flag below was hitherto in false state
|
||||
_configMgr.updateConfiguration(UserContext.current().getCallerUserId(), "consoleproxy.restart", "true");
|
||||
|
||||
return pool;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue