search for: nosparse

Displaying 3 results from an estimated 3 matches for "nosparse".

Did you mean: nonsparse
2011 Jan 20
2
useless tools - tunefs.ocfs2,fsck.ocfs2
...ed - because of out of memory. I have to recreate new filesystem and restore data from backup. I try to use tools in version 1.4 and 1.6 (newest) Filesystem is quite small 250GB and less than 10 000 files, exported by aoe. Additionally on the new clean FS - running tunefs.ocfs2 --fs-features=nosparse behave in the same way It seems that the tools are not "perfect" Could anyone confirm? Pawel
2008 Sep 02
1
[PATCH] ocfs2: Fix a bug in direct IO read.
ocfs2 will become read-only if we try to read the bytes which pass the end of i_size. This can be easily reproduced by following steps: 1. mkfs a ocfs2 volume with bs=4k cs=4k and nosparse. 2. create a small file(say less than 100 bytes) and we will create the file which is allocated 1 cluster. 3. read 8196 bytes from the kernel using O_DIRECT which exceeds the limit. 4. The ocfs2 volume becomes read-only and dmesg shows: OCFS2: ERROR (device sda13): ocfs2_direct_IO_get_blocks: In...
2009 Jan 28
1
Mount fails with error status -22?
Hi, I am little puzzled. I looked through the mailing list archive and some other sources but doesn't seem like anything anyone encountered. I have two systems with attached HP SAN. I'm using SLES 10.1 with multipath-tools. When trying to mount OCFS2 device I get this: SERVER:/ # mount.ocfs2 /dev/mapper/mpath0 /mnt/temp/ mount.ocfs2: Invalid argument while mounting