Considering the time past and that I'm convinced that this is a user
configuration
issue (Support) that should be addressed by comment #11, I'm closing this issue
as Invalid.
** Changed in: multipath-tools (Ubuntu)
Status: Incomplete => Invalid
--
You received this bug notification bec
That's actually a good point Lukasz, one that I assume folks get by reading the
multipath guide first.
https://help.ubuntu.com/12.04/serverguide/multipath-devices.html
Whenever you use blacklists, in either lvm or multipath, you must update
the initramfs so those config files are copied to the ra
This is not a bug of multipathd.
I gues that you are using DELL MD3xxx multipath installer. This install script
provide new
initrd that have one significant change - add multipath.conf (the same as they
add in standard /etc) in initrd environment.
So - at the initrd stage when lvm starts (with
That devnode line is actually part of the default in memory config,
see libmultipath/blacklist.c#setup_default_blist. So try dropping
that.
Just try and keep you multpath.conf as simple as possible,
to even *one* directive, test and record, then iterate until you start to see it
break. It's best
Sorry, this config not working too.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/927540
Title:
multipath ignores blacklist in multipath.conf
To manage notifications about this bug go to:
https://b
Only first line with devnode work.
Working config:
devnode_blacklist {
## Ubuntu BUG #927540
devnode "^((ram|raw|loop|fd|md|dm-|sr|scd|st)[0-9]*|(hd|xvd|vd|sd)[a-z]*)"
wwid "*"
}
## Use user friendly names, instead of using WWIDs as names.
defaults {
user_friendly_names yes
path_grouping_policy m
@gheeke
Did you try the alternate config file style I proposed in comment #5?
Thanks.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/927540
Title:
multipath ignores blacklist in multipath.conf
To m
multipath supports POSIX regexp: libmultipath/regex.c so you do need
the "." to inform the wildcard what it's matching against e.g. (1+ more
characters).
There are also examples in the multipath.conf.defaults file that provide
examples
of regexp like:
# device {
# vendor
At the moment i've no Ubuntu 12.04 Testmachine at hand. ASAP I'll try
your suggestions. But I don't think, that this is the problem. My Dell
Controller has the following wwid:
36782bcb070070100166a7a1640a66db2 dm-0 DELL,PERC 6/i
size=136G features='0' hwhandler='0' wp=rw
In the Blacklist that wwi
I think blacklist device maching is expanded as a regex and not as a
glob, thus the * will not provide a match. Can you try the following
change.
Replace:
device {
vendor "DELL*"
product "PERC*"
}
With:
device {
vendor DELL.*
Status changed to 'Confirmed' because the bug affects multiple users.
** Changed in: multipath-tools (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/927540
Titl
Same problem as above
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/927540
Title:
multipath ignores blacklist in multipath.conf
To manage notifications about this bug go to:
https://bugs.launchpad.
** Branch unlinked: lp:~openerp-dev/openobject-addons/trunk-
bug-927504-amp
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/927540
Title:
multipath ignores blacklist in multipath.conf
To manage notif
** Branch linked: lp:~openerp-dev/openobject-addons/trunk-bug-927504-amp
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/927540
Title:
multipath ignores blacklist in multipath.conf
To manage notifica
** Branch linked: lp:~openerp-dev/openobject-addons/trunk-bug-927504-amp
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/927540
Title:
multipath ignores blacklist in multipath.conf
To manage notifica
** Changed in: multipath-tools (Ubuntu)
Importance: Undecided => Medium
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/927540
Title:
multipath ignores blacklist in multipath.conf
To manage notifi
16 matches
Mail list logo