Sync CNV runbook VirtualMachineInstanceHasEphemeralHotplugVolume.md (Updated at 2026-02-05 11:12:31 +0000 UTC)#403
Conversation
…Updated at 2026-02-05 11:12:31 +0000 UTC)
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: hco-bot The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Hi @hco-bot. Thanks for your PR. I'm waiting for a openshift 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-sigs/prow repository. |
| $ oc get vmis -A -o json | jq -r '.items[].metadata | select(.annotations | | ||
| has("kubevirt.io/ephemeral-hotplug-volumes")) | [.name , .namespace] | @tsv' |
There was a problem hiding this comment.
this is incorrect
i think due to incorrect padding, and should use no $
There was a problem hiding this comment.
I can see that other runbooks here use the $ to represent commands.
It seems that this command got modified to have a new line added between the | and the has("kubevirt.io/ephemeral-hotplug-volumes")) which shifted the second part of the command outside the formatted code block. If you see the associated u/s file, it is all on one line https://github.com/kubevirt/monitoring/blob/b63119f4ec977ccfbcc49b193f52204a14af97e8/docs/runbooks/VirtualMachineInstanceHasEphemeralHotplugVolume.md?plain=1#L25
This is an automated PR by 'tools/openshift-virtualization-operator/runbook-sync'.
CNV runbook 'VirtualMachineInstanceHasEphemeralHotplugVolume.md' was updated in upstream https://github.com/kubevirt/monitoring at 2026-02-05 11:12:31 +0000 UTC.
This PR syncs the runbook in this repository to contain all new added changes.
/cc @machadovilaca @sradco @avlitman @jherrman