UNSOLVED

g110yd

updated

10 years ago

G

g110yd

1 Rookie

20 Posts

0

2228

October 5th, 2016 02:00

Linux multipath.conf (Multipathd)

We had an EqualLogic controller fail-over at the weekend for some reason (fw 8.13) which resulted in some of our virtual machines getting paused (I have raised a case on techdirect about the array itself).

We use ovirt / kvm and someone at redhat has helpfully suggested that we make the following adjustments to multipathd config ( I am aware there is no support agreement for this):

You can set the timeout in multipath.conf.

If you want to allow 60 seconds gracetime in such case, you can configure:
    no_path_retry 12
This will continue to monitor the paths 12 times, each 5 seconds 
(assuming polling_interval=5). If some path recover during this time, the io
can complete and the vm will not be paused.
Can anyone see any major issues with these suggestions ?
The majority of our guest disks are set to timeout after 60 seconds internally within the vms themselves.
Thanks