Hi,
On 11/23/2017 09:42 PM, BASSAGET Cédric wrote:
Tried to mkfs.ocfs2 on the debian 9 side (ocfs 1.8) :
root@LAB-virtm6:~# o2cluster -o /dev/mapper/data_san_2
o2cb,ocfs2new,local
Sorry, my fault. For mount failure, first thing is to check if your o2cb
stack
is running via o2cb init service `rco2cb status` IIRC. Then, it's probably
a compatible issue: see the "FEATURE FLAGS" section in `man ocfs2`
for more instructions.
root@LAB-virtm6:~# mount /dev/mapper/data_san_2 /mnt/vol1_iscsi_san2
*mount.ocfs2: Cluster name is invalid while trying to join the group*
Quote from `man ocfs2`:
"""
DETECTING FEATURE INCOMPATIBILITY
Say one tries to mount a volume with an incompatible
feature. What happens then? How does
one detect the problem? How does one know the name of
that incompatible feature?
To begin with, one should look for error messages in
dmesg(8). Mount failures that are
due to an incompatible feature will always result in an
error message like the following:
ERROR: couldn't mount because of unsupported optional
features (200).
Here the file system is unable to mount the volume due
to an unsupported optional fea-
ture. That means that that feature is an Incompat
feature. By referring to the table
above, one can then deduce that the user failed to mount
a volume with the xattr feature
enabled. (The value in the error message is in hexadecimal.)
"""
Please show your dmesg.
Eric
root@LAB-virtm6:~# cat /etc/ocfs2/cluster.conf
node:
ip_port = 7777
ip_address = 192.168.0.11
number = 1
name = LAB-virtm5
cluster = ocfs2new
node:
ip_port = 7777
ip_address = 192.168.0.12
number = 2
name = LAB-virtm6
cluster = ocfs2new
node:
ip_port = 7777
ip_address = 192.168.0.13
number = 3
name = LAB-virtm7
cluster = ocfs2new
cluster:
node_count = 5
name = ocfs2new
2017-11-23 14:02 GMT+01:00 BASSAGET Cédric
<cedric.bassaget...@gmail.com <mailto:cedric.bassaget...@gmail.com>>:
Hi Eric
on debian 9 (ocfs2 v1.8) :
# o2cluster -o /dev/mapper/data_san_2
default
on debian 8 (ocfs2 v1.6), I don't have the "o2cluster" tool
:(
2017-11-23 13:41 GMT+01:00 Eric Ren <z...@suse.com
<mailto:z...@suse.com>>:
Hi,
On 11/23/2017 06:23 PM, BASSAGET Cédric wrote:
hello,
I'm trying to set-up an OCFS2 cluster between hosts running
debian8 and debian9
2*debian 8 : ocfs2-tools 1.6.4-3
1*debian 9 : ocfs2-tools 1.8.4-4
I created the FS on debian 8 node :
mkfs.ocfs2 -L "ocfs2_new" -N 5 /dev/mapper/data_san_2
then mounted it without problem
mount /dev/mapper/data_san_2 /mnt/vol1_iscsi_san2/
I mounted it on second debian 8 host too, without problem.
Trying to mount in on debian9 returns :
mount.ocfs2: Cluster name is invalid while trying to join the
group
I saw in "man mkfs.ocfs2" that debian9 version
has --cluster-stack and --cluster-name options.
Is this option mandatory on ocfs2 1.8 ? That would say that
ocfs2 1.6 and 1.8 are not compatible ? Nothing is said about
1.8 on https://oss.oracle.com/projects/ocfs2/'re
<https://oss.oracle.com/projects/ocfs2/>
Not sure if they're compatible. So can you try again with
--cluster-stack and --cluster-name?
# o2cluster -o /dev/sda1
pcmk,cluster,none
pcmk is the cluster-stack, cluster is the name.
Usually, these two option is optional, the tools will detect
the right cluster stack automatically.
Eric
_______________________________________________
Ocfs2-devel mailing list
Ocfs2-devel@oss.oracle.com
https://oss.oracle.com/mailman/listinfo/ocfs2-devel