summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/release-notes/3.4.0.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/release-notes/3.4.0.md b/doc/release-notes/3.4.0.md
index 40bb1efc5..de083b947 100644
--- a/doc/release-notes/3.4.0.md
+++ b/doc/release-notes/3.4.0.md
@@ -163,3 +163,16 @@ The G4S source is now in the separate git repository [here]
- For Block Device translator based volumes open-behind xlator at the
client side needs to be disabled.
+
+- More information on this can be found in this mailing list
+ [post](http://www.gluster.org/pipermail/gluster-users/2013-July/036750.html)
+ A freshly installed peer cannot be probed into a freshly upgraded cluster.
+ This is a limitation brought about by the introduction of op-versions.
+ There are two ways to workaround this issue,
+ * enable any new feature (for eg. open-behind) on a volume in the cluster,
+ and then perform the probe.
+ Or, if you don't want to enable any new features
+ * delete the 'operating-version' line from /var/lib/glusterd/glusterd.info
+ on the newly installed peer and restart glusterd on the peer.
+ If the file doesn't exist (because of lazy uuid generation), try to probe
+ the peer from the cluster (which will fail) to get the file created.