setting cpvm restart to true with every storage pool being added

This commit is contained in:
abhishek 2011-01-28 14:24:12 -08:00
parent 3aeb562959
commit d8ea2f04ea

View File

@ -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;
}