You have manifest that is deploying a windows vm. This manifest was working prior to PAS for Windows (PASW) v2.8.0. Here is a sample manifest:
name: windows-test
releases:
- name: windows2019fs
version: latest
stemcells:
- alias: windows2019
os: windows2019
version: latestupdate:
canaries: 1
max_in_flight: 1
canary_watch_time: 1000-30000
update_watch_time: 1000-30000instance_groups:
- name: windows2019
azs: [az1]
instances: 1
jobs:
- name: windows2019fs
release: windows2019fs
vm_type: medium
stemcell: windows2019
networks:
- name: infra
After upgrading to PASW 2.8.0 you noticed its errors out on pre-start script:
No signal received on event RootfsEvent after 30 minutes. This signal is generated by the pre-start script of winc-release/job=groot. You might have an older version of the winc-release. Require winc-release v2.0 or higher.
The error suggest that its needing winc-release v2.0. First thing to check if this release was uploaded:
bosh releases | grep winc
winc 2.0.0* 53487ac
And you have verified that winc-release v2.0 was indeed uploaded