summaryrefslogtreecommitdiff
path: root/pcr/multipath-tools/multipath-tools.install
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/multipath-tools/multipath-tools.install')
-rw-r--r--pcr/multipath-tools/multipath-tools.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/pcr/multipath-tools/multipath-tools.install b/pcr/multipath-tools/multipath-tools.install
new file mode 100644
index 000000000..8ef2efaca
--- /dev/null
+++ b/pcr/multipath-tools/multipath-tools.install
@@ -0,0 +1,9 @@
+post_install() {
+
+ cat <<-EOF
+ * For full functonality ensure that the dm_multipath kernel module is loaded"
+ * Make sure to create /etc/multipath.conf based off of the defaults found in
+ /usr/share/multipath/examples
+ EOF
+
+}