glusterfs icon indicating copy to clipboard operation
glusterfs copied to clipboard

fail to start gluster-ta-volume.service

Open foolstrong opened this issue 3 years ago • 0 comments

Description of problem: I install some glusterfs packages(glusterfs, glusterfs-events, glusterfs-server, glusterfs-thin-arbiter ....), version 10.0, and start gluster-ta-volume.service, but the status of service is failed, i found the path of thin-arbiter.vol not exist in gluster-ta-volume.service unit, it is true things to be in /etc/glusterfs as the source code write. image

The exact command to reproduce the issue: systemctl enable gluster-ta-volume.service systemctl start gluster-ta-volume.service systemctl status gluster-ta-volume.service

The full output of the command that failed: [root@localhost /]# systemctl enable gluster-ta-volume.service Created symlink /etc/systemd/system/multi-user.target.wants/gluster-ta-volume.service → /usr/lib/systemd/system/gluster-ta-volume.service. [root@localhost /]# systemctl start gluster-ta-volume.service [root@localhost /]# systemctl status gluster-ta-volume.service ● gluster-ta-volume.service - GlusterFS, Thin-arbiter process to maintain quorum for replica volume Loaded: loaded (/usr/lib/systemd/system/gluster-ta-volume.service; enabled; vendor preset: disabled) Active: failed (Result: exit-code) since Fri 2022-09-09 17:50:29 CST; 5s ago Process: 2817882 ExecStart=/usr/sbin/glusterfsd -N --volfile-id ta -f /var/lib/glusterd/thin-arbiter/thin-arbiter.vol --brick-port 24007 --xlator-option ta-server.transport.socket.listen-port=24007 (> Main PID: 2817882 (code=exited, status=255/EXCEPTION)

9月 09 17:50:29 localhost.localdomain systemd[1]: gluster-ta-volume.service: Service RestartSec=100ms expired, scheduling restart. 9月 09 17:50:29 localhost.localdomain systemd[1]: gluster-ta-volume.service: Scheduled restart job, restart counter is at 5. 9月 09 17:50:29 localhost.localdomain systemd[1]: Stopped GlusterFS, Thin-arbiter process to maintain quorum for replica volume. 9月 09 17:50:29 localhost.localdomain systemd[1]: gluster-ta-volume.service: Start request repeated too quickly. 9月 09 17:50:29 localhost.localdomain systemd[1]: gluster-ta-volume.service: Failed with result 'exit-code'. 9月 09 17:50:29 localhost.localdomain systemd[1]: Failed to start GlusterFS, Thin-arbiter process to maintain quorum for replica volume.

Expected results: the service status is active

Mandatory info: - The output of the gluster volume info command:

- The output of the gluster volume status command:

- The output of the gluster volume heal command:

**- Provide logs present on following locations of client and server nodes - /var/log/glusterfs/

**- Is there any crash ? Provide the backtrace and coredump

Additional info:

- The operating system / glusterfs version:

Note: Please hide any confidential data which you don't want to share in public like IP address, file name, hostname or any other configuration

foolstrong avatar Sep 09 '22 09:09 foolstrong