-
Notifications
You must be signed in to change notification settings - Fork 174
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
Exit code 137 reported instead of 143 for a migrated container #5653
Labels
component/portlayer/execution
component/portlayer
kind/defect
Behavior that is inconsistent with what's intended
priority/p2
Comments
hickeng
added a commit
to hickeng/vic
that referenced
this issue
Jul 6, 2017
Ensures that the handle refresh on the power off path gets updated extraconfig data from the VM. Adjusts the syslog queue size to deal with excessive overflows. Disables the exit code check for migrated containers until vmware#5653 is addressed.
hickeng
added a commit
to hickeng/vic
that referenced
this issue
Jul 7, 2017
Ensures that the handle refresh on the power off path gets updated extraconfig data from the VM. Adjusts the syslog queue size to deal with excessive overflows. Disables the exit code check for migrated containers until vmware#5653 is addressed.
hickeng
added a commit
that referenced
this issue
Jul 10, 2017
* Updates extraconfig logging config * Fixes syslogd configuration and reduces some log verbosity * Adds support for delta sets of extraconfig keys * Stops overwriting exit code on CLI stop call * Generate stop event after state refresh to get consistent state * Adjusts the syslog queue size to deal with excessive overflows. * Correct handle refreshFromHandle behaviour on the power off path. * Disables the exit code check for migrated containers until #5653 is addressed.
removing from 1.2. Not a stop shipper. |
Related: #6614 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
component/portlayer/execution
component/portlayer
kind/defect
Behavior that is inconsistent with what's intended
priority/p2
Follow on from #5610 which exposes a problem with the exit code reporting for migrated containers. This is due to us not clearing the
started
field during thestop
path when the container is migrated.Story
As a VIC developer I expect even migrated containers to have their ExtraConfig state re-initialized appropriately on the start and stop paths.
Detail
We refuse to write changes to configuration back to a migrated container, however we still need to be able to re-initialize that containers state for start & stop operations.
This will require us to add knowledge as to what re-initialize means for a given container data version and call that from the commit logic.
Currently we should also observe that subsequent
starts
of a migrated container will not block until the process is launched, but will return immediately - this is due to the old status being preserved.Acceptance
11-01-Upgrade
The text was updated successfully, but these errors were encountered: