mirror of
https://github.com/ceph/ceph
synced 2025-01-15 23:43:06 +00:00
qa/vstart_runner.py: add a note about omitting sudo
About the commit date: this commit got dropped from the patch series during some PR branch update but is added back now. Signed-off-by: Rishabh Dave <ridave@redhat.com>
This commit is contained in:
parent
43b170ab18
commit
8d4ef76923
@ -425,6 +425,8 @@ ceph-coverage() {
|
||||
# We'll let sudo be a part of command even omit flag says otherwise in
|
||||
# cases of commands which can normally be ran only by root.
|
||||
last_arg = args[args.rfind(' ') + 1 : ]
|
||||
# XXX: should sudo be omitted/allowed by default in cases similar to
|
||||
# that of "exec sudo" as well?
|
||||
if 'sudo' in args:
|
||||
for x in ('passwd', 'chown'):
|
||||
if x == first_arg or x == last_arg or f' {x} ' in args:
|
||||
|
Loading…
Reference in New Issue
Block a user