From 0a43265f1b10c35506fe82a525aa0fa43af6c0cd Mon Sep 17 00:00:00 2001 From: Avra Sengupta Date: Mon, 4 Apr 2016 14:55:20 +0530 Subject: nsr/jbr: Renaming nsr to jbr As per community consensus, we have decided to rename nsr to jbr(Journal-Based-Replication). This is the patch to rename the "nsr" code to "jbr" Change-Id: Id2a9837f2ec4da89afc32438b91a1c302bb4104f BUG: 1328043 Signed-off-by: Avra Sengupta Reviewed-on: http://review.gluster.org/13899 Smoke: Gluster Build System CentOS-regression: Gluster Build System NetBSD-regression: NetBSD Build System Reviewed-by: Jeff Darcy --- tests/volume.rc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/volume.rc') diff --git a/tests/volume.rc b/tests/volume.rc index 71b40b72d66..f46f8a19e62 100644 --- a/tests/volume.rc +++ b/tests/volume.rc @@ -110,7 +110,7 @@ function snap_client_connected_status { echo "$up" } -function _nsrc_child_up_status { +function _jbrc_child_up_status { local vol=$1 #brick_id is (brick-num in volume info - 1) local brick_id=$2 @@ -121,11 +121,11 @@ function _nsrc_child_up_status { echo "$up" } -function nsrc_child_up_status { +function jbrc_child_up_status { local vol=$1 #brick_id is (brick-num in volume info - 1) local brick_id=$2 - _nsrc_child_up_status $vol $brick_id generate_mount_statedump + _jbrc_child_up_status $vol $brick_id generate_mount_statedump } function _afr_child_up_status { -- cgit