The bosh cli command cloud-check is used to check for resource consistency and allows interactive repair. When there is a mismatch in the state of a vm you get these resolution options:
1: Skip for now
2: Recreate VM without waiting for processes to start
3: Recreate VM and wait for processes to start
4: Delete VM reference
Adding an option to manually set the VM CID will be beneficial in the situation you know the existing VM's CID. That way you can skip an unnecessary recreate.
The bosh cli command cloud-check is used to check for resource consistency and allows interactive repair. When there is a mismatch in the state of a vm you get these resolution options:
Adding an option to manually set the VM CID will be beneficial in the situation you know the existing VM's CID. That way you can skip an unnecessary recreate.