Skip to content

Commit

Permalink
Merge 1a633f3 into a11482a
Browse files Browse the repository at this point in the history
  • Loading branch information
Thanos committed Dec 5, 2014
2 parents a11482a + 1a633f3 commit 49ac8f5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
5 changes: 0 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ UDEV_RULES = 40-multipath
MPATH_DAEMON = sm-multipath
MPATH_CONF = multipath.conf

CRON_JOBS += ringwatch

SM_XML := XE_SR_ERRORCODES

SM_DEST := /opt/xensource/sm/
Expand All @@ -72,7 +70,6 @@ BIN_DEST := /opt/xensource/bin/
MASTER_SCRIPT_DEST := /etc/xensource/master.d/
PLUGIN_SCRIPT_DEST := /etc/xapi.d/plugins/
LIBEXEC := /opt/xensource/libexec/
CRON_DEST := /etc/cron.d/
UDEV_RULES_DIR := /etc/udev/rules.d/
INIT_DIR := /etc/rc.d/init.d/
MPATH_CONF_DIR := /etc/multipath.xenserver/
Expand Down Expand Up @@ -170,8 +167,6 @@ install: precheck
$(MAKE) -C snapwatchd install DESTDIR=$(SM_STAGING)
$(MAKE) -C mpathroot install DESTDIR=$(SM_STAGING)
ln -sf $(SM_DEST)blktap2.py $(SM_STAGING)$(BIN_DEST)/blktap2
install -m 755 -d $(SM_STAGING)$(CRON_DEST)
install -m 644 $(CRON_JOBS:%=etc/cron.d/%) -t $(SM_STAGING)$(CRON_DEST)
ln -sf $(SM_DEST)lcache.py $(SM_STAGING)$(BIN_DEST)tapdisk-cache-stats

.PHONY: clean
Expand Down
2 changes: 0 additions & 2 deletions etc/cron.d/ringwatch

This file was deleted.

1 change: 0 additions & 1 deletion mk/sm.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ cp -f /etc/lvm/lvm.conf.orig /etc/lvm/lvm.conf || exit $?

%files
%defattr(-,root,root,-)
/etc/cron.d/*
/etc/rc.d/init.d/snapwatchd
/etc/rc.d/init.d/mpathroot
/etc/xapi.d/plugins/coalesce-leaf
Expand Down

0 comments on commit 49ac8f5

Please sign in to comment.