mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
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…
x
Reference in New Issue
Block a user