Bug 795634
Summary: | glusterd crashed when started | ||
---|---|---|---|
Product: | [Community] GlusterFS | Reporter: | Shwetha Panduranga <shwetha.h.panduranga> |
Component: | glusterd | Assignee: | Vivek Agarwal <vagarwal> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | mainline | CC: | amarts, gluster-bugs, sankarshan, vbellur |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | glusterfs-3.4.0 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2013-07-24 17:27:59 UTC | Type: | --- |
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: | 817967 |
Description
Shwetha Panduranga
2012-02-21 05:36:13 UTC
Glusterd crashed even before the peer probe operation. Hence changing the summary message. was the volume created using an earlier version of the master? try deleting all the volumes and creating a fresh volume. The problem here is glusterd looks to regain the username/password combo from the per-volume "info" file. volumes created with versions before this patch went in dont have them. (In reply to comment #2) > was the volume created using an earlier version of the master? try deleting all > the volumes and creating a fresh volume. > The problem here is glusterd looks to regain the username/password combo from > the per-volume "info" file. volumes created with versions before this patch > went in dont have them. this can't be an acceptable behavior. Ignore existing volumes for now and have username/password set only for new volumes. For existing volumes, let us provide an upgrade path. this has collateral effects on the nfs servers, self-heal daemons and other operations too. what the bug is asking is n-1 patch-level (instead of version-level) compatibility. Even the alpha is not yet released. (In reply to comment #4) > this has collateral effects on the nfs servers, self-heal daemons and other > operations too. what the bug is asking is n-1 patch-level (instead of > version-level) compatibility. Even the alpha is not yet released. How do you handle upgrades from volumes created in 3.2? If that works, then we are fine. Or do we fail always if the info file doesn't have username, password keys? CHANGE: http://review.gluster.com/2779 (glusterd/auth: 3.2.x compatibility) merged in master by Vijay Bellur (vijay) Verified on mainline. Working fine. |