You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

OCI: OCFS2 Mount Fails with "Internal logic failure while trying to join the group"

edited Mar 28, 2024 4:27PM in Linux

Applies To:

Oracle Cloud Infrastructure - Version N/A and later 

Linux x86-64 

Symptoms 

When mounting OCFS2 filesystem, an internal logic failure is reported: 

# mount /sVDisk
mount.ocfs2: Internal logic failure while trying to join the group 

Cause 

The node name in /etc/ocfs2/cluster.conf is not the hostname. 

Solution 

All following steps need be done in all the OFCS2 nodes. For example, local node hostname is hostname1 & hostname2 

1) Modify /etc/ocfs2/cluster.conf.

# cat /etc/ocfs2/cluster.conf

node:
name = node0
cluster = ocfs2
number = 0
ip_address = 10.xx.yy.151
ip_port = 7777 node:
name = node1
cluster = ocfs2
number = 1
ip_address = 10.xx.yy.155

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!