-
Notifications
You must be signed in to change notification settings - Fork 132
Labels
good-first-issueIdentifies an issue that has been specifically created or selected for first-time contributors.Identifies an issue that has been specifically created or selected for first-time contributors.kind/buglifecycle/staleDenotes an issue or PR has remained open with no activity and has become stale.Denotes an issue or PR has remained open with no activity and has become stale.
Description
What happened:
When SSHing into a KubevirtCI node, if the command is long enough, it is not warpped by instead being messy overriding the beginning of the command:
> ./cluster-up/ssh.sh node02
Last login: Sun Sep 15 08:35:14 2024 from 192.168.66.2
# This is short enough, looking good
[vagrant@node02 ~]$ find -regex '.*pod.*' -type d -exec cat {}/memory.max \;
[vagrant@node02 ~]$
# Adding `&& ls {}` at the end of the find exec command
{} \;t@node02 ~]$ s \; l
\;agrant@node02 ~]$ find -regex '.*pod.*' -type d -exec cat {}/memory.max && \;
What you expected to happen:
The command to be wrapped into a new line in a human-readable way.
How to reproduce it (as minimally and precisely as possible):
As explained above. 100% reproducible.
Environment:
- KubeVirt version (use
virtctl version
): v1.3 (main)
dosubot
Metadata
Metadata
Assignees
Labels
good-first-issueIdentifies an issue that has been specifically created or selected for first-time contributors.Identifies an issue that has been specifically created or selected for first-time contributors.kind/buglifecycle/staleDenotes an issue or PR has remained open with no activity and has become stale.Denotes an issue or PR has remained open with no activity and has become stale.