From 927483b6fbf2a8e731f9e34dd70dc4179accc079 Mon Sep 17 00:00:00 2001 From: Jeff Darcy Date: Tue, 25 Mar 2014 16:48:37 +0000 Subject: nsr: use different etcd keys for each NSR subvolume This is necessary both for separate volumes using NSR and for DHT volumes composed of multiple NSR subvolumes. Change-Id: Ia269d70b535cc26900f8b6e7f22706087746fbe7 Signed-off-by: Jeff Darcy --- xlators/cluster/nsr-recon/src/recon_driver.c | 1 + 1 file changed, 1 insertion(+) (limited to 'xlators/cluster/nsr-recon') diff --git a/xlators/cluster/nsr-recon/src/recon_driver.c b/xlators/cluster/nsr-recon/src/recon_driver.c index b02abf2bb..e0327f81d 100644 --- a/xlators/cluster/nsr-recon/src/recon_driver.c +++ b/xlators/cluster/nsr-recon/src/recon_driver.c @@ -3066,6 +3066,7 @@ nsr_reconciliation_driver(void *arg) nsr_driver_log (this->name, GF_LOG_INFO, "finished recon work as joiner \n"); + break; default: nsr_driver_log (this->name, GF_LOG_ERROR, -- cgit