summaryrefslogtreecommitdiffstats
path: root/tests/volume.rc
diff options
context:
space:
mode:
authorNiels de Vos <ndevos@redhat.com>2016-05-24 13:39:04 +0200
committerNiels de Vos <ndevos@redhat.com>2016-05-27 07:44:54 -0700
commitadfaae8dcfe00187f859b8a69268c575b2d789a1 (patch)
tree17245f68a5fa1f33ee74ee8db5db865b59033f4a /tests/volume.rc
parent57d686204c3f71bb6b3aa2383949e4c9b9738059 (diff)
build: remove jbr and fdl, they is not ready for 3.8
Change-Id: Ia24ad18c43d56a751988e562323ede26d7785848 BUG: 1317278 Signed-off-by: Niels de Vos <ndevos@redhat.com> Reviewed-on: http://review.gluster.org/14519 Smoke: Gluster Build System <jenkins@build.gluster.com> NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org> CentOS-regression: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Jeff Darcy <jdarcy@redhat.com>
Diffstat (limited to 'tests/volume.rc')
-rw-r--r--tests/volume.rc18
1 files changed, 0 insertions, 18 deletions
diff --git a/tests/volume.rc b/tests/volume.rc
index f46f8a19e62..e488aa73b1c 100644
--- a/tests/volume.rc
+++ b/tests/volume.rc
@@ -110,24 +110,6 @@ function snap_client_connected_status {
echo "$up"
}
-function _jbrc_child_up_status {
- local vol=$1
- #brick_id is (brick-num in volume info - 1)
- local brick_id=$2
- local gen_state_dump=$3
- local fpath=$($gen_state_dump $vol)
- up=$(grep -a -B1 child_$brick_id=$vol-client-$brick_id $fpath | head -1 | cut -f2 -d'=')
- rm -f $fpath
- echo "$up"
-}
-
-function jbrc_child_up_status {
- local vol=$1
- #brick_id is (brick-num in volume info - 1)
- local brick_id=$2
- _jbrc_child_up_status $vol $brick_id generate_mount_statedump
-}
-
function _afr_child_up_status {
local vol=$1
#brick_id is (brick-num in volume info - 1)