search for: dirnode

Displaying 6 results from an estimated 6 matches for "dirnode".

Did you mean: dinode
2004 Mar 10
9
Lock contention issue with ocfs
...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 immediately acquires a OCFS_DLM_EXCLUSIVE_LOCK on the DirNode itself (although I seem to still be able to *read* the DirNode from node 1) 4. I attempt to create a file from node 1... node 1 hangs, waiting for the exclusive lock on the DirNode to be released. *** node 1 is...
2004 Mar 10
9
Lock contention issue with ocfs
...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 immediately acquires a OCFS_DLM_EXCLUSIVE_LOCK on the DirNode itself (although I seem to still be able to *read* the DirNode from node 1) 4. I attempt to create a file from node 1... node 1 hangs, waiting for the exclusive lock on the DirNode to be released. *** node 1 is...
2004 Mar 09
6
OCFS filesystem used 7%
Hi all... I have a strange problem. 2 of my mount points already use 7% of space, even when I check the directory is empty. When I re-format it, it release the space for a while, after 1 or 2 days, the space is used again for 7% - 10 %. What could be the reason? I am using RHAS 2.1 Enterprise Kernel 2.1 and OCFS release 1.0.9-6 Thanks Jeram
2004 Aug 06
1
[PATCH] IceCast2 - aliasing (reimplementation of the patch I posted earlier)
...l_la-avl.lo Only in IceCast/src/avl: libiceavl_la-avl.o Only in IceCast/src: client.o diff -ur icecast/src/config.c IceCast/src/config.c --- icecast/src/config.c 2003-03-14 21:10:17.000000000 -0500 +++ IceCast/src/config.c 2003-04-18 20:20:31.000000000 -0400 @@ -98,6 +98,7 @@ ice_config_dir_t *dirnode, *nextdirnode; relay_server *relay, *nextrelay; mount_proxy *mount, *nextmount; + aliases *alias, *nextalias; int i; if (c->config_filename) @@ -160,6 +161,16 @@ } thread_mutex_unlock(&(_locks.mounts_lock)); + alias = c->aliases; + while(alias) {...
2004 Aug 06
6
[PATCH] Icecast2 - chroot, setuid/gid...
Hi all again... I did a chroot patch with ability to change uid and gid. I dunno if you all approve with the current implementation but the patch is small and it works here. remember to CC, since i'm not on this ml... //Ian Kumlien PS. To anyone on vorbis-dev, I'm *REALLY* sorry must be tired or something.. =) DS. <p><p><p> -------------- next part -------------- A
2005 Feb 11
3
OCFS file system used as archived redo destination is corrupted
we started using an ocfs file system about 4 months ago as the shared archived redo destination for the 4-node rac instances (HP dl380, msa1000, RH AS 2.1) . last night we are seeing some weird behavior, and my guess is the inode directory in the file system is getting corrupted. I've always had a bad feeling about OCFS not being very robust at handling constant file creation and deletion