[[+content_image]]
A
A
Archie Kuznetsov2015-05-14 06:44:22
linux
Archie Kuznetsov, 2015-05-14 06:44:22

FS ocfs2 - why is the second node being rebooted?

There is a shelf connected via iscsi to two servers. On the connected capacity, the OCFS2 FS is formatted and mounted to two servers:

[[email protected] ~]$ sudo cat /etc/ocfs2/cluster.conf
node:
        ip_port = 7000
        ip_address = 192.168.99.1
        number = 0
        name = redhat1
        cluster = ocfs2
node:
        ip_port = 7000
        ip_address = 192.168.99.2
        number = 1
        name = redhat2
        cluster = ocfs2

cluster:
        node_count = 2
        name = ocfs2


O2CB parameters:
[[email protected] ~]$ grep -v "#" /etc/sysconfig/o2cb
O2CB_ENABLED=true
O2CB_STACK=o2cb
O2CB_BOOTCLUSTER=ocfs2
O2CB_HEARTBEAT_THRESHOLD=151
O2CB_IDLE_TIMEOUT_MS=30000
O2CB_KEEPALIVE_DELAY_MS=5000
O2CB_RECONNECT_DELAY_MS=2000


In case of failures on one node, for example, a power outage or a kernel panic, the second node is rebooted. Why is this happening? how to avoid it?
Mount options:
_netdev,datavolume,nointr,noatime

kernel
Linux ru-msk-sdp-web-1 3.8.13-16.2.1.el6uek.x86_64 #1 SMP Thu Nov 7 17:01:44 PST 2013 x86_64 x86_64 x86_64 GNU/Linux

Answer the question

In order to leave comments, you need to log in

[[+comments_count]] answer(s)
S
SchmeL, 2016-04-05
@SchmeL

Maybe it's a kernel configuration issue.
https://docs.oracle.com/cd/E37670_01/E37355/html/o...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question