Masanari Iida wrote:> Hello again,
>
> I looked into the source and found the error message
> "Transport endpoint is not connected" could be came
> from ENOTCONN in tcp.c.
> There are multiple ENOTCONN, so I would like to know
> which one produce my message. I want to enable mlog().
>
> My understanding is, debug.ocfs2 enable the mlog().
> http://oss.oracle.com/osswiki/OCFS2/Debugging
>
> I think my problem happen while the system boot up
> and mount the volume from /etc/fstab.
> In that case, how can I enable debugging?
>
As I have said in another mail, you can use
debugfs.ocfs2 -l CONN DLM_DOMAIN SUPER allow
mount the volume.
dmesg should give us enough information about what happens.
Regards,
Tao