All of lore.kernel.org
 help / color / mirror / Atom feed
* dm-multipath and multipathd verbose mode or debug mode
@ 2009-11-27 13:18 Janec, Jozef
  2009-11-27 13:58 ` guy keren
  0 siblings, 1 reply; 2+ messages in thread
From: Janec, Jozef @ 2009-11-27 13:18 UTC (permalink / raw)
  To: dm-devel@redhat.com


Hello All,

I have some issues on my server. And I need get more information from multupath and device mapper about all operation . Is possible enable some debug mode?

I have one vg with two EVA luns, and 4 luns on this VG

Is possible that the multipath cam mix the ids?

For example: 
PV1 = LUN1
PV2 = LUN2

PV1 = MPATHA = LUN2
PV2 = MPATHB = LUN1

The problem is when I have multipath enabled lvm can see lvols from those two luns but the fs on the luns don't exists and when the multipath is disabled the fs on the lvols is ok?

Or when the boot.multipath is started the FS is mounted without problem
But when the server is done with booting (after the multipatd daemon) the fs is not more accesible. Is possible that multipathd daemon cad so something what will mix some information that the fs is not available after this  for os? Can activate the paths across?

Best regards

Jozef

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: dm-multipath and multipathd verbose mode or debug mode
  2009-11-27 13:18 dm-multipath and multipathd verbose mode or debug mode Janec, Jozef
@ 2009-11-27 13:58 ` guy keren
  0 siblings, 0 replies; 2+ messages in thread
From: guy keren @ 2009-11-27 13:58 UTC (permalink / raw)
  To: device-mapper development

Janec, Jozef wrote:
> Hello All,
> 
> I have some issues on my server. And I need get more information from multupath and device mapper about all operation . Is possible enable some debug mode?
> 
> I have one vg with two EVA luns, and 4 luns on this VG
> 
> Is possible that the multipath cam mix the ids?
> 
> For example: 
> PV1 = LUN1
> PV2 = LUN2
> 
> PV1 = MPATHA = LUN2
> PV2 = MPATHB = LUN1
> 
> The problem is when I have multipath enabled lvm can see lvols from those two luns but the fs on the luns don't exists and when the multipath is disabled the fs on the lvols is ok?
> 
> Or when the boot.multipath is started the FS is mounted without problem
> But when the server is done with booting (after the multipatd daemon) the fs is not more accesible. Is possible that multipathd daemon cad so something what will mix some information that the fs is not available after this  for os? Can activate the paths across?
> 
> Best regards
> 
> Jozef

Hi Jozef,

i think the first ting you need to check, is whether the paths appear to 
be in active mode, or in failed mode. after the multipathd comes up, and 
before you try to mount the file system, run the command:

    multipathd -ll

make sure that the paths to your device appear in the 'up' state. you 
will also be able to see if multipath performed the path merging 
correctly or not.

if the paths do not appear in the 'active' state (at least one of them) 
- you will need to check why this happens.

if they paths are ok, try to mount the file system, and when this fails 
- check the paths again. if they failed - you might find information in 
/var/log/messages to show you what happened with them.

one more question: is your EVA Working in active-active mode (i.e. both 
paths are active and I/O may be sent to any of them), or in 
active-passive mode? if it works in active-passive mode - it could be 
that multipath did not recognize the active path properly, and is 
attempting to send the I/O to the passive path - which will result I/O 
errors.

--guy

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-11-27 13:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-27 13:18 dm-multipath and multipathd verbose mode or debug mode Janec, Jozef
2009-11-27 13:58 ` guy keren

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.