Skip to content

Commit cdd6630

Browse files
Merge pull request #549 from delphix/dlpx/pr/david-mendez1/3bd4dca9-4fd3-47bf-963b-8a9905eaa6c7
DLPX-95481 Add multipath-tools pkg to Delphix appliance
2 parents 8e8627c + 718719d commit cdd6630

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

debian/postinst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ configure)
4545
systemctl disable motd-news.service
4646
systemctl disable motd-news.timer
4747

48+
# Disable multipathd service by default. It will be enabled if the iSCSI initiator feature is used
49+
systemctl disable multipathd.service
50+
4851
#
4952
# Various tools generate mail on the system, e.g. cron, and we don't
5053
# want those to be sent externally via SMTP (or equivalent). Thus,

debian/rules

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ DEPENDS += ansible, \
7575
lsb-release, \
7676
makedumpfile, \
7777
mount, \
78+
multipath-tools, \
7879
net-tools, \
7980
netbase, \
8081
netplan.io, \

0 commit comments

Comments
 (0)