Bug 1220338 - unable to start the volume with the latest beta1 rpms
Summary: unable to start the volume with the latest beta1 rpms
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: GlusterFS
Classification: Community
Component: build
Version: 3.7.0
Hardware: x86_64
OS: Linux
unspecified
urgent
Target Milestone: ---
Assignee: Gaurav Kumar Garg
QA Contact:
URL:
Whiteboard:
: 1220340 (view as bug list)
Depends On: 1220381
Blocks: qe_tracker_everglades glusterfs-3.7.0
TreeView+ depends on / blocked
 
Reported: 2015-05-11 11:22 UTC by SATHEESARAN
Modified: 2016-06-05 23:38 UTC (History)
6 users (show)

Fixed In Version: glusterfs-3.7.0
Doc Type: Bug Fix
Doc Text:
Clone Of:
: 1220381 (view as bug list)
Environment:
Last Closed: 2015-05-14 17:29:42 UTC
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 1221045 0 unspecified CLOSED glusterfs-extra-xlators package is NOT being pulled in when installing the glusterfs-server 2021-02-22 00:41:40 UTC

Internal Links: 1221045

Description SATHEESARAN 2015-05-11 11:22:06 UTC
Description of problem:
-----------------------
Starting the volume failed with error message "volume start: rvstore: failed: Commit failed on localhost. Please check the log file for more details."

Version-Release number of selected component (if applicable):
-------------------------------------------------------------
glusterfs-3.7.0beta1-0.155.git72f80ae.el6.x86_64

How reproducible:
-----------------
Always

Steps to Reproduce:
-------------------
1. Create any type of volume
2. Start the volume

Actual results:
---------------
Volume start failed with error message - "volume start: rvstore: failed: Commit failed on localhost. Please check the log file for more details."

Expected results:
-----------------
The volume should get started


Additional info:
----------------
From the brick logs, - marker.so shared object is not available
<brick_log>
[2015-05-11 16:18:45.696874] I [event-epoll.c:629:event_dispatch_epoll_worker] 0-epoll: Started thread with index 1
[2015-05-11 16:18:45.704971] W [xlator.c:192:xlator_dynload] 0-xlator: /usr/lib64/glusterfs/3.7.0beta1/xlator/features/marker.so: cannot open shared object file: No such file or directory
[2015-05-11 16:18:45.705013] E [graph.y:212:volume_type] 0-parser: Volume 'rvstore-marker', line 78: type 'features/marker' is not valid or not found on this machine
[2015-05-11 16:18:45.705056] E [graph.y:321:volume_end] 0-parser: "type" not specified for volume rvstore-marker
[2015-05-11 16:18:45.705447] E [MSGID: 100026] [glusterfsd.c:2142:glusterfs_process_volfp] 0-: failed to construct the graph
[2015-05-11 16:18:45.705776] W [glusterfsd.c:1212:cleanup_and_exit] (--> 0-: received signum (0), shutting down
</brick_log>

Comment 1 SATHEESARAN 2015-05-11 11:23:56 UTC
Gaurav helped in reproducing the same with the MASTER and there he is not facing the problem. We could conclude that this could be the problem with packaging in that case. 

Probably marker.so is not provided as expected.

Comment 2 Stanislav Graf 2015-05-11 11:35:57 UTC
*** Bug 1220340 has been marked as a duplicate of this bug. ***

Comment 3 Anand Avati 2015-05-11 12:59:31 UTC
REVIEW: http://review.gluster.org/10753 (build: makrer xlator should part of server package) posted (#2) for review on release-3.7 by Gaurav Kumar Garg (ggarg)

Comment 4 Anand Avati 2015-05-11 13:40:22 UTC
REVIEW: http://review.gluster.org/10753 (rpm: marker xlator should part of the server sub-package) posted (#3) for review on release-3.7 by Niels de Vos (ndevos)

Comment 5 Anand Avati 2015-05-12 12:11:44 UTC
COMMIT: http://review.gluster.org/10753 committed in release-3.7 by Niels de Vos (ndevos) 
------
commit bde004020ad761c0a1e1faf6a86fa76d059f1b71
Author: Gaurav Kumar Garg <ggarg>
Date:   Mon May 11 17:43:40 2015 +0530

    rpm: marker xlator should part of the server sub-package
    
    Currently marker translator is part of extra-xlator package. Installing
    only the glusterfs-server package and required dependencies does not
    make it possible to create a volume and starte it. Starting the volume
    will fail. The brick logs compain that type feature/marker is not valid:
    
        W [xlator.c:192:xlator_dynload] 0-xlator: /usr/lib64/glusterfs/3.7.0beta1/xlator/features/marker.so: cannot open shared object file: No such file or directory
        E [graph.y:212:volume_type] 0-parser: Volume 'rvstore-marker', line 78: type 'features/marker' is not valid or not found on this machine
    
    Fix is to include the marker translator in the server package. It should
    not be part of extra-xlator package.
    
    Backport of:
    > Change-Id: I77fe8a0bcf7d6f1dbff62d663e840e9e45805614
    > BUG: 1220381
    > Reviewed-on: http://review.gluster.org/10752
    > Signed-off-by: Gaurav Kumar Garg <ggarg>
    
    Change-Id: I77fe8a0bcf7d6f1dbff62d663e840e9e45805614
    BUG: 1220338
    Signed-off-by: Gaurav Kumar Garg <ggarg>
    Reviewed-on: http://review.gluster.org/10753
    Tested-by: Gluster Build System <jenkins.com>
    Reviewed-by: Niels de Vos <ndevos>

Comment 6 Niels de Vos 2015-05-14 17:29:42 UTC
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.7.0, please open a new bug report.

glusterfs-3.7.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://thread.gmane.org/gmane.comp.file-systems.gluster.devel/10939
[2] http://thread.gmane.org/gmane.comp.file-systems.gluster.user

Comment 7 Niels de Vos 2015-05-14 17:36:02 UTC
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.7.0, please open a new bug report.

glusterfs-3.7.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://thread.gmane.org/gmane.comp.file-systems.gluster.devel/10939
[2] http://thread.gmane.org/gmane.comp.file-systems.gluster.user

Comment 8 Niels de Vos 2015-05-14 17:38:24 UTC
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.7.0, please open a new bug report.

glusterfs-3.7.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://thread.gmane.org/gmane.comp.file-systems.gluster.devel/10939
[2] http://thread.gmane.org/gmane.comp.file-systems.gluster.user

Comment 9 Niels de Vos 2015-05-14 17:47:41 UTC
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.7.0, please open a new bug report.

glusterfs-3.7.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://thread.gmane.org/gmane.comp.file-systems.gluster.devel/10939
[2] http://thread.gmane.org/gmane.comp.file-systems.gluster.user


Note You need to log in before you can comment on or make changes to this bug.