diff options
author | Sage Weil <sage@redhat.com> | 2018-07-05 23:27:55 +0200 |
---|---|---|
committer | Sage Weil <sage@redhat.com> | 2018-07-05 23:27:55 +0200 |
commit | 72fcace7469a310ada05fee7ee6399706ddd04f0 (patch) | |
tree | d7481ac22e5d55d92ba885320eb1dd3b181a5cc4 /ceph.spec.in | |
parent | ceph.spec: install etc/sudoers.d/ceph-osd-smartctl (diff) | |
download | ceph-72fcace7469a310ada05fee7ee6399706ddd04f0.tar.xz ceph-72fcace7469a310ada05fee7ee6399706ddd04f0.zip |
ceph.spec: require sudo
Signed-off-by: Sage Weil <sage@redhat.com>
Diffstat (limited to 'ceph.spec.in')
-rw-r--r-- | ceph.spec.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ceph.spec.in b/ceph.spec.in index a07375bacc8..c9c7764a9f1 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -479,6 +479,7 @@ Group: System/Filesystems %endif Requires: ceph-base = %{_epoch_prefix}%{version}-%{release} Requires: lvm2 +Requires: sudo %description osd ceph-osd is the object storage daemon for the Ceph distributed file system. It is responsible for storing objects on a local file system |