summaryrefslogtreecommitdiffstats
path: root/xlators/mgmt/glusterd/src/glusterd-snapshot.c
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/mgmt/glusterd/src/glusterd-snapshot.c')
-rw-r--r--xlators/mgmt/glusterd/src/glusterd-snapshot.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-snapshot.c b/xlators/mgmt/glusterd/src/glusterd-snapshot.c
index 7a6d143e5de..f4e8ff8977e 100644
--- a/xlators/mgmt/glusterd/src/glusterd-snapshot.c
+++ b/xlators/mgmt/glusterd/src/glusterd-snapshot.c
@@ -3846,9 +3846,11 @@ glusterd_do_snap_vol (glusterd_volinfo_t *origin_vol, glusterd_snap_t *snap,
* and in-turn snapshot restore the barrier value is set to enable.
* Because of this further I/O on the mount point fails.
* Hence remove the barrier key from newly created snap volinfo
- * before storing and generating the brick volfiles.
+ * before storing and generating the brick volfiles. Also update
+ * the snap vol's version after removing the barrier key.
*/
dict_del (snap_vol->dict, "features.barrier");
+ gd_update_volume_op_versions (snap_vol);
ret = glusterd_store_volinfo (snap_vol,
GLUSTERD_VOLINFO_VER_AC_INCREMENT);