请稍等 ...
×

采纳答案成功!

向帮助你的同学说点啥吧!感谢那些助人为乐的人

Repository docker-ce not found.

0930更新
老师好,这边配置了阿里云的yum源之后可以跑过下面的那个卡点了,不过现在报的 Repository docker-ce not found.
(TASK [container-engine/containerd : ensure containerd packages are installed])

The full traceback is:
WARNING: The below traceback may *not* be related to the actual failure.
  File "/tmp/ansible_yum_payload_UpOKTF/ansible_yum_payload.zip/ansible/modules/packaging/os/yum.py", line 402, in _enablerepos_with_error_checking
  File "/usr/lib/python2.7/site-packages/yum/repos.py", line 258, in enableRepo
    thisrepo = self.getRepo(repoid)
  File "/usr/lib/python2.7/site-packages/yum/repos.py", line 205, in getRepo
    'Error getting repository data for %s, repository not found' % (repoid)
failed: [k8s001] (item={'name': 'containerd.io-1.3.9-3.1.el7', 'repo': 'docker-ce'}) => {
    "ansible_loop_var": "item",
    "attempts": 4,
    "changed": false,
    "invocation": {
        "module_args": {
            "allow_downgrade": false,
            "autoremove": false,
            "bugfix": false,
            "conf_file": null,
            "disable_excludes": null,
            "disable_gpg_check": false,
            "disable_plugin": [],
            "disablerepo": [],
            "download_dir": null,
            "download_only": false,
            "enable_plugin": [],
            "enablerepo": [
                "docker-ce"
            ],
            "exclude": [],
            "install_repoquery": true,
            "install_weak_deps": true,
            "installroot": "/",
            "list": null,
            "lock_timeout": 30,
            "name": [
                "containerd.io-1.3.9-3.1.el7"
            ],
            "pkg": "containerd.io-1.3.9-3.1.el7",
            "releasever": null,
            "security": false,
            "skip_broken": false,
            "state": "present",
            "update_cache": true,
            "update_only": false,
            "use_backend": "auto",
            "validate_certs": true
        }
    },
    "item": {
        "name": "containerd.io-1.3.9-3.1.el7",
        "repo": "docker-ce"
    },
    "msg": "Repository docker-ce not found."
}

我搜了下网上,尝试加载了docker-ce repo,还是抱这个错
yum-config-manager --add-repo http://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo

麻烦老师了~

0927更新
老师好,我重新执行了一遍所有命令,目前是在执行到安装etcd的Play(貌似是)的时候的这个task,每次运行都一直卡在这里,之后就是5次重试失败,

TASK [kubernetes/preinstall : Update common_required_pkgs with ipvsadm when kube_proxy_mode is ipvs] ***********************
task path: /root/app/kubespray-2.15.0/roles/kubernetes/preinstall/tasks/0070-system-packages.yml:53
ok: [k8s001] => {
    "ansible_facts": {
        "common_required_pkgs": [
            "openssl",
            "curl",
            "rsync",
            "socat",
            "unzip",
            "e2fsprogs",
            "xfsprogs",
            "ebtables",
            "ipvsadm",
            "ipset"
        ]
    },
    "changed": false
}
ok: [k8s002] => {
    "ansible_facts": {
        "common_required_pkgs": [
            "openssl",
            "curl",
            "rsync",
            "socat",
            "unzip",
            "e2fsprogs",
            "xfsprogs",
            "ebtables",
            "ipvsadm",
            "ipset"
        ]
    },
    "changed": false
}
ok: [k8s003] => {
    "ansible_facts": {
        "common_required_pkgs": [
            "openssl",
            "curl",
            "rsync",
            "socat",
            "unzip",
            "e2fsprogs",
            "xfsprogs",
            "ebtables",
            "ipvsadm",
            "ipset"
        ]
    },
    "changed": false
}
Tuesday 27 September 2022  04:31:03 -0400 (0:00:00.070)       0:00:28.838 ***** 
Running yum as the backend for the yum action plugin
Using module file /usr/local/lib/python3.6/site-packages/ansible/modules/packaging/os/yum.py
Pipelining is enabled.
<192.168.0.211> ESTABLISH SSH CONNECTION FOR USER: None
<192.168.0.211> SSH: EXEC ssh -vvv -o ControlMaster=auto -o ControlPersist=30m -o ConnectionAttempts=100 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/c5dd55a042 192.168.0.211 '/bin/sh -c '"'"'sudo -H -S -n  -u root /bin/sh -c '"'"'"'"'"'"'"'"'echo BECOME-SUCCESS-sqdyuaqoehdkwjwievjkplrxvrvhecth ; /usr/bin/python'"'"'"'"'"'"'"'"' && sleep 0'"'"''
Running yum as the backend for the yum action plugin
Using module file /usr/local/lib/python3.6/site-packages/ansible/modules/packaging/os/yum.py
Pipelining is enabled.
<192.168.0.212> ESTABLISH SSH CONNECTION FOR USER: None
<192.168.0.212> SSH: EXEC ssh -vvv -o ControlMaster=auto -o ControlPersist=30m -o ConnectionAttempts=100 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/adbcd93a1e 192.168.0.212 '/bin/sh -c '"'"'sudo -H -S -n  -u root /bin/sh -c '"'"'"'"'"'"'"'"'echo BECOME-SUCCESS-jeiatdbdqeakfwksponkzwxevwgpalev ; /usr/bin/python'"'"'"'"'"'"'"'"' && sleep 0'"'"''
Running yum as the backend for the yum action plugin
Using module file /usr/local/lib/python3.6/site-packages/ansible/modules/packaging/os/yum.py
Pipelining is enabled.
<192.168.0.213> ESTABLISH SSH CONNECTION FOR USER: None
<192.168.0.213> SSH: EXEC ssh -vvv -o ControlMaster=auto -o ControlPersist=30m -o ConnectionAttempts=100 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/3f40943b6b 192.168.0.213 '/bin/sh -c '"'"'sudo -H -S -n  -u root /bin/sh -c '"'"'"'"'"'"'"'"'echo BECOME-SUCCESS-afayrscyctywvnegyagmbtncjoroaxdm ; /usr/bin/python'"'"'"'"'"'"'"'"' && sleep 0'"'"''
Escalation succeeded
Escalation succeeded
Escalation succeeded

错误内容大致是试了很多mirror都timeout

FAILED - RETRYING: Install packages requirements (4 retries left).Result was: {
    "attempts": 1,
    "changed": true,
    "changes": {
        "installed": [
            "conntrack",
            "socat",
            "ipvsadm"
        ],
        "updated": []
    },
    "invocation": {
        "module_args": {
            "allow_downgrade": false,
            "autoremove": false,
            "bugfix": false,
            "conf_file": null,
            "disable_excludes": null,
            "disable_gpg_check": false,
            "disable_plugin": [],
            "disablerepo": [],
            "download_dir": null,
            "download_only": false,
            "enable_plugin": [],
            "enablerepo": [],
            "exclude": [],
            "install_repoquery": true,
            "install_weak_deps": true,
            "installroot": "/",
            "list": null,
            "lock_timeout": 30,
            "name": [
                "libselinux-python",
                "device-mapper-libs",
                "nss",
                "conntrack",
                "openssl",
                "curl",
                "rsync",
                "socat",
                "unzip",
                "e2fsprogs",
                "xfsprogs",
                "ebtables",
                "ipvsadm",
                "ipset"
            ],
            "releasever": null,
            "security": false,
            "skip_broken": false,
            "state": "latest",
            "update_cache": false,
            "update_only": false,
            "use_backend": "auto",
            "validate_certs": true
        }
    },
    "msg": "http://mirrors.bupt.edu.cn/centos/7.9.2009/os/x86_64/repodata/repomd.xml: [Errno 12] Timeout on http://mirrors.bupt.edu.cn/centos/7.9.2009/os/x86_64/repodata/repomd.xml: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')\nTrying other mirror.\nhttp://mirrors.ustc.edu.cn/centos/7.9.2009/os/x86_64/repodata/repomd.xml: [Errno 12] Timeout on http://mirrors.ustc.edu.cn/centos/7.9.2009/os/x86_64/repodata/repomd.xml: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')\nTrying other mirror.\nhttp://mirrors.tuna.tsinghua.edu.cn/centos/7.9.2009/os/x86_64/repodata/repomd.xml: [Errno 12] Timeout on http://mirrors.tuna.tsinghua.edu.cn/centos/7.9.2009/os/x86_64/repodata/repomd.xml: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')\nTrying other mirror.\nhttp://ftp.twaren.net/Linux/CentOS/7.9.2009/os/x86_64/repodata/repomd.xml: [Errno 12] Timeout on http://ftp.twaren.net/Linux/CentOS/7.9.2009/os/x86_64/repodata/repomd.xml: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')\nTrying other mirror.\nhttp://mirror.lzu.edu.cn/centos/7.9.2009/os/x86_64/repodata/repomd.xml: [Errno 12] Timeout on http://mirror.lzu.edu.cn/centos/7.9.2009/os/x86_64/repodata/repomd.xml: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')\nTrying other mirror.\nhttp://ftp.sjtu.edu.cn/centos/7.9.2009/os/x86_64/repodata/repomd.xml: [Errno 12] Timeout on http://ftp.sjtu.edu.cn/centos/7.9.2009/os/x86_64/repodata/repomd.xml: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')\nTrying other mirror.\nhttp://mirrors.bfsu.edu.cn/centos/7.9.2009/os/x86_64/repodata/repomd.xml: [Errno 12] Timeout on http://mirrors.bfsu.edu.cn/centos/7.9.2009/os/x86_64/repodata/repomd.xml: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')\nTrying other mirror.\nhttp://mirrors.nju.edu.cn/centos/7.9.2009/os/x86_64/repodata/repomd.xml: [Errno 12] Timeout on http://mirrors.nju.edu.cn/centos/7.9.2009/os/x86_64/repodata/repomd.xml: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')\nTrying other mirror.\nhttp://mirrors.cqu.edu.cn/CentOS/7.9.2009/os/x86_64/repodata/repomd.xml: [Errno 12] Timeout on http://mirrors.cqu.edu.cn/CentOS/7.9.2009/os/x86_64/repodata/repomd.xml: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')\nTrying other mirror.\nhttp://mirrors.neusoft.edu.cn/centos/7.9.2009/os/x86_64/repodata/repomd.xml: [Errno 12] Timeout on http://mirrors.neusoft.edu.cn/centos/7.9.2009/os/x86_64/repodata/repomd.xml: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')\nTrying other mirror.\nhttp://mirrors.bupt.edu.cn/centos/7.9.2009/extras/x86_64/repodata/repomd.xml: [Errno 12] Timeout on http://mirrors.bupt.edu.cn/centos/7.9.2009/extras/x86_64/repodata/repomd.xml: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')\nTrying other mirror.\nhttp://mirrors.ustc.edu.cn/centos/7.9.2009/extras/x86_64/repodata/repomd.xml: [Errno 12] Timeout on http://mirrors.ustc.edu.cn/centos/7.9.2009/extras/x86_64/repodata/repomd.xml: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')\nTrying other mirror.\nhttp://mirrors.tuna.tsinghua.edu.cn/centos/7.9.2009/extras/x86_64/repodata/repomd.xml: [Errno 12] Timeout on http://mirrors.tuna.tsinghua.edu.cn/centos/7.9.2009/extras/x86_64/repodata/repomd.xml: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')\nTrying other mirror.\nhttp://ftp.twaren.net/Linux/CentOS/7.9.2009/extras/x86_64/repodata/repomd.xml: [Errno 12] Timeout on http://ftp.twaren.net/Linux/CentOS/7.9.2009/extras/x86_64/repodata/repomd.xml: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')\nTrying other mirror.\nhttp://mirror.lzu.edu.cn/centos/7.9.2009/extras/x86_64/repodata/repomd.xml: [Errno 12] Timeout on http://mirror.lzu.edu.cn/centos/7.9.2009/extras/x86_64/repodata/repomd.xml: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')\nTrying other mirror.\nhttp://ftp.sjtu.edu.cn/centos/7.9.2009/extras/x86_64/repodata/repomd.xml: [Errno 12] Timeout on http://ftp.sjtu.edu.cn/centos/7.9.2009/extras/x86_64/repodata/repomd.xml: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')\nTrying other mirror.\nhttp://mirrors.bfsu.edu.cn/centos/7.9.2009/extras/x86_64/repodata/repomd.xml: [Errno 12] Timeout on http://mirrors.bfsu.edu.cn/centos/7.9.2009/extras/x86_64/repodata/repomd.xml: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')\nTrying other mirror.\nhttp://mirrors.nju.edu.cn/centos/7.9.2009/extras/x86_64/repodata/repomd.xml: [Errno 12] Timeout on http://mirrors.nju.edu.cn/centos/7.9.2009/extras/x86_64/repodata/repomd.xml: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')\nTrying other mirror.\nhttp://mirrors.cqu.edu.cn/CentOS/7.9.2009/extras/x86_64/repodata/repomd.xml: [Errno 12] Timeout on http://mirrors.cqu.edu.cn/CentOS/7.9.2009/extras/x86_64/repodata/repomd.xml: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')\nTrying other mirror.\nhttp://mirrors.neusoft.edu.cn/centos/7.9.2009/extras/x86_64/repodata/repomd.xml: [Errno 12] Timeout on http://mirrors.neusoft.edu.cn/centos/7.9.2009/extras/x86_64/repodata/repomd.xml: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')\nTrying other mirror.\nhttp://mirrors.bupt.edu.cn/centos/7.9.2009/updates/x86_64/repodata/repomd.xml: [Errno 12] Timeout on http://mirrors.bupt.edu.cn/centos/7.9.2009/updates/x86_64/repodata/repomd.xml: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')\nTrying other mirror.\nhttp://mirrors.ustc.edu.cn/centos/7.9.2009/updates/x86_64/repodata/repomd.xml: [Errno 12] Timeout on http://mirrors.ustc.edu.cn/centos/7.9.2009/updates/x86_64/repodata/repomd.xml: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')\nTrying other mirror.\nhttp://mirror01.idc.hinet.net/centos/7.9.2009/updates/x86_64/repodata/repomd.xml: [Errno 12] Timeout on http://mirror01.idc.hinet.net/centos/7.9.2009/updates/x86_64/repodata/repomd.xml: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')\nTrying other mirror.\nhttp://mirrors.tuna.tsinghua.edu.cn/centos/7.9.2009/updates/x86_64/repodata/repomd.xml: [Errno 12] Timeout on http://mirrors.tuna.tsinghua.edu.cn/centos/7.9.2009/updates/x86_64/repodata/repomd.xml: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')\nTrying other mirror.\nhttp://mirror.lzu.edu.cn/centos/7.9.2009/updates/x86_64/repodata/repomd.xml: [Errno 12] Timeout on http://mirror.lzu.edu.cn/centos/7.9.2009/updates/x86_64/repodata/repomd.xml: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')\nTrying other mirror.\nhttp://ftp.sjtu.edu.cn/centos/7.9.2009/updates/x86_64/repodata/repomd.xml: [Errno 12] Timeout on http://ftp.sjtu.edu.cn/centos/7.9.2009/updates/x86_64/repodata/repomd.xml: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')\nTrying other mirror.\nhttp://mirrors.bfsu.edu.cn/centos/7.9.2009/updates/x86_64/repodata/repomd.xml: [Errno 12] Timeout on http://mirrors.bfsu.edu.cn/centos/7.9.2009/updates/x86_64/repodata/repomd.xml: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')\nTrying other mirror.\nhttp://mirrors.nju.edu.cn/centos/7.9.2009/updates/x86_64/repodata/repomd.xml: [Errno 12] Timeout on http://mirrors.nju.edu.cn/centos/7.9.2009/updates/x86_64/repodata/repomd.xml: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')\nTrying other mirror.\nhttp://mirrors.cqu.edu.cn/CentOS/7.9.2009/updates/x86_64/repodata/repomd.xml: [Errno 12] Timeout on http://mirrors.cqu.edu.cn/CentOS/7.9.2009/updates/x86_64/repodata/repomd.xml: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')\nTrying other mirror.\nhttp://mirrors.neusoft.edu.cn/centos/7.9.2009/updates/x86_64/repodata/repomd.xml: [Errno 12] Timeout on http://mirrors.neusoft.edu.cn/centos/7.9.2009/updates/x86_64/repodata/repomd.xml: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')\nTrying other mirror.\nhttp://mirrors.bupt.edu.cn/centos/7.9.2009/os/x86_64/Packages/ipvsadm-1.27-8.el7.x86_64.rpm: [Errno 12] Timeout on http://mirrors.bupt.edu.cn/centos/7.9.2009/os/x86_64/Packages/ipvsadm-1.27-8.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')\nTrying other mirror.\nhttp://mirrors.ustc.edu.cn/centos/7.9.2009/os/x86_64/Packages/libnetfilter_cthelper-1.0.0-11.el7.x86_64.rpm: [Errno 12] Timeout on http://mirrors.ustc.edu.cn/centos/7.9.2009/os/x86_64/Packages/libnetfilter_cthelper-1.0.0-11.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')\nTrying other mirror.\nhttp://mirrors.bupt.edu.cn/centos/7.9.2009/os/x86_64/Packages/conntrack-tools-1.4.4-7.el7.x86_64.rpm: [Errno 12] Timeout on http://mirrors.bupt.edu.cn/centos/7.9.2009/os/x86_64/Packages/conntrack-tools-1.4.4-7.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')\nTrying other mirror.\nhttp://ftp.twaren.net/Linux/CentOS/7.9.2009/os/x86_64/Packages/libnetfilter_cttimeout-1.0.0-7.el7.x86_64.rpm: [Errno 12] Timeout on http://ftp.twaren.net/Linux/CentOS/7.9.2009/os/x86_64/Packages/libnetfilter_cttimeout-1.0.0-7.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')\nTrying other mirror.\nhttp://mirrors.bupt.edu.cn/centos/7.9.2009/os/x86_64/Packages/libnetfilter_queue-1.0.2-2.el7_2.x86_64.rpm: [Errno 12] Timeout on http://mirrors.bupt.edu.cn/centos/7.9.2009/os/x86_64/Packages/libnetfilter_queue-1.0.2-2.el7_2.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')\nTrying other mirror.\nhttp://mirrors.ustc.edu.cn/centos/7.9.2009/os/x86_64/Packages/socat-1.7.3.2-2.el7.x86_64.rpm: [Errno 12] Timeout on http://mirrors.ustc.edu.cn/centos/7.9.2009/os/x86_64/Packages/socat-1.7.3.2-2.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')\nTrying other mirror.\nhttp://mirrors.tuna.tsinghua.edu.cn/centos/7.9.2009/os/x86_64/Packages/ipvsadm-1.27-8.el7.x86_64.rpm: [Errno 12] Timeout on http://mirrors.tuna.tsinghua.edu.cn/centos/7.9.2009/os/x86_64/Packages/ipvsadm-1.27-8.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')\nTrying other mirror.\nhttp://ftp.twaren.net/Linux/CentOS/7.9.2009/os/x86_64/Packages/libnetfilter_cthelper-1.0.0-11.el7.x86_64.rpm: [Errno 12] Timeout on http://ftp.twaren.net/Linux/CentOS/7.9.2009/os/x86_64/Packages/libnetfilter_cthelper-1.0.0-11.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')\nTrying other mirror.\nhttp://mirror.lzu.edu.cn/centos/7.9.2009/os/x86_64/Packages/conntrack-tools-1.4.4-7.el7.x86_64.rpm: [Errno 12] Timeout on http://mirror.lzu.edu.cn/centos/7.9.2009/os/x86_64/Packages/conntrack-tools-1.4.4-7.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')\nTrying other mirror.\nhttp://ftp.sjtu.edu.cn/centos/7.9.2009/os/x86_64/Packages/libnetfilter_cttimeout-1.0.0-7.el7.x86_64.rpm: [Errno 12] Timeout on http://ftp.sjtu.edu.cn/centos/7.9.2009/os/x86_64/Packages/libnetfilter_cttimeout-1.0.0-7.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')\nTrying other mirror.\nhttp://mirrors.bupt.edu.cn/centos/7.9.2009/os/x86_64/Packages/libnetfilter_cthelper-1.0.0-11.el7.x86_64.rpm: [Errno 12] Timeout on http://mirrors.bupt.edu.cn/centos/7.9.2009/os/x86_64/Packages/libnetfilter_cthelper-1.0.0-11.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')\nTrying other mirror.\nhttp://mirrors.tuna.tsinghua.edu.cn/centos/7.9.2009/os/x86_64/Packages/libnetfilter_queue-1.0.2-2.el7_2.x86_64.rpm: [Errno 12] Timeout on http://mirrors.tuna.tsinghua.edu.cn/centos/7.9.2009/os/x86_64/Packages/libnetfilter_queue-1.0.2-2.el7_2.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')\nTrying other mirror.\nhttp://mirrors.bfsu.edu.cn/centos/7.9.2009/os/x86_64/Packages/socat-1.7.3.2-2.el7.x86_64.rpm: [Errno 12] Timeout on http://mirrors.bfsu.edu.cn/centos/7.9.2009/os/x86_64/Packages/socat-1.7.3.2-2.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')\nTrying other mirror.\nhttp://mirrors.nju.edu.cn/centos/7.9.2009/os/x86_64/Packages/ipvsadm-1.27-8.el7.x86_64.rpm: [Errno 12] Timeout on http://mirrors.nju.edu.cn/centos/7.9.2009/os/x86_64/Packages/ipvsadm-1.27-8.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')\nTrying other mirror.\nhttp://mirrors.cqu.edu.cn/CentOS/7.9.2009/os/x86_64/Packages/conntrack-tools-1.4.4-7.el7.x86_64.rpm: [Errno 12] Timeout on http://mirrors.cqu.edu.cn/CentOS/7.9.2009/os/x86_64/Packages/conntrack-tools-1.4.4-7.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')\nTrying other mirror.\nhttp://mirrors.ustc.edu.cn/centos/7.9.2009/os/x86_64/Packages/libnetfilter_cttimeout-1.0.0-7.el7.x86_64.rpm: [Errno 12] Timeout on http://mirrors.ustc.edu.cn/centos/7.9.2009/os/x86_64/Packages/libnetfilter_cttimeout-1.0.0-7.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')\nTrying other mirror.\nhttp://mirrors.bupt.edu.cn/centos/7.9.2009/os/x86_64/Packages/socat-1.7.3.2-2.el7.x86_64.rpm: [Errno 12] Timeout on http://mirrors.bupt.edu.cn/centos/7.9.2009/os/x86_64/Packages/socat-1.7.3.2-2.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')\nTrying other mirror.\nhttp://mirrors.neusoft.edu.cn/centos/7.9.2009/os/x86_64/Packages/libnetfilter_cthelper-1.0.0-11.el7.x86_64.rpm: [Errno 12] Timeout on http://mirrors.neusoft.edu.cn/centos/7.9.2009/os/x86_64/Packages/libnetfilter_cthelper-1.0.0-11.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')\nTrying other mirror.\nhttp://mirrors.cqu.edu.cn/CentOS/7.9.2009/os/x86_64/Packages/libnetfilter_queue-1.0.2-2.el7_2.x86_64.rpm: [Errno 12] Timeout on http://mirrors.cqu.edu.cn/CentOS/7.9.2009/os/x86_64/Packages/libnetfilter_queue-1.0.2-2.el7_2.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')\nTrying other mirror.\nhttp://mirrors.ustc.edu.cn/centos/7.9.2009/os/x86_64/Packages/ipvsadm-1.27-8.el7.x86_64.rpm: [Errno 12] Timeout on http://mirrors.ustc.edu.cn/centos/7.9.2009/os/x86_64/Packages/ipvsadm-1.27-8.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')\nTrying other mirror.\nhttp://mirror.lzu.edu.cn/centos/7.9.2009/os/x86_64/Packages/libnetfilter_cttimeout-1.0.0-7.el7.x86_64.rpm: [Errno 12] Timeout on http://mirror.lzu.edu.cn/centos/7.9.2009/os/x86_64/Packages/libnetfilter_cttimeout-1.0.0-7.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')\nTrying other mirror.\nhttp://mirrors.neusoft.edu.cn/centos/7.9.2009/os/x86_64/Packages/conntrack-tools-1.4.4-7.el7.x86_64.rpm: [Errno 12] Timeout on http://mirrors.neusoft.edu.cn/centos/7.9.2009/os/x86_64/Packages/conntrack-tools-1.4.4-7.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')\nTrying other mirror.\nhttp://ftp.twaren.net/Linux/CentOS/7.9.2009/os/x86_64/Packages/socat-1.7.3.2-2.el7.x86_64.rpm: [Errno 12] Timeout on http://ftp.twaren.net/Linux/CentOS/7.9.2009/os/x86_64/Packages/socat-1.7.3.2-2.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')\nTrying other mirror.\nhttp://mirrors.tuna.tsinghua.edu.cn/centos/7.9.2009/os/x86_64/Packages/libnetfilter_cthelper-1.0.0-11.el7.x86_64.rpm: [Errno 12] Timeout on http://mirrors.tuna.tsinghua.edu.cn/centos/7.9.2009/os/x86_64/Packages/libnetfilter_cthelper-1.0.0-11.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')\nTrying other mirror.\nhttp://ftp.sjtu.edu.cn/centos/7.9.2009/os/x86_64/Packages/libnetfilter_queue-1.0.2-2.el7_2.x86_64.rpm: [Errno 12] Timeout on http://ftp.sjtu.edu.cn/centos/7.9.2009/os/x86_64/Packages/libnetfilter_queue-1.0.2-2.el7_2.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')\nTrying other mirror.\nhttp://mirrors.bfsu.edu.cn/centos/7.9.2009/os/x86_64/Packages/ipvsadm-1.27-8.el7.x86_64.rpm: [Errno 12] Timeout on http://mirrors.bfsu.edu.cn/centos/7.9.2009/os/x86_64/Packages/ipvsadm-1.27-8.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')\nTrying other mirror.\nhttp://mirrors.nju.edu.cn/centos/7.9.2009/os/x86_64/Packages/conntrack-tools-1.4.4-7.el7.x86_64.rpm: [Errno 12] Timeout on http://mirrors.nju.edu.cn/centos/7.9.2009/os/x86_64/Packages/conntrack-tools-1.4.4-7.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')\nTrying other mirror.\nhttp://mirrors.bupt.edu.cn/centos/7.9.2009/os/x86_64/Packages/libnetfilter_cttimeout-1.0.0-7.el7.x86_64.rpm: [Errno 12] Timeout on http://mirrors.bupt.edu.cn/centos/7.9.2009/os/x86_64/Packages/libnetfilter_cttimeout-1.0.0-7.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')\nTrying other mirror.\nhttp://ftp.sjtu.edu.cn/centos/7.9.2009/os/x86_64/Packages/socat-1.7.3.2-2.el7.x86_64.rpm: [Errno 12] Timeout on http://ftp.sjtu.edu.cn/centos/7.9.2009/os/x86_64/Packages/socat-1.7.3.2-2.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')\nTrying other mirror.\nhttp://mirrors.cqu.edu.cn/CentOS/7.9.2009/os/x86_64/Packages/libnetfilter_cthelper-1.0.0-11.el7.x86_64.rpm: [Errno 12] Timeout on http://mirrors.cqu.edu.cn/CentOS/7.9.2009/os/x86_64/Packages/libnetfilter_cthelper-1.0.0-11.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')\nTrying other mirror.\nhttp://mirrors.ustc.edu.cn/centos/7.9.2009/os/x86_64/Packages/libnetfilter_queue-1.0.2-2.el7_2.x86_64.rpm: [Errno 12] Timeout on http://mirrors.ustc.edu.cn/centos/7.9.2009/os/x86_64/Packages/libnetfilter_queue-1.0.2-2.el7_2.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')\nTrying other mirror.\nhttp://mirrors.tuna.tsinghua.edu.cn/centos/7.9.2009/os/x86_64/Packages/conntrack-tools-1.4.4-7.el7.x86_64.rpm: [Errno 12] Timeout on http://mirrors.tuna.tsinghua.edu.cn/centos/7.9.2009/os/x86_64/Packages/conntrack-tools-1.4.4-7.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')\nTrying other mirror.\nhttp://mirror.lzu.edu.cn/centos/7.9.2009/os/x86_64/Packages/ipvsadm-1.27-8.el7.x86_64.rpm: [Errno 12] Timeout on http://mirror.lzu.edu.cn/centos/7.9.2009/os/x86_64/Packages/ipvsadm-1.27-8.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')\nTrying other mirror.\nhttp://mirrors.neusoft.edu.cn/centos/7.9.2009/os/x86_64/Packages/libnetfilter_cttimeout-1.0.0-7.el7.x86_64.rpm: [Errno 12] Timeout on http://mirrors.neusoft.edu.cn/centos/7.9.2009/os/x86_64/Packages/libnetfilter_cttimeout-1.0.0-7.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')\nTrying other mirror.\nhttp://mirrors.bfsu.edu.cn/centos/7.9.2009/os/x86_64/Packages/libnetfilter_cthelper-1.0.0-11.el7.x86_64.rpm: [Errno 12] Timeout on http://mirrors.bfsu.edu.cn/centos/7.9.2009/os/x86_64/Packages/libnetfilter_cthelper-1.0.0-11.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')\nTrying other mirror.\nhttp://mirrors.tuna.tsinghua.edu.cn/centos/7.9.2009/os/x86_64/Packages/socat-1.7.3.2-2.el7.x86_64.rpm: [Errno 12] Timeout on http://mirrors.tuna.tsinghua.edu.cn/centos/7.9.2009/os/x86_64/Packages/socat-1.7.3.2-2.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')\nTrying other mirror.\nhttp://ftp.twaren.net/Linux/CentOS/7.9.2009/os/x86_64/Packages/libnetfilter_queue-1.0.2-2.el7_2.x86_64.rpm: [Errno 12] Timeout on http://ftp.twaren.net/Linux/CentOS/7.9.2009/os/x86_64/Packages/libnetfilter_queue-1.0.2-2.el7_2.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')\nTrying other mirror.\nhttp://ftp.sjtu.edu.cn/centos/7.9.2009/os/x86_64/Packages/ipvsadm-1.27-8.el7.x86_64.rpm: [Errno 12] Timeout on http://ftp.sjtu.edu.cn/centos/7.9.2009/os/x86_64/Packages/ipvsadm-1.27-8.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')\nTrying other mirror.\nhttp://mirrors.nju.edu.cn/centos/7.9.2009/os/x86_64/Packages/libnetfilter_cttimeout-1.0.0-7.el7.x86_64.rpm: [Errno 12] Timeout on http://mirrors.nju.edu.cn/centos/7.9.2009/os/x86_64/Packages/libnetfilter_cttimeout-1.0.0-7.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')\nTrying other mirror.\nhttp://ftp.twaren.net/Linux/CentOS/7.9.2009/os/x86_64/Packages/conntrack-tools-1.4.4-7.el7.x86_64.rpm: [Errno 12] Timeout on http://ftp.twaren.net/Linux/CentOS/7.9.2009/os/x86_64/Packages/conntrack-tools-1.4.4-7.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')\nTrying other mirror.\nhttp://mirrors.nju.edu.cn/centos/7.9.2009/os/x86_64/Packages/libnetfilter_cthelper-1.0.0-11.el7.x86_64.rpm: [Errno 12] Timeout on http://mirrors.nju.edu.cn/centos/7.9.2009/os/x86_64/Packages/libnetfilter_cthelper-1.0.0-11.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')\nTrying other mirror.\nhttp://mirrors.cqu.edu.cn/CentOS/7.9.2009/os/x86_64/Packages/socat-1.7.3.2-2.el7.x86_64.rpm: [Errno 12] Timeout on http://mirrors.cqu.edu.cn/CentOS/7.9.2009/os/x86_64/Packages/socat-1.7.3.2-2.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')\nTrying other mirror.\nhttp://mirrors.neusoft.edu.cn/centos/7.9.2009/os/x86_64/Packages/ipvsadm-1.27-8.el7.x86_64.rpm: [Errno 12] Timeout on http://mirrors.neusoft.edu.cn/centos/7.9.2009/os/x86_64/Packages/ipvsadm-1.27-8.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')\nTrying other mirror.\nhttp://mirror.lzu.edu.cn/centos/7.9.2009/os/x86_64/Packages/libnetfilter_queue-1.0.2-2.el7_2.x86_64.rpm: [Errno 12] Timeout on http://mirror.lzu.edu.cn/centos/7.9.2009/os/x86_64/Packages/libnetfilter_queue-1.0.2-2.el7_2.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')\nTrying other mirror.\nhttp://mirrors.tuna.tsinghua.edu.cn/centos/7.9.2009/os/x86_64/Packages/libnetfilter_cttimeout-1.0.0-7.el7.x86_64.rpm: [Errno 12] Timeout on http://mirrors.tuna.tsinghua.edu.cn/centos/7.9.2009/os/x86_64/Packages/libnetfilter_cttimeout-1.0.0-7.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')\nTrying other mirror.\nhttp://mirrors.ustc.edu.cn/centos/7.9.2009/os/x86_64/Packages/conntrack-tools-1.4.4-7.el7.x86_64.rpm: [Errno 12] Timeout on http://mirrors.ustc.edu.cn/centos/7.9.2009/os/x86_64/Packages/conntrack-tools-1.4.4-7.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')\nTrying other mirror.\nhttp://ftp.twaren.net/Linux/CentOS/7.9.2009/os/x86_64/Packages/ipvsadm-1.27-8.el7.x86_64.rpm: [Errno 12] Timeout on http://ftp.twaren.net/Linux/CentOS/7.9.2009/os/x86_64/Packages/ipvsadm-1.27-8.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')\nTrying other mirror.\nhttp://ftp.sjtu.edu.cn/centos/7.9.2009/os/x86_64/Packages/libnetfilter_cthelper-1.0.0-11.el7.x86_64.rpm: [Errno 12] Timeout on http://ftp.sjtu.edu.cn/centos/7.9.2009/os/x86_64/Packages/libnetfilter_cthelper-1.0.0-11.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')\nTrying other mirror.\nhttp://mirrors.nju.edu.cn/centos/7.9.2009/os/x86_64/Packages/socat-1.7.3.2-2.el7.x86_64.rpm: [Errno 12] Timeout on http://mirrors.nju.edu.cn/centos/7.9.2009/os/x86_64/Packages/socat-1.7.3.2-2.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')\nTrying other mirror.\nhttp://mirrors.bfsu.edu.cn/centos/7.9.2009/os/x86_64/Packages/libnetfilter_queue-1.0.2-2.el7_2.x86_64.rpm: [Errno 12] Timeout on http://mirrors.bfsu.edu.cn/centos/7.9.2009/os/x86_64/Packages/libnetfilter_queue-1.0.2-2.el7_2.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')\nTrying other mirror.\nhttp://mirrors.bfsu.edu.cn/centos/7.9.2009/os/x86_64/Packages/libnetfilter_cttimeout-1.0.0-7.el7.x86_64.rpm: [Errno 12] Timeout on http://mirrors.bfsu.edu.cn/centos/7.9.2009/os/x86_64/Packages/libnetfilter_cttimeout-1.0.0-7.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')\nTrying other mirror.\nhttp://mirrors.neusoft.edu.cn/centos/7.9.2009/os/x86_64/Packages/socat-1.7.3.2-2.el7.x86_64.rpm: [Errno 12] Timeout on http://mirrors.neusoft.edu.cn/centos/7.9.2009/os/x86_64/Packages/socat-1.7.3.2-2.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')\nTrying other mirror.\nhttp://mirrors.cqu.edu.cn/CentOS/7.9.2009/os/x86_64/Packages/ipvsadm-1.27-8.el7.x86_64.rpm: [Errno 12] Timeout on http://mirrors.cqu.edu.cn/CentOS/7.9.2009/os/x86_64/Packages/ipvsadm-1.27-8.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')\nTrying other mirror.\nhttp://ftp.sjtu.edu.cn/centos/7.9.2009/os/x86_64/Packages/conntrack-tools-1.4.4-7.el7.x86_64.rpm: [Errno 12] Timeout on http://ftp.sjtu.edu.cn/centos/7.9.2009/os/x86_64/Packages/conntrack-tools-1.4.4-7.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')\nTrying other mirror.\nhttp://mirror.lzu.edu.cn/centos/7.9.2009/os/x86_64/Packages/libnetfilter_cthelper-1.0.0-11.el7.x86_64.rpm: [Errno 12] Timeout on http://mirror.lzu.edu.cn/centos/7.9.2009/os/x86_64/Packages/libnetfilter_cthelper-1.0.0-11.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')\nTrying other mirror.\nhttp://mirrors.cqu.edu.cn/CentOS/7.9.2009/os/x86_64/Packages/libnetfilter_cttimeout-1.0.0-7.el7.x86_64.rpm: [Errno 12] Timeout on http://mirrors.cqu.edu.cn/CentOS/7.9.2009/os/x86_64/Packages/libnetfilter_cttimeout-1.0.0-7.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')\nTrying other mirror.\nhttp://mirrors.nju.edu.cn/centos/7.9.2009/os/x86_64/Packages/libnetfilter_queue-1.0.2-2.el7_2.x86_64.rpm: [Errno 12] Timeout on http://mirrors.nju.edu.cn/centos/7.9.2009/os/x86_64/Packages/libnetfilter_queue-1.0.2-2.el7_2.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')\nTrying other mirror.\nhttp://mirror.lzu.edu.cn/centos/7.9.2009/os/x86_64/Packages/socat-1.7.3.2-2.el7.x86_64.rpm: [Errno 12] Timeout on http://mirror.lzu.edu.cn/centos/7.9.2009/os/x86_64/Packages/socat-1.7.3.2-2.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')\nTrying other mirror.\nhttp://mirrors.bfsu.edu.cn/centos/7.9.2009/os/x86_64/Packages/conntrack-tools-1.4.4-7.el7.x86_64.rpm: [Errno 12] Timeout on http://mirrors.bfsu.edu.cn/centos/7.9.2009/os/x86_64/Packages/conntrack-tools-1.4.4-7.el7.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')\nTrying other mirror.\nhttp://mirrors.neusoft.edu.cn/centos/7.9.2009/os/x86_64/Packages/libnetfilter_queue-1.0.2-2.el7_2.x86_64.rpm: [Errno 12] Timeout on http://mirrors.neusoft.edu.cn/centos/7.9.2009/os/x86_64/Packages/libnetfilter_queue-1.0.2-2.el7_2.x86_64.rpm: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')\nTrying other mirror.\n\n\nError downloading packages:\n  ipvsadm-1.27-8.el7.x86_64: [Errno 256] No more mirrors to try.\n  libnetfilter_cthelper-1.0.0-11.el7.x86_64: [Errno 256] No more mirrors to try.\n  libnetfilter_queue-1.0.2-2.el7_2.x86_64: [Errno 256] No more mirrors to try.\n  libnetfilter_cttimeout-1.0.0-7.el7.x86_64: [Errno 256] No more mirrors to try.\n  conntrack-tools-1.4.4-7.el7.x86_64: [Errno 256] No more mirrors to try.\n  socat-1.7.3.2-2.el7.x86_64: [Errno 256] No more mirrors to try.\n\n",
    "rc": 1,
    "results": [
        "All packages providing libselinux-python are up to date",
        "All packages providing device-mapper-libs are up to date",
        "All packages providing nss are up to date",
        "All packages providing openssl are up to date",
        "All packages providing curl are up to date",
        "All packages providing rsync are up to date",
        "All packages providing unzip are up to date",
        "All packages providing e2fsprogs are up to date",
        "All packages providing xfsprogs are up to date",
        "All packages providing ebtables are up to date",
        "All packages providing ipset are up to date",
        "Loaded plugins: langpacks\nPackage libselinux-python-2.5-15.el7.x86_64 already installed and latest version\nPackage 7:device-mapper-libs-1.02.170-6.el7_9.5.x86_64 already installed and latest version\nPackage nss-3.67.0-4.el7_9.x86_64 already installed and latest version\nPackage 1:openssl-1.0.2k-25.el7_9.x86_64 already installed and latest version\nPackage curl-7.29.0-59.el7_9.1.x86_64 already installed and latest version\nPackage rsync-3.1.2-11.el7_9.x86_64 already installed and latest version\nPackage unzip-6.0-24.el7_9.x86_64 already installed and latest version\nPackage e2fsprogs-1.42.9-19.el7.x86_64 already installed and latest version\nPackage xfsprogs-4.5.0-22.el7.x86_64 already installed and latest version\nPackage ebtables-2.0.10-16.el7.x86_64 already installed and latest version\nPackage ipset-7.1-1.el7.x86_64 already installed and latest version\nResolving Dependencies\n--> Running transaction check\n---> Package conntrack-tools.x86_64 0:1.4.4-7.el7 will be installed\n--> Processing Dependency: libnetfilter_cttimeout.so.1(LIBNETFILTER_CTTIMEOUT_1.1)(64bit) for package: conntrack-tools-1.4.4-7.el7.x86_64\n--> Processing Dependency: libnetfilter_cttimeout.so.1(LIBNETFILTER_CTTIMEOUT_1.0)(64bit) for package: conntrack-tools-1.4.4-7.el7.x86_64\n--> Processing Dependency: libnetfilter_cthelper.so.0(LIBNETFILTER_CTHELPER_1.0)(64bit) for package: conntrack-tools-1.4.4-7.el7.x86_64\n--> Processing Dependency: libnetfilter_queue.so.1()(64bit) for package: conntrack-tools-1.4.4-7.el7.x86_64\n--> Processing Dependency: libnetfilter_cttimeout.so.1()(64bit) for package: conntrack-tools-1.4.4-7.el7.x86_64\n--> Processing Dependency: libnetfilter_cthelper.so.0()(64bit) for package: conntrack-tools-1.4.4-7.el7.x86_64\n---> Package ipvsadm.x86_64 0:1.27-8.el7 will be installed\n---> Package socat.x86_64 0:1.7.3.2-2.el7 will be installed\n--> Running transaction check\n---> Package libnetfilter_cthelper.x86_64 0:1.0.0-11.el7 will be installed\n---> Package libnetfilter_cttimeout.x86_64 0:1.0.0-7.el7 will be installed\n---> Package libnetfilter_queue.x86_64 0:1.0.2-2.el7_2 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package                      Arch         Version             Repository  Size\n================================================================================\nInstalling:\n conntrack-tools              x86_64       1.4.4-7.el7         base       187 k\n ipvsadm                      x86_64       1.27-8.el7          base        45 k\n socat                        x86_64       1.7.3.2-2.el7       base       290 k\nInstalling for dependencies:\n libnetfilter_cthelper        x86_64       1.0.0-11.el7        base        18 k\n libnetfilter_cttimeout       x86_64       1.0.0-7.el7         base        18 k\n libnetfilter_queue           x86_64       1.0.2-2.el7_2       base        23 k\n\nTransaction Summary\n================================================================================\nInstall  3 Packages (+3 Dependent packages)\n\nTotal download size: 580 k\nInstalled size: 1.8 M\nDownloading packages:\n"
    ],
    "retries": 5
}

麻烦老师啦~

=============原问题

老师好,
我在执行

ansible-playbook -i inventory/mycluster/hosts.yaml  -b cluster.yml -vvvv

脚本时遇到了下面的报错,

TASK [download_file | Download item] ****************************************************************************************
task path: /root/app/kubespray-2.15.0/roles/download/tasks/download_file.yml:51
fatal: [k8s001 -> 192.168.0.213]: FAILED! => {
    "attempts": 4,
    "changed": false,
    "dest": "/tmp/releases/etcd-v3.4.13-linux-amd64.tar.gz",
    "elapsed": 0,
    "invocation": {
        "module_args": {
            "attributes": null,
            "backup": null,
            "checksum": "sha256:2ac029e47bab752dacdb7b30032f230f49e2f457cbc32e8f555c2210bb5ff107",
            "client_cert": null,
            "client_key": null,
            "content": null,
            "delimiter": null,
            "dest": "/tmp/releases/etcd-v3.4.13-linux-amd64.tar.gz",
            "directory_mode": null,
            "follow": false,
            "force": false,
            "force_basic_auth": false,
            "group": null,
            "headers": null,
            "http_agent": "ansible-httpget",
            "mode": "0755",
            "owner": "root",
            "regexp": null,
            "remote_src": null,
            "selevel": null,
            "serole": null,
            "setype": null,
            "seuser": null,
            "sha256sum": "",
            "src": null,
            "timeout": 10,
            "tmp_dest": null,
            "unsafe_writes": null,
            "url": "https://github.com/coreos/etcd/releases/download/v3.4.13/etcd-v3.4.13-linux-amd64.tar.gz",
            "url_password": null,
            "url_username": null,
            "use_proxy": true,
            "validate_certs": true
        }
    },
    "msg": "An unknown error occurred: readline() takes exactly 1 argument (2 given)",
    "url": "https://github.com/coreos/etcd/releases/download/v3.4.13/etcd-v3.4.13-linux-amd64.tar.gz"
}

后来尝试了自己先用wget把文件拉到dest location,还是不行。

系统是有设置proxy的。

我用的虚拟机,但是多次尝试没有用回滚(忘了快照),不知道这个是不是问题所在呢,麻烦老师看一下,谢谢啦~

正在回答 回答被采纳积分+3

1回答

刘果国 2022-09-26 09:59:54

感觉是版本问题。尝试升级一下ansible、系统库、python

0 回复 有任何疑惑可以回复我~
  • 提问者 慕田峪3257477 #1
    后来发现hosts.yaml文件有问题,重试了之后解决啦~
    
    但是目前运行是卡在这里,问题我补充到上面哈
    回复 有任何疑惑可以回复我~ 2022-09-27 16:46:06
  • 刘果国 回复 提问者 慕田峪3257477 #2
    看似yum源问题,网上找个换换
    回复 有任何疑惑可以回复我~ 2022-09-28 09:41:44
  • 提问者 慕田峪3257477 回复 刘果国 #3
    谢谢老师,这边更换为阿里云的yum源之后这个卡点跑过去了。
    不过新问题又来了。。我还是补充到上面。。
    回复 有任何疑惑可以回复我~ 2022-09-30 20:10:03
问题已解决,确定采纳
还有疑问,暂不采纳
微信客服

购课补贴
联系客服咨询优惠详情

帮助反馈 APP下载

慕课网APP
您的移动学习伙伴

公众号

扫描二维码
关注慕课网微信公众号