Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • If you have already bought a new subscription, run flexvdi-config in the server you want to update, and then go to Subscription -> Update, and select your new subscription.
  • If you want to buy a new subscription, contact us at info@flexvdi.com
  • If you need to extend your evaluation period, contact us support@flexvdi.com
Q: OCFS2 volume is not mounted. flexvdi-agent.log shows "[27/Nov/2020:02:13:04] [WARN] vol_mon: Cannot mount primary disk /dev/sdc "yum update" I get: https://repo.flexvdi.com/releases/3.1/x86_64/repodata/repomd.xml: [Errno 14] curl#58 - "SSL peer rejected your certificate as expired."

If flexvdi-agent.log shows lines like:

Code Block
[01/Jan/2021:01:02:03] [WARN] vol_mon: Cannot mount primary disk /dev/sdc 

And dmesg shows:

Code Block
[471392.669767] o2net: Connected to node labnode01 (num 0) at 10.200.100.8:7777
[471398.669537] o2net: No longer connected to node labnode01 (num 0) at 10.200.100.8:7777
[471408.747936]  sdc: sdc1


Probably the problem is that a new kernel has been installed, but a OCFS2 kernel for the current kernel version has not been installed.

Check if ocfs2 kernel module is running with:

Code Block
[root@flexdev02 ~]# lsmod | grep ocfs2
ocfs2                1058079  1
jbd2                  107478  1 ocfs2
ocfs2_dlmfs            23358  1
ocfs2_stack_o2cb       13279  1
ocfs2_dlm             165899  1 ocfs2_stack_o2cb
ocfs2_nodemanager     223720  12 ocfs2,ocfs2_stack_o2cb,ocfs2_dlmfs,ocfs2_dlm
ocfs2_stackglue        17171  3 ocfs2,ocfs2_stack_o2cb,ocfs2_dlmfs

You should see a line starting with ocfs2. If you don't, you are missing the ocfs2 kernel module required to mount ocfs2 filesystems. Information about installing it is available at Updating flexVDI software