Hi,
We have a continuing issue where we place storage into maintenance then cant
cancel maintenance using the GUI.
When we select cancel maintenance on the storage, the error is
com.cloud.exception.InsufficientServerCapacityException: Unable to create a
deployment for VM instance
{"id":41,"instanceName":"i-4-40-VM","state":"Starting","type":"User","uuid":"21a4bb1c-81d0-49d7-ae6d-72f70e643c30"}Scope=interface
com.cloud.dc.DataCenter; id=1
It appears a past issue is stuck in the database and causing the validations
check to fail.
The work around at the moment is to login to mysql and issue
update storage_pool set status='Up' where id=3;
How can we remove the previous error to stop this happening?
Thanks
Ian