search for: extent_alloc

Displaying 13 results from an estimated 13 matches for "extent_alloc".

2011 Feb 17
0
Fwd: Re: Determining which version of ocfs2 tools a filesystem was created with.
....ocfs2 version 1.4.4, however we are not able to determine the > > version of the ocfs2 tools our filesystems were created with . > > > > Is this possible with version 1.4.4 of the tools? > > The main difference in mkfs.ocfs2 1.4.4 is that it preallocates space > in all extent_alloc system files. > > Do: > # debugfs.ocfs2 -R "ls -l //" /dev/sdX1 | grep extent_alloc > 20 -rw-r--r-- 1 0 0 8388608 22-Sep-2010 > 15:49 extent_alloc:0000 21 -rw-r--r-- 1 0 0 > 8388608 22-Sep-2010 15:49 ext...
2007 Sep 06
1
60% full and writes fail..
...001 42 drwxr-xr-x 2 0 0 4096 16-Aug-2007 22:01 orphan_dir:0002 43 drwxr-xr-x 2 0 0 4096 16-Aug-2007 22:01 orphan_dir:0003 44 -rw-r--r-- 1 0 0 4194304 16-Aug-2007 22:01 extent_alloc:0000 45 -rw-r--r-- 1 0 0 0 16-Aug-2007 22:01 extent_alloc:0001 46 -rw-r--r-- 1 0 0 0 16-Aug-2007 22:01 extent_alloc:0002 47 -rw-r--r-- 1 0 0 0 16-Aug-2007...
2010 Nov 23
1
Understanding debugfs.ocfs2 output
...Our Oracle support rep pointed us to Metalink note #1232702.1 and suggested we should script something up to periodically check the free contiguous blocks in the group chains for the volume in question. Reading the note, I get how to get Clusters per Group X Bits per Cluster from the "stat //extent_alloc:NNNN". What I'm confused about is parsing the "stat //global_bitmap" section, and I thought I might have a better chance of getting an explanation from the audience here. I have 2 basic questions: 1) The note above says that a "highly fragmented volume will have many&quot...
2004 Aug 02
6
Calculating volume size from superblock
Another simple question. How do I calculate the size of the volume from the superblock? Do I just use the two fields: u_int32_t s_blocksize_bits; /* Blocksize for this fs */ u_int32_t s_clustersize_bits; /* Clustersize for this fs */ What is the formula to use? Thanks, John
2012 May 30
4
Reproducing fragmentation and out of space error
Recently I ran into a situation where an ocfs2 (1.4) volume was reporting it was out of space when it was not. Deleting some files helped short term but the problem quickly comes back. I believe this is due to the fragmentation bug that I have seen references to in the mailing list archive. I am trying to reproduce the problem on a test system so that I can validate that upgrading to 1.6
2006 Sep 20
6
ocfs2 - disk usage inconsistencies
Hi all. I have a 50 GB OCFS2 file system. I'm currently using ~26GB of space but df is reporting 43 GB used. Any ideas how to find out where the missing 17GB is at? The file system was formatted with a 16K cluster & 4K block size. Thanks, Matt -------------- next part -------------- An HTML attachment was scrubbed... URL:
2015 Jul 25
0
extent alloc gd abnormally cleared
Hi All, We have encountered a case that extent alloc gd has been abnormally cleared. In our environment, the volume has been formatted with 128 slots but actually has 64 slots in use. Since extent alloc is allocated when formatting, and extent_alloc:0107 (inode 259) hasn't been use in our environment, I have no idea how it can happen. Does any one have an idea? The fsck log is attached below: fsck.ocfs2 1.6.4 Checking OCFS2 filesystem in /dev/disk/by-id/scsi-360022a11000b17590551993300000001: Label: <NONE> UUID:...
2009 Jan 26
1
ocfs2 + drbd primary/primary "No space left on device"
Hello. I'm having issues using ocfs2 and drbd in dual primary mode. After running some filesystem test's that create a lot of small files I run really fast into "No space left on device" The non failing node is able to write/read from the filesystem. And the failing node is also able to delete/read from the filesystem Ubuntu custom kernel 2.6.27.2 o2cb_ctl version 1.3.9 drbd
2008 Feb 27
6
"no space left on device" related to directory limit
Hello, We have a 3-node cluster setup with ocfs2. Since friday one of the nodes went down and would not become clustermember after a reboot because it was unable to write to the ocfs2 filesystem. Message: no space left on device. There is plenty of diskspace though. No problem whatsoever to create a file / directory on the filesystem using one of the other nodes. Today one of the remaining
2010 Dec 09
2
servers blocked on ocfs2
Hi, we have recently started to use ocfs2 on some RHEL 5.5 servers (ocfs2-1.4.7) Some days ago, two servers sharing an ocfs2 filesystem, and with quite virtual services, stalled, in what it seems on ocfs2 issue. This are the lines in their messages files: =====node heraclito (0)======================================== /Dec 4 09:15:06 heraclito kernel: o2net: connection to node parmenides
2009 Jul 27
11
[PATCH 0/8] Quota support for ocfs2-tools
Hi, I'm sending a series of patches implementing quota support into ocfs2-tools. It's the same as the original huge patch I've sent but now it's split as Joel asked. I've also realized that when disabling SPARSE feature, we should update quota information. That piece of code is missing, I'll implement it soon. Comments welcome. Honza
2009 Jul 30
11
[PATCH 0/9] Quota support for ocfs2-tools (version 2)
Hi, this is the next version of quota support for quota tools. I've addressed all the comments of Tao, Joel and others. Sparse feature disabling also correctly updates quota information now and the patch is merged into the tunefs support patch. Honza
2009 Aug 03
9
[PATCH 0/9] Quota support for ocfs2-tools (version 3)
Hi, below comes a new version of the series of patches implementing quota support for ocfs2-tools. I've fixed the calls of ocfs2_malloc_blocks() which were given number of bytes instead of number of blocks. Besides that the series should be the same. Honza