[Bugs] [Bug 1215382] New: Bricks fail to start with tiering related logs on the brick

bugzilla at redhat.com bugzilla at redhat.com
Sun Apr 26 08:11:42 UTC 2015


https://bugzilla.redhat.com/show_bug.cgi?id=1215382

            Bug ID: 1215382
           Summary: Bricks fail to start with tiering related logs on the
                    brick
           Product: GlusterFS
           Version: 3.7.0
         Component: tiering
          Keywords: Triaged
          Severity: high
          Assignee: ndevos at redhat.com
          Reporter: ndevos at redhat.com
        QA Contact: bugs at gluster.org
                CC: bugs at gluster.org
        Depends On: 1213125
            Blocks: 1199352 (glusterfs-3.7.0)



+++ This bug was initially created as a clone of Bug #1213125 +++

Description of problem:
Volume fails to start. 

Version-Release number of selected component (if applicable):


How reproducible:
Always


Steps to Reproduce:
1. Create a volume and attempt to start it.
2.
3.

Actual results:
Volume fails to start. Bricks fail to start on the localhost.

[2015-04-18 17:06:51.310779] I [MSGID: 100030] [glusterfsd.c:2288:main]
0-/usr/local/sbin/glusterfsd: Started running /usr/local/sbin/glusterfsd
version 3.8dev (args: /usr/local/sbin/glusterfsd -s rhs1 --volfile-id
testvol.rhs1.tmp-brick1 -p
/var/lib/glusterd/vols/testvol/run/rhs1-tmp-brick1.pid -S
/var/run/gluster/38b33304ed3bba0bb77e59883a8a91f4.socket --brick-name
/tmp/brick1 -l /var/log/glusterfs/bricks/tmp-brick1.log --xlator-option
*-posix.glusterd-uuid=3ae0f8b2-ae34-4a7d-b8ea-3afd27e1356c --brick-port 49152
--xlator-option testvol-server.listen-port=49152)
[2015-04-18 17:06:51.329406] I [event-epoll.c:629:event_dispatch_epoll_worker]
0-epoll: Started thread with index 1
[2015-04-18 17:06:51.332254] W [xlator.c:192:xlator_dynload] 0-xlator:
/usr/local/lib/glusterfs/3.8dev/xlator/features/changetimerecorder.so: cannot
open shared object file: No such file or directory
[2015-04-18 17:06:51.332289] E [graph.y:212:volume_type] 0-parser: Volume
'testvol-changetimerecorder', line 16: type 'features/changetimerecorder' is
not valid or not found on this machine
[2015-04-18 17:06:51.332341] E [graph.y:321:volume_end] 0-parser: "type" not
specified for volume testvol-changetimerecorder
[2015-04-18 17:06:51.332514] E [MSGID: 100026]
[glusterfsd.c:2142:glusterfs_process_volfp] 0-: failed to construct the graph
[2015-04-18 17:06:51.332830] W [glusterfsd.c:1212:cleanup_and_exit] (--> 0-:
received signum (0), shutting down
[2015-04-18 17:08:55.145988] I [MSGID: 100030] [glusterfsd.c:2288:main]
0-/usr/local/sbin/glusterfsd: Started running /usr/local/sbin/glusterfsd
version 3.8dev (args: /usr/local/sbin/glusterfsd -s 10.70.43.164 --volfile-id
testvol.10.70.43.164.tmp-brick1 -p
/var/lib/glusterd/vols/testvol/run/10.70.43.164-tmp-brick1.pid -S
/var/run/gluster/818424f21d804f3f9c42a0fe0e6c02ed.socket --brick-name
/tmp/brick1 -l /var/log/glusterfs/bricks/tmp-brick1.log --xlator-option
*-posix.glusterd-uuid=3ae0f8b2-ae34-4a7d-b8ea-3afd27e1356c --brick-port 49153
--xlator-option testvol-server.listen-port=49153)
[2015-04-18 17:08:55.162875] I [event-epoll.c:629:event_dispatch_epoll_worker]
0-epoll: Started thread with index 1
[2015-04-18 17:08:55.165398] W [xlator.c:192:xlator_dynload] 0-xlator:
/usr/local/lib/glusterfs/3.8dev/xlator/features/changetimerecorder.so: cannot
open shared object file: No such file or directory
[2015-04-18 17:08:55.165455] E [graph.y:212:volume_type] 0-parser: Volume
'testvol-changetimerecorder', line 16: type 'features/changetimerecorder' is
not valid or not found on this machine 
[2015-04-18 17:08:55.165530] E [graph.y:321:volume_end] 0-parser: "type" not
specified for volume testvol-changetimerecorder
[2015-04-18 17:08:55.165714] E [MSGID: 100026]
[glusterfsd.c:2142:glusterfs_process_volfp] 0-: failed to construct the graph
[2015-04-18 17:08:55.166122] W [glusterfsd.c:1212:cleanup_and_exit] (--> 0-:
received signum (0), shutting down



Expected results:
Configured gluster with --disable-tiering. Shouldn't have seen these errors.


Additional info:

--- Additional comment from Anand Avati on 2015-04-19 09:44:06 CEST ---

REVIEW: http://review.gluster.org/10296 (tiering: skip CTR-xlator and config
options when disabled) posted (#1) for review on master by Niels de Vos
(ndevos at redhat.com)

--- Additional comment from Anand Avati on 2015-04-26 09:11:40 CEST ---

COMMIT: http://review.gluster.org/10296 committed in master by Vijay Bellur
(vbellur at redhat.com) 
------
commit a675ab96b917fc48fc3d7ca035590ebd7cf102bd
Author: Niels de Vos <ndevos at redhat.com>
Date:   Sun Apr 19 09:40:34 2015 +0200

    tiering: skip CTR-xlator and config options when disabled

    When compiling with --disable-tiering, GlusterD should not contain any
    references to the ChangeTimeRecorder xlator or any of the data tiering
    options.

    BUG: 1213125
    Change-Id: Idb46fb80f0ca8b66115e06841d9ec15ba14c24a0
    Signed-off-by: Niels de Vos <ndevos at redhat.com>
    Reviewed-on: http://review.gluster.org/10296
    Reviewed-by: Dan Lambright <dlambrig at redhat.com>
    Tested-by: Gluster Build System <jenkins at build.gluster.com>


Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1199352
[Bug 1199352] GlusterFS 3.7.0 tracker
https://bugzilla.redhat.com/show_bug.cgi?id=1213125
[Bug 1213125] Bricks fail to start with tiering related logs on the brick
-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are on the CC list for the bug.


More information about the Bugs mailing list