Quote:
Originally Posted by jns
Flush out the old multipath maps with 'multipath -F'.
Is there a reason you're using readsector0? I think the path_checker you should be using is tur. Feel free to post a snippet of your multipath.conf.
|
Thanks for the reply Jessica.
If I had to resort to this, I was thinking about doing:
multipath -f backup
multipath backup
(/dev/mapper/backup was the device file)
Would that be acceptable, while causing minimal interference?
To your second point - I am using readsecotr0 because back when I set this up, I was learning as I was going. I used the default comments section in multipath.conf simply because I didn't know of better and safe options.
Aside from a bunch of 'wwid' and 'alias' directives, here's the meat of the config file:
defaults {
user_friendly_names yes
udev_dir /dev
polling_interval 5
selector "round-robin 0"
path_grouping_policy failover
getuid_callout "/sbin/scsi_id -g -u -s /block/%n"
prio_callout /bin/true
path_checker readsector0
rr_min_io 100
max_fds 8192
rr_weight priorities
failback immediate
no_path_retry fail
}
I have tur is a better checker to be using, but at this point I can't be making changes that aren't dire. If there is any service interruption to Oracle or the apps running on it in the next three months, heads would roll.