Storage problems after changing Raid Controller on server
To resolve this, we will need to
-
resume the lvm volumes that were manually suspended
-
relocate the multipath bindings file from /var to /etc.
mkdir /etc/multipath
mv /var/lib/multipath/bindings /etc/multipath
- Edit /etc/multipath.conf and add the following to the defaults stanza:
defaults {
user_friendly_names yes
bindings_file "/etc/multipath/bindings"
}
Comments
Post a Comment