Skip to content

Commit

Permalink
Drop ceph Resource Agent
Browse files Browse the repository at this point in the history
This RA wraps the ceph sysvinit script which we are about to drop.

Signed-off-by: Nathan Cutler <ncutler@suse.com>
  • Loading branch information
smithfarm committed Apr 23, 2016
1 parent 176cb15 commit d67f5fe
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 193 deletions.
4 changes: 0 additions & 4 deletions ceph.spec.in
Expand Up @@ -1068,10 +1068,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
Expand Up @@ -1356,7 +1356,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
12 changes: 1 addition & 11 deletions src/ocf/Makefile.am
Expand Up @@ -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 d67f5fe

Please sign in to comment.