Skip to content

Commit

Permalink
RPM: drop duplicate /var/lib/ceph/* directories
Browse files Browse the repository at this point in the history
As of a recent commit, we had /var/lib/ceph/{mds,mon,osd} directories
packaged twice, once with %attr and once without. Drop the latter.

Signed-off-by: Nathan Cutler <ncutler@suse.com>
  • Loading branch information
smithfarm committed Feb 29, 2016
1 parent 275b5f2 commit 4de86bf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ceph.spec.in
Expand Up @@ -1019,15 +1019,13 @@ fi
%else
%{_initrddir}/ceph
%endif
%dir %{_localstatedir}/lib/ceph/mds
%attr(750,ceph,ceph) %dir %{_localstatedir}/lib/ceph/mds

%files mon
%{_bindir}/ceph-mon
%{_bindir}/ceph-rest-api
%{_mandir}/man8/ceph-mon.8*
%{_mandir}/man8/ceph-rest-api.8*
%dir %{_localstatedir}/lib/ceph/mon
%{python_sitelib}/ceph_rest_api.py*
%if 0%{?_with_systemd}
%{_unitdir}/ceph-mon@.service
Expand Down Expand Up @@ -1148,7 +1146,6 @@ fi
%else
%{_initrddir}/ceph
%endif
%dir %{_localstatedir}/lib/ceph/osd
%attr(750,ceph,ceph) %dir %{_localstatedir}/lib/ceph/osd

#################################################################################
Expand Down

0 comments on commit 4de86bf

Please sign in to comment.