search for: ocfs2_find_slot

Displaying 5 results from an estimated 5 matches for "ocfs2_find_slot".

2006 Jun 25
1
Error while Mounting
...5,0):ocfs2_initialize_super:1326 max_slots for this device: 4 (3575,0):ocfs2_fill_local_node_info:1019 I am node 0 (3575,0):__dlm_print_nodes:377 Nodes in my domain ("E09A0D90C8454749B81E9754438611B8"): (3575,0):__dlm_print_nodes:381 node 0 (3575,0):__dlm_print_nodes:381 node 1 (3575,0):ocfs2_find_slot:267 taking node slot 1 JBD: no valid journal superblock found (3575,0):ocfs2_journal_wipe:814 ERROR: status = -22 (3575,0):ocfs2_check_volume:1581 ERROR: status = -22 (3575,0):ocfs2_mount_volume:1087 ERROR: status = -22 ocfs2: Unmounting device (8,16) on (node 0) (3577,0):o2net_set_nn_state:400 no...
2023 Apr 03
1
fs/ocfs2/super.c:1809 ocfs2_mount_volume() warn: missing error code 'status'
...asheh 2005-12-15 1826 } ccd979bdbce9fb Mark Fasheh 2005-12-15 1827 ccd979bdbce9fb Mark Fasheh 2005-12-15 1828 /* This will load up the node map and add ourselves to it. */ ccd979bdbce9fb Mark Fasheh 2005-12-15 1829 status = ocfs2_find_slot(osb); ccd979bdbce9fb Mark Fasheh 2005-12-15 1830 if (status < 0) { ccd979bdbce9fb Mark Fasheh 2005-12-15 1831 mlog_errno(status); 0737e01de9c411 Heming Zhao via Ocfs2-devel 2022-04-29 1832 goto out_super_lock; ccd979bdbce9fb Mark Fasheh...
2010 Sep 17
1
General protection fault
...m.br 2.6.32-24-server #41-Ubuntu SMP Thu Aug 19 02:47:08 UTC 2010 x86_64 GNU/Linux Thanks in advance, Andre Kernel trace: Sep 17 15:26:10 box6 kernel: [ 1940.689605] ocfs2_dlm: Nodes in domain ("BB10CF0E9E7B458690D7245D6F10C39F"): 1 Sep 17 15:26:10 box6 kernel: [ 1940.689738] (4941,1):ocfs2_find_slot:502 slot 1 is already allocated to this node! Sep 17 15:26:10 box6 kernel: [ 1940.708142] (4941,1):ocfs2_check_volume:2338 File system was not unmounted cleanly, recovering volume. Sep 17 15:26:10 box6 kernel: [ 1940.733976] ocfs2: Mounting device (147,1) on (node 1, slot 1) with ordered data mode....
2008 Apr 02
10
[PATCH 0/62] Ocfs2 updates for 2.6.26-rc1
The following series of patches comprises the bulk of our outstanding changes for Ocfs2. Aside from the usual set of cleanups and fixes that were inappropriate for 2.6.25, there are a few highlights: The '/sys/o2cb' directory has been moved to '/sys/fs/o2cb'. The new location meshes better with modern sysfs layout. A symbolic link has been placed in the old location so as to
2008 Oct 22
2
Another node is heartbeating in our slot! errors with LUN removal/addition
...t 22 03:16:30 ausracdb03 kernel: (9861,1):o2hb_do_disk_heartbeat:770 ERROR: Device "dm-28": another node is heartbeating in our slot! Oct 22 03:16:30 ausracdb03 kernel: ocfs2_dlm: Nodes in domain ("BCF5F59FF88A4BE0A75BC1491A021664"): 2 Oct 22 03:16:30 ausracdb03 kernel: (9860,1):ocfs2_find_slot:249 slot 0 is already allocated to this node! Oct 22 03:16:30 ausracdb03 kernel: (9860,1):ocfs2_check_volume:1745 File system was not unmounted cleanly, recovering volume. Oct 22 03:16:30 ausracdb03 kernel: kjournald starting. Commit interval 5 seconds Oct 22 03:16:30 ausracdb03 kernel: ocfs2: Mou...