When there is problem to mount a Longhorn device this bug can be a good start: https://github.com/longhorn/longhorn/issues/1210
Solution for me was add
blacklist {
devnode "^sd[a-z0-9]+"
}
to /etc/multipath.conf and restart
service multipathd restart
Leave a Reply