Displaying 2 results from an estimated 2 matches for "__ocfs2_file_aio_write".
2010 Apr 05
1
Kernel Panic, Server not coming back up
...s = -5
(2869,0):ocfs2_extend_no_holes:952 ERROR: status = -5
(2869,0):ocfs2_expand_nonsparse_inode:1678 ERROR: status = -5
(2869,0):ocfs2_write_begin_nolock:1722 ERROR: status = -5
(2869,0):ocfs2_write_begin:1860 ERROR: status = -5
(2869,0):ocfs2_file_buffered_write:2039 ERROR: status = -5
(2869,0):__ocfs2_file_aio_write:2194 ERROR: status = -5
OCFS2: ERROR (device sdc1): ocfs2_check_group_descriptor: Group descriptor
# 1128960 has bit count 32256 but claims that 34300 are free
(2881,0):ocfs2_search_chain:1244 ERROR: status = -5
(2881,0):ocfs2_claim_suballoc_bits:1433 ERROR: status = -5
(2881,0):__ocfs2_claim_clust...
2008 Sep 16
1
OCFS2 and Xen - aio error -14
I've configured a text Xen system using ocfs2 1.4.1 as the shared
filesystem to enable migration. So far the file based xen disk
sharing is working well.
Yesterday I tried to do a "xm save vm /ocfs2/vm.save" and I keep
getting the following message:
__ocfs2_file_aio_write:2185 ERROR: status = -14
The file created is only 9113 bytes long where it should be about 2 GB
i.e. the size of the memory allocated to the VM.
If I just write the save file to an ext3 filesystem its fine. I've
tried setting the feature flag on the filesystem to a lower level but
it doesn...