search for: device_size

Displaying 4 results from an estimated 4 matches for "device_size".

2012 Oct 24
2
[BUG][BTRFS-PROGS] Fix Bug to corrupt the img file
Fix Bug to corrupt the img file Reproduce steps: > dd if=/dev/zero of=btrfs-small.img bs=1M count=1 > ls -lh btrfs-small.img -rw-rw-r--. 1 rock rock 1.0M Oct 24 09:51 btrfs-small.img > mkfs.btrfs btrfs-small.img -rw-rw-r--. 1 rock rock 2.0M Oct 24 09:53 btrfs-small.img Here you can see the original img file''s size goes larger to 2Mbytes. Signed-off-by: Rock Lee
2006 Jul 27
3
Ocfs-users Digest, Vol 37, Issue 2
...eader structure <<<<<<< corruption ERROR: structure failed verification, fsck.c, 384 ocfs_vol_disk_hdr ================================= minor_version: <INVALID VALUE> 0 major_version: <INVALID VALUE> 2 signature: OracleCFS mount_point: /ora02 serial_num: 0 device_size: 26843529216 start_off: 0 bitmap_off: 56320 publ_off: 23552 vote_off: 39936 root_bitmap_off: 0 data_start_off: 1368064 root_bitmap_size: 0 root_off: 2416640 root_size: 0 cluster_size: 131072 num_nodes: 32 num_clusters: 204785 dir_node_size: 0 file_node_size: 0 internal_off: 1368064 node_cfg_off: 40...
2004 Mar 10
9
Lock contention issue with ocfs
I am still having this weird problem with nodes hanging while I'm running OCFS. I'm using OCFS 1.0.9-12 and RHAS 2.1 I've been working on tracking it down and here's what I've got so far: 1. I create a file from node 0. This succeeds; I can /bin/cat the file, append, edit, or whatever. 2. From node 1, I do an operation that accesses the DirNode (e.g. /bin/ls) 3. Node 0
2004 Mar 10
9
Lock contention issue with ocfs
I am still having this weird problem with nodes hanging while I'm running OCFS. I'm using OCFS 1.0.9-12 and RHAS 2.1 I've been working on tracking it down and here's what I've got so far: 1. I create a file from node 0. This succeeds; I can /bin/cat the file, append, edit, or whatever. 2. From node 1, I do an operation that accesses the DirNode (e.g. /bin/ls) 3. Node 0