From 914f0aef201b0b3b5709460c9da0262244f280aa Mon Sep 17 00:00:00 2001 From: Vijay Bellur Date: Mon, 7 Mar 2011 10:03:15 +0530 Subject: moved old files to legacy Signed-off by: Raghavendra Bhat --- 260/regr/spec_files/client1.vol | 38 ------------------------------------- 260/regr/spec_files/server1.vol | 42 ----------------------------------------- 260/regr/testcase | 29 ---------------------------- 3 files changed, 109 deletions(-) delete mode 100644 260/regr/spec_files/client1.vol delete mode 100644 260/regr/spec_files/server1.vol delete mode 100755 260/regr/testcase (limited to '260/regr') diff --git a/260/regr/spec_files/client1.vol b/260/regr/spec_files/client1.vol deleted file mode 100644 index 0ea4d33..0000000 --- a/260/regr/spec_files/client1.vol +++ /dev/null @@ -1,38 +0,0 @@ -volume brick-0-0-0 -type protocol/client -option transport-type tcp -option remote-host 127.0.0.1 -option remote-port 6999 -option remote-subvolume brick0 -end-volume - -volume rep-0-0 -type cluster/replicate -subvolumes brick-0-0-0 -end-volume - -volume brick-0-1-0 -type protocol/client -option transport-type tcp -option remote-host 127.0.0.1 -option remote-port 6999 -option remote-subvolume brick1 -end-volume - -volume rep-0-1 -type cluster/replicate -subvolumes brick-0-1-0 -end-volume - -volume union -type cluster/distribute -subvolumes rep-0-0 rep-0-1 -end-volume - -volume client -type performance/write-behind -option cache-size 64MB -option flush-behind on -subvolumes union -end-volume - diff --git a/260/regr/spec_files/server1.vol b/260/regr/spec_files/server1.vol deleted file mode 100644 index ee956f1..0000000 --- a/260/regr/spec_files/server1.vol +++ /dev/null @@ -1,42 +0,0 @@ -volume posix0 -type storage/posix -option directory /root/regression/260/regr/export/export1 -end-volume - -volume lock0 -type features/locks -subvolumes posix0 -end-volume - -volume brick0 -type performance/io-threads -option thread-count 2 -subvolumes lock0 -end-volume - -volume posix1 -type storage/posix -option directory /root/regression/260/regr/export/export1 -end-volume - -volume lock1 -type features/locks -subvolumes posix1 -end-volume - -volume brick1 -type performance/io-threads -option thread-count 2 -subvolumes lock1 -end-volume - -volume server -type protocol/server -option transport-type tcp -option transport.socket.listen-port 6999 -option auth.addr.brick0.allow * -option auth.addr.brick1.allow * -subvolumes brick0 brick1 -end-volume - - diff --git a/260/regr/testcase b/260/regr/testcase deleted file mode 100755 index 5c002e5..0000000 --- a/260/regr/testcase +++ /dev/null @@ -1,29 +0,0 @@ -#!/bin/bash - -description="#ls on booster VMP results in error: File descriptor in bad state" -comments="# ls command on the VMP gives ls: closing directory : File descriptor in bad state as the output" - -source ../../init - -start_glusterfs --no-clients - -sleep 5 -echo "$SPECDIR/client1.vol $MOUNTDIR/client1 glusterfs subvolume=client,logfile=$LOGDIR/clog,loglevel=DEBUG" > $SPECDIR/booster.conf -export GLUSTERFS_BOOSTER_FSTAB=$SPECDIR/booster.conf -export LD_PRELOAD=$(dirname $GLUSTERFSDIR)/lib/glusterfs/glusterfs-booster.so - -touch $MOUNTDIR/client1/a1 -ls $MOUNTDIR/client1 2> tmpfile >/dev/null -if [ $(grep "ls: closing directory $MOUNTDIR/client1: File descriptor in bad state" tmpfile | wc -l) -ne 0 ]; then - not_ok $description - comment $comments -else - ok $description - comment $comments -fi - -GLUSTERFS_BOOSTER_FSTAB= -LD_PRELOAD= -rm tmpfile $SPECDIR/booster.conf - -cleanup_glusterfs \ No newline at end of file -- cgit