Uh oh!
There was an error while loading. Please reload this page.
WIP: Debug: Enable VM debug console - #658
Conversation
clearcontainersbot
commented
Sep 30, 2017
kubernetes qa-passed 👍 |
grahamwhaley
commented
Oct 2, 2017
CI is failing though. I suspect we probably have a vendor or merge dep? In f26 we have: |
jodh-intel
commented
Oct 2, 2017
Hmm, actually the CI run was successful for all 3 runs. Looks like there might be an issue with the jenkins-github plugin @sboeuf ? |
jodh-intel
commented
Oct 2, 2017
@grahamwhaley - the |
clearcontainersbot
commented
Oct 3, 2017
kubernetes qa-passed 👍 |
1 similar comment
clearcontainersbot
commented
Oct 3, 2017
kubernetes qa-passed 👍 |
44af25c to
f28f5a2Compareclearcontainersbot
commented
Oct 6, 2017
kubernetes qa-passed 👍 |
jodh-intel
commented
Oct 9, 2017
Hi @mcastelino - this requires an update to the tests. From the CI logs: |
f28f5a2 to
53c685cCompareclearcontainersbot
commented
Oct 9, 2017
kubernetes qa-passed 👍 |
Enable the VM debug console whenever the VM Kernel debug is enabled. Fixes: clearcontainers#559. Signed-off-by: Manohar Castelino <manohar.r.castelino@intel.com>
53c685c to
b59bfdeCompareclearcontainersbot
commented
Oct 9, 2017
kubernetes qa-passed 👍 |
| for further debug. | ||
| ``` | ||
| socat /run/virtcontainers/pods/<pod id>/console.sock |
There was a problem hiding this comment.
Can you add a $ prompt for consistency with the rest of the doc please. Also, presumably we need a sudo in there too?
@iphutch - please can you review these doc changes?
jodh-intel
commented
Oct 16, 2017
Hi @mcastelino - just one final nit in the docs from me. @iphutch - please could you review the doc changes? |
| This will result in the `cc-proxy` log being printed on the terminal. This method | ||
| can also be used to capture the logs in a specific `cc-proxy` file. | ||
| 5. Connect to the Virtual machine console |
| for further debug. | ||
| ``` | ||
| socat /run/virtcontainers/pods/<pod id>/console.sock |
| 5. Connect to the Virtual machine console | ||
| If the kernel boots successfully then the virtual machine console can be accessed |
There was a problem hiding this comment.
We should avoid using an "if" clause unless we provide options for when the kernel does not boot successfully.
Let us ensure that our instructions are accurate and assume the reader has followed the instructions exactly:
After the kernel boots, the virtual machine console can be accessed for further debugging.
clearcontainersbot
commented
Oct 21, 2017
kubernetes qa-failed 👎 |
jodh-intel
commented
Oct 24, 2017
Hi @mcastelino - just a reminder that this PR needs a few minor tweaks. |
clearcontainersbot
commented
Oct 28, 2017
kubernetes qa-failed 👎 |
4 similar comments
clearcontainersbot
commented
Oct 30, 2017
kubernetes qa-failed 👎 |
clearcontainersbot
commented
Nov 1, 2017
kubernetes qa-failed 👎 |
clearcontainersbot
commented
Nov 23, 2017
kubernetes qa-failed 👎 |
clearcontainersbot
commented
Dec 14, 2017
kubernetes qa-failed 👎 |
jodh-intel
commented
Dec 18, 2017
Hi @klynnrif, @rcaballeromx - I'm assuming @iphutch won't be able to complete this review so could one of you take a look and if you're happy, we'll force-merge this as we will have the requisite doc team approval. |
klynnrif
commented
Dec 19, 2017
@jodh-intel@rcaballeromx the suggestions @iphutch made lgtm. All good to me with those changes. Thanks! |
clearcontainersbot
commented
Dec 21, 2017
kubernetes qa-failed 👎 |
3 similar comments
clearcontainersbot
commented
Jan 4, 2018
kubernetes qa-failed 👎 |
clearcontainersbot
commented
Jan 9, 2018
kubernetes qa-failed 👎 |
clearcontainersbot
commented
Jan 10, 2018
kubernetes qa-failed 👎 |
clearcontainersbot
commented
Jan 15, 2018
kubernetes qa-failed 👎 |
6 similar comments
clearcontainersbot
commented
Jan 18, 2018
kubernetes qa-failed 👎 |
clearcontainersbot
commented
Jan 24, 2018
kubernetes qa-failed 👎 |
clearcontainersbot
commented
Jan 29, 2018
kubernetes qa-failed 👎 |
clearcontainersbot
commented
Jan 31, 2018
kubernetes qa-failed 👎 |
clearcontainersbot
commented
Feb 7, 2018
kubernetes qa-failed 👎 |
clearcontainersbot
commented
Feb 9, 2018
kubernetes qa-failed 👎 |
Enable the VM debug console whenever the VM Kernel debug
is enabled.
Fixes: #559.
Has a dependency on having a updated agent being installed in the container rootfs to add the new systemd services.
clearcontainers/agent#122
Signed-off-by: Manohar Castelino manohar.r.castelino@intel.com