Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Docs around multipath (MPIO) #11

Open
maxirus opened this issue Mar 2, 2021 · 0 comments
Open

Add Docs around multipath (MPIO) #11

maxirus opened this issue Mar 2, 2021 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@maxirus
Copy link
Contributor

maxirus commented Mar 2, 2021

I believe Multipath (MPIO) in iSCSI is only supported if A) you have multiple physical subnets and B) TrueNAS NICs are setup to utilize it.

It would be good to mention that by default multipath is (apparently) enabled by default in Debian based distros and needs to be disabled if the Target/Network does not support it.

Steps:
Create dir: mkdir -p /etc/multipath/conf.d
vi/nano /etc/multipath/conf.d/multipath.conf and add following:

defaults {
    find_multipaths "no"
}

Can test that volumes are mounted using multipath -ll command

@datamattsson datamattsson added the documentation Improvements or additions to documentation label Sep 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants