diff options
author | Sage Weil <sage@newdream.net> | 2017-08-05 20:27:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-05 20:27:32 +0200 |
commit | f766842fcf9d0cdd6c7fbeed0619f1be6a3959c8 (patch) | |
tree | c876f2fc86c3580f0a20fad03cb19879188b66e9 /ceph.spec.in | |
parent | Merge pull request #16704 from dillaman/wip-20644 (diff) | |
parent | mon: new bootstrap-rbd auth profile (diff) | |
download | ceph-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.in | 2 |
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 |