Skip to content

Commit 718719d

Browse files
committed
DLPX-95481 Add multipath-tools pkg to Delphix appliance
PR URL: https://www.github.com/delphix/delphix-platform/pull/549
1 parent 8e8627c commit 718719d

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)