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/basic/ec/ec.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/basic/ec') diff --git a/tests/basic/ec/ec.t b/tests/basic/ec/ec.t index f98f2110e8f..a6ae287b7a7 100644 --- a/tests/basic/ec/ec.t +++ b/tests/basic/ec/ec.t @@ -12,7 +12,7 @@ function my_getfattr { } function get_rep_count { - v=$(my_getfattr -n trusted.nsr.rep-count $1) + v=$(my_getfattr -n trusted.jbr.rep-count $1) #echo $v > /dev/tty echo $v } -- cgit