mirror of
https://github.com/ceph/ceph
synced 2024-12-27 14:03:25 +00:00
c8750b7066
This is just renaming the files and adjusting the packages. Lots of cleanup to do still. Signed-off-by: Sage Weil <sage@redhat.com>
8 lines
384 B
Plaintext
8 lines
384 B
Plaintext
# allow cephadm user to sudo cephadm
|
|
cephadm ALL=NOPASSWD: /usr/bin/cephadm --image * ls
|
|
cephadm ALL=NOPASSWD: /usr/bin/cephadm --image * unit *
|
|
cephadm ALL=NOPASSWD: /usr/bin/cephadm --image * shell *
|
|
cephadm ALL=NOPASSWD: /usr/bin/cephadm --image * deploy *
|
|
cephadm ALL=NOPASSWD: /usr/bin/cephadm --image * ceph-volume *
|
|
cephadm ALL=NOPASSWD: /usr/bin/cephadm --image * rm-daemon *
|