Public bug reported:

Binary package hint: ocfs2-tools

Mounting a ocfs2-formatted disk fails with "mount.ocfs2: Node manager
kernel module is not loaded probably because o2cb service not started".
But the o2cb service is started and the nodemanager module seems to be
loaded.

# /etc/init.d/o2cb start
Loading module "configfs": OK
Mounting configfs filesystem at /sys/kernel/config: OK
Loading module "ocfs2_nodemanager": OK
Loading module "ocfs2_dlm": OK
Loading module "ocfs2_dlmfs": OK
Mounting ocfs2_dlmfs filesystem at /dlm: OK
Starting O2CB cluster ocfs2: OK

# mkfs.ocfs2 /dev/drbd0
mkfs.ocfs2 1.3.9
Filesystem label=
Block size=4096 (bits=12)
Cluster size=4096 (bits=12)
Volume size=5000777728 (1220893 clusters) (1220893 blocks)
38 cluster groups (tail covers 27421 clusters, rest cover 32256 clusters)
Journal size=67108864
Initial number of node slots: 4
Creating bitmaps: done
Initializing superblock: done
Writing system files: done
Writing superblock: done
Writing backup superblock: 2 block(s)
Formatting Journals: done
Writing lost+found: done
mkfs.ocfs2 successful

# mount /dev/drbd0 /mnt
mount.ocfs2: Node manager kernel module is not loaded probably because o2cb 
service not started

# /etc/init.d/o2cb status
Module "configfs": Loaded
Filesystem "configfs": Mounted
Module "ocfs2_nodemanager": Loaded
Module "ocfs2_dlm": Loaded
Module "ocfs2_dlmfs": Loaded
Filesystem "ocfs2_dlmfs": Mounted
Checking O2CB cluster ocfs2: Online
Heartbeat dead threshold = 31
  Network idle timeout: 30000
  Network keepalive delay: 2000
  Network reconnect delay: 2000
Checking O2CB heartbeat: Not active

# lsmod | grep ocfs
ocfs2_dlmfs            27016  1 
ocfs2_dlm             211108  1 ocfs2_dlmfs
ocfs2_nodemanager     158504  8 ocfs2_dlmfs,ocfs2_dlm
configfs               33688  2 ocfs2_nodemanager

# modinfo ocfs2_nodemanager
filename:       
/lib/modules/2.6.27-7-server/kernel/fs/ocfs2/cluster/ocfs2_nodemanager.ko
license:        GPL
author:         Oracle
version:        1.5.0
description:    OCFS2 Node Manager 1.5.0
srcversion:     8642EC0E415E2CD5609007B
depends:        configfs
vermagic:       2.6.27-7-server SMP mod_unload modversions 686 

# uname -r
2.6.27-7-server

# lsb_release -rd
Description:    Ubuntu intrepid (development branch)
Release:        8.10

** Affects: ocfs2-tools (Ubuntu)
     Importance: Undecided
         Status: New

-- 
mounting ocfs2 disk fails in intrepid beta
https://bugs.launchpad.net/bugs/283262
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to