You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
technically, vm is up (ping / nc -vz / monit process up when looking)
however a bosh cck fails with the following error:
$ bosh cck
Using environment '192.168.99.152' as user 'yyyyy'
Using deployment '00-shared-services-r2'
Task 5813417
Task 5813417 | 18:27:48 | Scanning 5 VMs: Checking VM states (00:00:17)
L Error: Action Failed get_state: Getting processes status: Getting service status: Unmarshalling Monit status: unexpected EOF
Task 5813417 | 18:28:05 | Error: Action Failed get_state: Getting processes status: Getting service status: Unmarshalling Monit status: unexpected EOF
Task 5813417 Started Wed Jun 12 18:27:48 UTC 2024
Task 5813417 Finished Wed Jun 12 18:28:05 UTC 2024
Task 5813417 Duration 00:00:17
Task 5813417 error
Performing a scan on deployment '00-shared-services-r2':
Expected task '5813417' to succeed but state is 'error'
fails before any resolution can be chosen by operator => bosh cck is not usable
workaround:
bosh deploy <manfest.yml> --fix.
bosh is able to repair, recreating the unresponsive vm
To Reproduce
Steps to reproduce the behavior (example):
Deploy a bosh director on with
Upload and
Deploy
bosh ssh to a specific instance
Run on the vm to see the behavior
Expected behavior
A clear and concise description of what you expected to happen.
Logs
Logs are always helpful! Add logs to help explain your problem.
Versions (please complete the following information):
Infrastructure: vsphere
BOSH version bosh/277.4.3
BOSH CLI version 7.5.6
Stemcell version bosh-vsphere-esxi-ubuntu-jammy-go_agent 1.465* ubuntu-jammy
Deployment info:
If possible, share your (redacted) manifest and any ops files used to deploy
BOSH or any other releases on top of BOSH.
If you used any deployment strategy it'd be helpful to point it out and share as
much about it as possible (e.g. bosh-deployment, PCF, genesis, spiff, etc)
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
On a overloaded vm, we met the following issue:
technically, vm is up (ping / nc -vz / monit process up when looking)
however a bosh cck fails with the following error:
To Reproduce
Steps to reproduce the behavior (example):
bosh ssh
to a specific instanceExpected behavior
A clear and concise description of what you expected to happen.
Logs
Logs are always helpful! Add logs to help explain your problem.
Versions (please complete the following information):
Deployment info:
If possible, share your (redacted) manifest and any ops files used to deploy
BOSH or any other releases on top of BOSH.
If you used any deployment strategy it'd be helpful to point it out and share as
much about it as possible (e.g. bosh-deployment, PCF, genesis, spiff, etc)
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: