mirror of
https://github.com/ceph/ceph
synced 2024-12-21 19:02:10 +00:00
44068fc941
Enables consumers like the dashboard to provide the regular smartctl output to users. Signed-off-by: Patrick Seidensal <pseidensal@suse.com>
5 lines
199 B
Plaintext
5 lines
199 B
Plaintext
## allow ceph-osd (which runs as user ceph) to collect device health metrics
|
|
|
|
ceph ALL=NOPASSWD: /usr/sbin/smartctl -a --json=o /dev/*
|
|
ceph ALL=NOPASSWD: /usr/sbin/nvme * smart-log-add --json /dev/*
|