summaryrefslogtreecommitdiffstats
path: root/ceph.spec.in
diff options
context:
space:
mode:
authorSage Weil <sage@newdream.net>2017-08-05 20:27:32 +0200
committerGitHub <noreply@github.com>2017-08-05 20:27:32 +0200
commitf766842fcf9d0cdd6c7fbeed0619f1be6a3959c8 (patch)
treec876f2fc86c3580f0a20fad03cb19879188b66e9 /ceph.spec.in
parentMerge pull request #16704 from dillaman/wip-20644 (diff)
parentmon: new bootstrap-rbd auth profile (diff)
downloadceph-f766842fcf9d0cdd6c7fbeed0619f1be6a3959c8.tar.xz
ceph-f766842fcf9d0cdd6c7fbeed0619f1be6a3959c8.zip
Merge pull request #16633 from dillaman/wip-bootstrap-rbd-mirror
mon: added bootstrap-rbd auth profile Reviewed-by: Sage Weil <sage@redhat.com>
Diffstat (limited to 'ceph.spec.in')
-rw-r--r--ceph.spec.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/ceph.spec.in b/ceph.spec.in
index 35ce7add2fc..5101601227f 100644
--- a/ceph.spec.in
+++ b/ceph.spec.in
@@ -910,6 +910,7 @@ mkdir -p %{buildroot}%{_localstatedir}/lib/ceph/bootstrap-osd
mkdir -p %{buildroot}%{_localstatedir}/lib/ceph/bootstrap-mds
mkdir -p %{buildroot}%{_localstatedir}/lib/ceph/bootstrap-rgw
mkdir -p %{buildroot}%{_localstatedir}/lib/ceph/bootstrap-mgr
+mkdir -p %{buildroot}%{_localstatedir}/lib/ceph/bootstrap-rbd
%if 0%{?suse_version}
# create __pycache__ directories and their contents
@@ -982,6 +983,7 @@ rm -rf %{buildroot}
%attr(750,ceph,ceph) %dir %{_localstatedir}/lib/ceph/bootstrap-mds
%attr(750,ceph,ceph) %dir %{_localstatedir}/lib/ceph/bootstrap-rgw
%attr(750,ceph,ceph) %dir %{_localstatedir}/lib/ceph/bootstrap-mgr
+%attr(750,ceph,ceph) %dir %{_localstatedir}/lib/ceph/bootstrap-rbd
%post base
/sbin/ldconfig