Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,6 @@ SM_COMPAT_PY_FILES = $(foreach LIB, $(SM_COMPAT_LIBS), compat-libs/$(LIB).py) $(
SM_XTRA_PY_FILES :=
SM_XTRA_PY_FILES += $(foreach LIB, $(SM_LIBEXEC_PY_CMDS), utils/$(LIB))
SM_XTRA_PY_FILES += $(foreach LIB, $(SM_LIBEXEC_PY_XTRAS), utils/$(LIB).py)
SM_XTRA_PY_FILES += utils/mpathutil.py
SM_XTRA_PY_FILES += utils/blktap2
SM_XTRA_PY_FILES += utils/tapdisk-cache-stats
SM_XTRA_PY_FILES += utils/keymanagerutil
Expand Down Expand Up @@ -364,10 +363,6 @@ install: precheck
for s in $(SM_UDEV_SCRIPTS); do \
install -m 755 scripts/$$s $(SM_STAGING)$(UDEV_SCRIPTS_DIR)/$$s; \
done
# Install mpathutil and compatibility symlinks
install -D -m 755 utils/mpathutil.py $(SM_STAGING)$(BIN_DEST)/mpathutil
ln -sf $(BIN_DEST)mpathutil $(SM_STAGING)$(OPT_SM_DEST)/mpathutil.py
ln -sf $(BIN_DEST)mpathutil $(SM_STAGING)/sbin/mpathutil
# Install blktap2 and compatibility symlinks
install -D -m 755 utils/blktap2 $(SM_STAGING)$(BIN_DEST)/blktap2
ln -sf $(BIN_DEST)blktap2 $(SM_STAGING)$(OPT_BIN_DEST)/blktap2
Expand Down
2 changes: 0 additions & 2 deletions mk/sm.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ tests/run_python_unittests.sh
%{_sysconfdir}/xapi.d/plugins/intellicache-clean
%{_sysconfdir}/xapi.d/plugins/trim
%{_sysconfdir}/xapi.d/xapi-pre-shutdown/*
%{_bindir}/mpathutil
%{_bindir}/blktap2
%{_bindir}/tapdisk-cache-stats
%{_unitdir}/make-dummy-sr.service
Expand Down Expand Up @@ -199,7 +198,6 @@ callers which expect to find python files in /opt/xensource


%files -n python%{python3_pkgversion}-sm-compat
/sbin/mpathutil
/opt/xensource/sm
/opt/xensource/bin/blktap2
/opt/xensource/bin/tapdisk-cache-stats
Expand Down
68 changes: 0 additions & 68 deletions utils/mpathutil.py

This file was deleted.

Loading