This is an automated email from the ASF dual-hosted git repository.
nvazquez pushed a change to branch 4.11
in repository https://gitbox.apache.org/repos/asf/cloudstack.git.
from 39471c8 configdrive: make fewer mountpoints on hosts (#2716)
add cc35f9d CLOUDSTACK-10326: Prevent hosts fall into Maintenance when
there are running VMs on it
add 08a8330 CLOUDSTACK-10326: Fix for infinite loop on
PrepareForMaintenance
add a22ab69 Set host into ErrorInMaintenance in case of failure trying to
enter Maintenance mode
add faf2a77 Add unit tests
new 539d7e1 Merge pull request #2493 from shapeblue/fixmaintenance
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../schema/src/com/cloud/vm/dao/VMInstanceDao.java | 2 +
.../src/com/cloud/vm/dao/VMInstanceDaoImpl.java | 15 ++
.../com/cloud/resource/ResourceManagerImpl.java | 75 +++++++-
.../src/com/cloud/servlet/ConsoleProxyServlet.java | 10 +-
.../cloud/resource/ResourceManagerImplTest.java | 191 +++++++++++++++++++++
5 files changed, 287 insertions(+), 6 deletions(-)
create mode 100644 server/test/com/cloud/resource/ResourceManagerImplTest.java