summaryrefslogtreecommitdiffstats
path: root/xlators/cluster/nsr-server/src/recon_notify.c
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/cluster/nsr-server/src/recon_notify.c')
-rw-r--r--xlators/cluster/nsr-server/src/recon_notify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/cluster/nsr-server/src/recon_notify.c b/xlators/cluster/nsr-server/src/recon_notify.c
index 7397192ae..24f7cf2de 100644
--- a/xlators/cluster/nsr-server/src/recon_notify.c
+++ b/xlators/cluster/nsr-server/src/recon_notify.c
@@ -234,7 +234,7 @@ nsr_setup_recon (xlator_t *this)
if (priv->nsr_recon_start == _gf_false)
return 0;
- ctx->fs = glfs_new(priv->vol_uuid);
+ ctx->fs = glfs_new(priv->subvol_uuid);
if (!ctx->fs) {
ret = 1;
gf_log (this->name, GF_LOG_ERROR, "failed to initialise glfs \n");