We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e8627c commit 718719dCopy full SHA for 718719d
debian/postinst
@@ -45,6 +45,9 @@ configure)
45
systemctl disable motd-news.service
46
systemctl disable motd-news.timer
47
48
+ # Disable multipathd service by default. It will be enabled if the iSCSI initiator feature is used
49
+ systemctl disable multipathd.service
50
+
51
#
52
# Various tools generate mail on the system, e.g. cron, and we don't
53
# want those to be sent externally via SMTP (or equivalent). Thus,
debian/rules
@@ -75,6 +75,7 @@ DEPENDS += ansible, \
75
lsb-release, \
76
makedumpfile, \
77
mount, \
78
+ multipath-tools, \
79
net-tools, \
80
netbase, \
81
netplan.io, \
0 commit comments