I tried scaling cloud foundry up by adding more runners and deploying it. I have done this before without issue but today the deployment failed and I just could not repeat the deployment again because some of the runners were not responding.
I am doing 'bosh cck' to clear up the unresponsive VMs but 'bosh cck' just fails with the following error:
Error 100: Unable to get deployment lock, maybe a deployment is in progress. Try again later.
I then use 'bosh locks' to check for locks. Wait till the locks are cleared and then try 'bosh cck' again. But 'bosh cck' again creates a deployment lock by itself and errors out with the error above.
Any help or pointers on how to tackle this?