When adding a new Windows Diego Cell instance, BOSH is adding it at the end of the deployment. This means this new Windows Diego Cell won't run any app instance before the end of the deployment.
Follow the procedure below for adding a new Windows Diego Cell:
1. BOSH ignores all of the current Windows Diego Cells. BOSH won’t try to evacuate the app instances during the next
Apply Changes:
bosh -d <pas-windows-deployment> ignore windows_diego_cell/<ID>
2. Increase the Windows Diego Cell instance under resource tab in the PASW tile, then
Apply Changes.
BOSH won't update the current Windows Diego Cell and will create the new Windows Diego Cell.
3. BOSH unignore all of the Windows Diego Cells ignored step 1:
bosh -d <pas-windows-deployment> unignore windows_diego_cell/<ID>
4.
Apply Changes - Now BOSH will be able to evacuate the app instance to the new Windows Diego Cell created in step 2 and perform the upgrade.
To prevent this issue in the future, we recommend monitoring the Key Capacity Scaling Indicator. For more information, refer to the following documentation: