Skip to content
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

cephadm: fix 2> syntax in unit.run #39003

Merged
merged 1 commit into from Jan 22, 2021
Merged

Conversation

liewegas
Copy link
Member

We need a space between the command (which ends with a container name)
and the 2> or else the 2 is considered part of the command. E.g.,

! /usr/bin/podman rm -f ceph-a9a8c7ee-5b72-11eb-8f93-001a4aab830c-mon.a2> /dev/null

Fixes: 1bed46e
Signed-off-by: Sage Weil sage@newdream.net

@github-actions
Copy link

This pull request can no longer be automatically merged: a rebase is needed and changes have to be manually resolved

We need a space between the command (which ends with a container name)
and the 2> or else the 2 is considered part of the command.  E.g.,

! /usr/bin/podman rm -f ceph-a9a8c7ee-5b72-11eb-8f93-001a4aab830c-mon.a2> /dev/null

Fixes: 1bed46e
Signed-off-by: Sage Weil <sage@newdream.net>
@tchaikov
Copy link
Contributor

rebased against master.

@liewegas
Copy link
Member Author

retest this please

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
5 participants