We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm deploy image: gluster/gluster-centos:latest but latest version about glusterfs need to be update before using.
systemd[1]: Starting GlusterFS, a clustered file-system server... GlusterFS[72]: [glusterfsd.c:2233:parse_cmdline] 0-glusterfs: ERROR: parsing the volfile failed [No such file or directory] glusterd[72]: USAGE: /usr/sbin/glusterd [options] [mountpoint] systemd[1]: glusterd.service: control process exited, code=exited status=255 systemd[1]: Failed to start GlusterFS, a clustered file-system server. systemd[1]: Unit glusterd.service entered failed state. systemd[1]: glusterd.service failed. systemd[1]: Starting GlusterFS, a clustered file-system server... glusterd[80]: USAGE: /usr/sbin/glusterd [options] [mountpoint] systemd[1]: glusterd.service: control process exited, code=exited status=255
"Fix that issue inside container"
Coud u please update latest version of glusterfs inside image gluster-centos.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm deploy image: gluster/gluster-centos:latest but latest version about glusterfs need to be update before using.
systemd[1]: Starting GlusterFS, a clustered file-system server...
GlusterFS[72]: [glusterfsd.c:2233:parse_cmdline] 0-glusterfs: ERROR: parsing the volfile failed [No such file or directory]
glusterd[72]: USAGE: /usr/sbin/glusterd [options] [mountpoint]
systemd[1]: glusterd.service: control process exited, code=exited status=255
systemd[1]: Failed to start GlusterFS, a clustered file-system server.
systemd[1]: Unit glusterd.service entered failed state.
systemd[1]: glusterd.service failed.
systemd[1]: Starting GlusterFS, a clustered file-system server...
glusterd[80]: USAGE: /usr/sbin/glusterd [options] [mountpoint]
systemd[1]: glusterd.service: control process exited, code=exited status=255
"Fix that issue inside container"
yum update -y glusterfs glusterfs-server glusterfs-fuse
systemctl restart glusterd
Coud u please update latest version of glusterfs inside image gluster-centos.
The text was updated successfully, but these errors were encountered: