Skip to content
This repository was archived by the owner on Jul 7, 2020. It is now read-only.
This repository was archived by the owner on Jul 7, 2020. It is now read-only.

vagrant - failed to install glusterfs-client #643

Description

@bartpaczkows

Hi
I have problem with spinning up the cluster using vagrant - it crashes on step "install base packages"
Specifically the problem is with installing glusterfs-client. See the log:

failed: [node2] (item=[u'wget', u'screen', u'git', u'vim', u'glusterfs-client', u'heketi-client', u'iptables', u'iptables-utils', u'iptables-services', u'docker', u'kubeadm', u'kubelet', u'kubectl', u'ntp']) => {"ansible_loop_var": "item", "changed": false, "changes": {"installed": ["wget", "screen", "git", "vim", "glusterfs-client", "heketi-client", "iptables-utils", "iptables-services", "docker", "kubeadm", "kubelet", "kubectl", "ntp"]}, "item": ["wget", "screen", "git", "vim", "glusterfs-client", "heketi-client", "iptables", "iptables-utils", "iptables-services", "docker", "kubeadm", "kubelet", "kubectl", "ntp"], "msg": "h - Found\nTrying other mirror.\nhttp://buildlogs.centos.org/centos/7/storage/x86_64/gluster-7/glusterfs-fuse-7.3-1.el7.x86_64.rpm: [Errno 14] HTTPS Error 302 - Found\nTrying other mirror.\nhttp://buildlogs.centos.org/centos/7/storage/x86_64/gluster-7/glusterfs-libs-7.3-1.el7.x86_64.rpm: [Errno 14] HTTPS Error 302 - Found\nTrying other mirror.\nhttp://buildlogs.centos.org/centos/7/storage/x86_64/gluster-7/heketi-client-9.0.0-1.el7.x86_64.rpm: [Errno 14] HTTPS Error 302 - Found\nTrying other mirror.\n\n\nError downloading packages:\n glusterfs-7.3-1.el7.x86_64: [Errno 256] No more mirrors to try.\n heketi-client-9.0.0-1.el7.x86_64: [Errno 256] No more mirrors to try.\n glusterfs-client-xlators-7.3-1.el7.x86_64: [Errno 256] No more mirrors to try.\n glusterfs-libs-7.3-1.el7.x86_64: [Errno 256] No more mirrors to try.\n glusterfs-fuse-7.3-1.el7.x86_64: [Errno 256] No more mirrors to try.\n\n", "rc": 1, "results": ["iptables-1.4.21-28.el7.x86_64 providing iptables is already installed", "Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * base: ftp.man.poznan.pl\n * epel: mirrors.colocall.net\n * extras: ftp.man.poznan.pl\n * updates: ftp.man.poznan.pl\nResolving Dependencies\n--

I tried to manually install it on a master node and I still get the same error:
failed: [node2] (item=[u'wget', u'screen', u'git', u'vim', u'glusterfs-client', u'heketi-client', u'iptables', u'iptables-utils', u'iptables-services', u'docker', u'kubeadm', u'kubelet', u'kubectl', u'ntp']) => {"ansible_loop_var": "item", "changed": false, "changes": {"installed": ["wget", "screen", "git", "vim", "glusterfs-client", "heketi-client", "iptables-utils", "iptables-services", "docker", "kubeadm", "kubelet", "kubectl", "ntp"]}, "item": ["wget", "screen", "git", "vim", "glusterfs-client", "heketi-client", "iptables", "iptables-utils", "iptables-services", "docker", "kubeadm", "kubelet", "kubectl", "ntp"], "msg": "h - Found\nTrying other mirror.\nhttp://buildlogs.centos.org/centos/7/storage/x86_64/gluster-7/glusterfs-fuse-7.3-1.el7.x86_64.rpm: [Errno 14] HTTPS Error 302 - Found\nTrying other mirror.\nhttp://buildlogs.centos.org/centos/7/storage/x86_64/gluster-7/glusterfs-libs-7.3-1.el7.x86_64.rpm: [Errno 14] HTTPS Error 302 - Found\nTrying other mirror.\nhttp://buildlogs.centos.org/centos/7/storage/x86_64/gluster-7/heketi-client-9.0.0-1.el7.x86_64.rpm: [Errno 14] HTTPS Error 302 - Found\nTrying other mirror.\n\n\nError downloading packages:\n glusterfs-7.3-1.el7.x86_64: [Errno 256] No more mirrors to try.\n heketi-client-9.0.0-1.el7.x86_64: [Errno 256] No more mirrors to try.\n glusterfs-client-xlators-7.3-1.el7.x86_64: [Errno 256] No more mirrors to try.\n glusterfs-libs-7.3-1.el7.x86_64: [Errno 256] No more mirrors to try.\n glusterfs-fuse-7.3-1.el7.x86_64: [Errno 256] No more mirrors to try.\n\n", "rc": 1, "results": ["iptables-1.4.21-28.el7.x86_64 providing iptables is already installed", "Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * base: ftp.man.poznan.pl\n * epel: mirrors.colocall.net\n * extras: ftp.man.poznan.pl\n * updates: ftp.man.poznan.pl\nResolving Dependencies\n--

I run also the following command but it didn't help:
sudo yum clean all | sudo rm -r /var/cache/yum | sudo yum update

Do you have any suggestion how to resolve it?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions