summaryrefslogtreecommitdiffstats
path: root/INFO
diff options
context:
space:
mode:
authorLakshmipathi <lakshmipathi.g@gmail.com>2011-07-08 11:51:53 +0530
committerLakshmipathi <lakshmipathi.g@gmail.com>2011-07-08 11:51:53 +0530
commitb47528cc4bb7a308c74d4dae7c2adcf9f7392f4e (patch)
tree35742effa1325ea42a99492167d16e75feabd373 /INFO
parentbb2ca55002b8faac2b4687a97b611724081e601b (diff)
Added community provided scripts for lock and rename
Diffstat (limited to 'INFO')
-rw-r--r--INFO14
1 files changed, 14 insertions, 0 deletions
diff --git a/INFO b/INFO
new file mode 100644
index 0000000..5fe20aa
--- /dev/null
+++ b/INFO
@@ -0,0 +1,14 @@
+sanity/nightly_valgrind/ ---> script used for nightly valgrind run.
+sanity/dev_sanity/ ---> script used for dev_sanity test.
+===============================================
+community-scripts/rename/ ---> few scripts which catch rename related issues in dht(note it might expose rename issues in other xlators too).
+
+a)repo.py ---> create 5 directories 'input{1,2,3,4,5}' with each directory has 1500 files and create 'testdir'. Run the program
+b)rename.sh ---> rename script
+c)index.c ---> dovecot program
+
+community-scripts/rename/atomic ---> Bug 1034 - rename() is not atomic
+===============================================
+community-scripts/locks/locky.sh --->Configuration on the command line and (serious) locking problems
+community-scripts/locks/lock.php ---> Bug 1017 - Locking deadlock when upgrading lock
+===============================================