Skip to content

Commit

Permalink
Merge pull request #9917 from SUSE/wip-16461-jewel
Browse files Browse the repository at this point in the history
jewel: ceph Resource Agent does not work with systemd

Reviewed-by: Loic Dachary <ldachary@redhat.com>
  • Loading branch information
Loic Dachary committed Aug 17, 2016
2 parents 2d5ada4 + ad3b788 commit c7a1c81
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
Expand Up @@ -1201,10 +1201,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
14 changes: 2 additions & 12 deletions src/ocf/Makefile.am
@@ -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 c7a1c81

Please sign in to comment.