Skip to content

Commit

Permalink
Merge pull request ceph#8818 from SUSE/wip-drop-ceph-ra
Browse files Browse the repository at this point in the history
ocf: drop ceph Resource Agent

Reviewed-by: Tim Serong <[email protected]>
  • Loading branch information
liewegas authored Jun 23, 2016
2 parents 270808e + bb624c7 commit 1ddc00b
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 194 deletions.
4 changes: 0 additions & 4 deletions ceph.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -1202,10 +1202,6 @@ fi
%dir %{_prefix}/lib/ocf
%dir %{_prefix}/lib/ocf/resource.d
%dir %{_prefix}/lib/ocf/resource.d/ceph
%exclude %{_prefix}/lib/ocf/resource.d/ceph/ceph
%exclude %{_prefix}/lib/ocf/resource.d/ceph/mds
%exclude %{_prefix}/lib/ocf/resource.d/ceph/mon
%exclude %{_prefix}/lib/ocf/resource.d/ceph/osd
%{_prefix}/lib/ocf/resource.d/ceph/rbd

%endif
Expand Down
1 change: 0 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -1375,7 +1375,6 @@ AC_CONFIG_HEADERS([src/acconfig.h])
AC_CONFIG_FILES([Makefile
src/Makefile
src/ocf/Makefile
src/ocf/ceph
src/ocf/rbd
src/java/Makefile
systemd/Makefile
Expand Down
14 changes: 2 additions & 12 deletions src/ocf/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
EXTRA_DIST = ceph.in Makefile.in
EXTRA_DIST = Makefile.in

if WITH_OCF
# The root of the OCF resource agent hierarchy
Expand All @@ -9,15 +9,5 @@ ocfdir = $(prefix)/lib/ocf
# The ceph provider directory
radir = $(ocfdir)/resource.d/$(PACKAGE_NAME)

ra_SCRIPTS = ceph rbd

install-data-hook:
$(LN_S) ceph $(DESTDIR)$(radir)/osd
$(LN_S) ceph $(DESTDIR)$(radir)/mds
$(LN_S) ceph $(DESTDIR)$(radir)/mon

uninstall-hook:
rm -f $(DESTDIR)$(radir)/osd
rm -f $(DESTDIR)$(radir)/mds
rm -f $(DESTDIR)$(radir)/mon
ra_SCRIPTS = rbd
endif
177 changes: 0 additions & 177 deletions src/ocf/ceph.in

This file was deleted.

0 comments on commit 1ddc00b

Please sign in to comment.