-
Notifications
You must be signed in to change notification settings - Fork 175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VCH Upgrade and Revert not refreshing cVM status #5754
Comments
@emlin Will the vic-machine rollback enforce a power cycle or is it reverting to an online snapshot? I would expect this to potentially occur from any drop in the vSphere event stream and an out-of-band deletion, even without the rollback. The testing added for #5343 should be a good starting place for asserting correct behaviour here (see tests/test-cases/Group0-Bugs/5343.robot) @caglar10ur please check if this presents with out-of-band deletion of cVMs when doing the connection drop/session deletion followup. |
marking high for now until we get a triage. |
@hickeng containerVMs are loaded from vSphere on a VCH power cycle, so I'd suspect it's reverting to the snapshot. |
@hickeng am I understanding this correctly? The cache is returned to its previous state after the snapshot revert? If that's the case, there's no other way around this than doing a periodic refresh, or perhaps forcing a refresh/sync after a write. |
@jzt if it's a snapshot...I'd assume so...it's like pausing and resuming a |
An attempt at a release note:
|
@stuclem The problem is that after VCH is reverted, the cache information in VCH is reverted, but the deleted container VM cannot be reverted, so if user run docker ps, it will continue to show the deleted container VM, but that's incorrect. |
Thanks @emlin. Updated to:
|
Thanks @jzt |
@zjs this will be dealt with by simple removal of the memory snapshot as part of the API work (hopefully). Noting here to put it on your radar as a test variant. |
Steps to reproduce.
The text was updated successfully, but these errors were encountered: