Bug 1225571
| Summary: | [geo-rep]: client-rpc-fops.c:172:client3_3_symlink_cbk can be handled better/or ignore these messages in the slave cluster log | |||
|---|---|---|---|---|
| Product: | [Community] GlusterFS | Reporter: | Aravinda VK <avishwan> | |
| Component: | geo-replication | Assignee: | Saravanakumar <sarumuga> | |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | ||
| Severity: | low | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | mainline | CC: | avishwan, bugs, chrisw, csaba, gluster-bugs, nlevinki, rhinduja, sarumuga, storage-qa-internal | |
| Target Milestone: | --- | Keywords: | Reopened | |
| Target Release: | --- | |||
| Hardware: | x86_64 | |||
| OS: | Linux | |||
| Whiteboard: | ||||
| Fixed In Version: | glusterfs-3.8rc2 | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | 1224662 | |||
| : | 1225574 (view as bug list) | Environment: | ||
| Last Closed: | 2016-06-16 13:06:19 UTC | Type: | Bug | |
| Regression: | --- | Mount Type: | --- | |
| Documentation: | --- | CRM: | ||
| Verified Versions: | Category: | --- | ||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
| Cloudforms Team: | --- | Target Upstream Version: | ||
| Embargoed: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 1223636, 1225574 | |||
|
Description
Aravinda VK
2015-05-27 16:55:22 UTC
Although the bug mention about softlink creation errors, these errors are applicable for hardlinks also, so fixed in both the cases. Note: For hard links, use cp -af, so that hardlink file type is preserved. REVIEW: http://review.gluster.org/10984 (geo-rep: ignore symlink and harlink errors in geo-rep) posted (#1) for review on release-3.7 by Saravanakumar Arumugam (sarumuga) REVIEW: http://review.gluster.org/10957 (geo-rep: ignore symlink and harlink errors in geo-rep) posted (#2) for review on master by Saravanakumar Arumugam (sarumuga) COMMIT: http://review.gluster.org/10957 committed in master by Vijay Bellur (vbellur) ------ commit 07df9b56fd0eb4abf1ef6a45318519c9d7ae08e3 Author: Saravanakumar Arumugam <sarumuga> Date: Thu May 28 11:54:04 2015 +0530 geo-rep: ignore symlink and harlink errors in geo-rep Ignore logging in case of symlink and hardlink creation errors, as these are safe errors with respect to geo-replication. Change-Id: I3b863fb03ae23dbea907e4dd9477ff85feecad70 BUG: 1225571 Signed-off-by: Saravanakumar Arumugam <sarumuga> Reviewed-on: http://review.gluster.org/10957 Tested-by: NetBSD Build System <jenkins.org> Reviewed-by: Aravinda VK <avishwan> Reviewed-by: Vijay Bellur <vbellur> Fix for this BZ is already present in a GlusterFS release. You can find clone of this BZ, fixed in a GlusterFS release and closed. Hence closing this mainline BZ as well. This bug is getting closed because a release has been made available that should address the reported issue. In case the problem is still not fixed with glusterfs-3.8.0, please open a new bug report. glusterfs-3.8.0 has been announced on the Gluster mailinglists [1], packages for several distributions should become available in the near future. Keep an eye on the Gluster Users mailinglist [2] and the update infrastructure for your distribution. [1] http://blog.gluster.org/2016/06/glusterfs-3-8-released/ [2] http://thread.gmane.org/gmane.comp.file-systems.gluster.user |