Closed cjnosal closed 3 years ago
This issue was marked as Stale
because it has been open for 21 days without any activity. If no activity takes place in the coming 7 days it will automatically be close. To prevent this from happening remove the Stale
label or comment below.
This issue was closed because it has been labeled Stale
for 7 days without subsequent activity. Feel free to re-open this issue at any time by commenting below.
Has something been done in that matter? I'm experiencing the same exact issue. Tanzu Ops Manager + BOSH Director version: v2.10.39-build.450 VMware Tanzu Application Service version: v2.11.19 VMware Tanzu Application Service for Windows version: v2.11.11
Process monitoring on windows VMs does not consistently report failing processes.
If a job launches a powershell script that only contains
exit 1
, then in a windows deployment: Linux behaviour (expected):bosh vms
andbosh instances -p
will consistently reportfailing
Actual windows behaviour:
bosh vms
andbosh instances -p
will alternately reportrunning
orfailing
Dummy release with linux and windows jobs that only
exit 1
winexit-release.zipSample manifests for dummy release linexitman.txt winexitman.txt