[release/1.5] Use deactivatelayer to recover layers that we cannot rename #6133
Conversation
It seems that something has shifted in an API, and vhd.DetachVhd is returning "failed to open virtual disk: invalid argument" on Windows Server LTSC 2019. Signed-off-by: Paul "TBBle" Hampson <[email protected]> (cherry picked from commit f216270) Signed-off-by: Daniel Canter <[email protected]>
deactvateErr -> deactivateErr Signed-off-by: Daniel Canter <[email protected]> (cherry picked from commit c18c2e7) Signed-off-by: Daniel Canter <[email protected]>
|
Hi @dcantah. Thanks for your PR. I'm waiting for a containerd member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
Build succeeded.
|
|
/ok-to-test |
|
Ignoring Linux runs being canceled after 30m as this code change is Windows only; seems we may have to bump Linux test timeout limits in |
|
@estesp I can send a pr to bump the timeout shortly. I saw we'd bumped it on main |
It seems that something has shifted in an API, and vhd.DetachVhd is
returning "failed to open virtual disk: invalid argument" on Windows
Server LTSC 2019.
Signed-off-by: Paul "TBBle" Hampson [email protected]
(cherry picked from commit f216270)
Signed-off-by: Daniel Canter [email protected]