Playbook #1 |
/root/kubeinit/ci/builds/6mbKNrxD/0/kubeinit/kubeinit/kubeinit-aux/kubeinit/playbook.yml |
Task result details
- Play: Run the deployment on the target infrastructure (OpenStack/libvirt hypervisors)
- Task: kubeinit.kubeinit.kubeinit_eks : Enable/start/status cri-o
- Action: ansible.builtin.shell
- Path: /root/.ansible/collections/ansible_collections/kubeinit/kubeinit/roles/kubeinit_eks/tasks/post_configure_guest.yml:89
- Host: localhost ( task delegated to controller-03 )
- Status: changed
- Started: 26 Oct 2023 20:10:24 +0000
- Ended: 26 Oct 2023 20:10:25 +0000
- Duration: 00:00:00.97
- Tags:
- task_deploy_cluster
Field | Value |
---|---|
changed |
True |
cmd |
systemctl enable crio systemctl start crio systemctl status crio |
delta |
0:00:00.630124 |
end |
2023-10-26 20:10:25.598194 |
invocation |
{ "module_args": { "_raw_params": "systemctl enable crio\nsystemctl start crio\nsystemctl status crio\n", "_uses_shell": true, "argv": null, "chdir": null, "creates": null, "executable": "/bin/bash", "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true } } |
msg |
|
rc |
0 |
start |
2023-10-26 20:10:24.968070 |
stderr |
Created symlink /etc/systemd/system/cri-o.service → /usr/lib/systemd/system/crio.service. Created symlink /etc/systemd/system/multi-user.target.wants/crio.service → /usr/lib/systemd/system/crio.service. |
stderr_lines |
[ "Created symlink /etc/systemd/system/cri-o.service \u2192 /usr/lib/systemd/system/crio.service.", "Created symlink /etc/systemd/system/multi-user.target.wants/crio.service \u2192 /usr/lib/systemd/system/crio.service." ] |
stdout |
● crio.service - Container Runtime Interface for OCI (CRI-O) Loaded: loaded (/usr/lib/systemd/system/crio.service; enabled; preset: disabled) Active: active (running) since Thu 2023-10-26 20:10:25 UTC; 28ms ago Docs: https://github.com/cri-o/cri-o Main PID: 14727 (crio) Tasks: 12 Memory: 21.2M CPU: 273ms CGroup: /system.slice/crio.service └─14727 /usr/bin/crio Oct 26 20:10:25 controller-03.ekscluster.kubeinit.local crio[14727]: time="2023-10-26 20:10:25.523225276Z" level=info msg="Attempting to restore irqbalance config from /etc/sysconfig/orig_irq_banned_cpus" Oct 26 20:10:25 controller-03.ekscluster.kubeinit.local crio[14727]: time="2023-10-26 20:10:25.523611574Z" level=info msg="Creating banned CPU list file \"/etc/sysconfig/orig_irq_banned_cpus\"" Oct 26 20:10:25 controller-03.ekscluster.kubeinit.local crio[14727]: time="2023-10-26 20:10:25.523770069Z" level=info msg="Restore irqbalance config: created backup file" Oct 26 20:10:25 controller-03.ekscluster.kubeinit.local crio[14727]: time="2023-10-26 20:10:25.560791352Z" level=warning msg="Error encountered when checking whether cri-o should wipe containers: open /var/run/crio/version: no such file or directory" Oct 26 20:10:25 controller-03.ekscluster.kubeinit.local crio[14727]: time="2023-10-26 20:10:25.561453811Z" level=info msg="Starting seccomp notifier watcher" Oct 26 20:10:25 controller-03.ekscluster.kubeinit.local crio[14727]: time="2023-10-26 20:10:25.561657229Z" level=info msg="Create NRI interface" Oct 26 20:10:25 controller-03.ekscluster.kubeinit.local crio[14727]: time="2023-10-26 20:10:25.561687925Z" level=info msg="NRI interface is disabled in the configuration." Oct 26 20:10:25 controller-03.ekscluster.kubeinit.local crio[14727]: time="2023-10-26 20:10:25.562461699Z" level=error msg="Writing clean shutdown supported file: open /var/lib/crio/clean.shutdown.supported: no such file or directory" Oct 26 20:10:25 controller-03.ekscluster.kubeinit.local crio[14727]: time="2023-10-26 20:10:25.562524526Z" level=error msg="Failed to sync parent directory of clean shutdown file: open /var/lib/crio: no such file or directory" Oct 26 20:10:25 controller-03.ekscluster.kubeinit.local systemd[1]: Started Container Runtime Interface for OCI (CRI-O). |
stdout_lines |
[ "\u25cf crio.service - Container Runtime Interface for OCI (CRI-O)", " Loaded: loaded (/usr/lib/systemd/system/crio.service; enabled; preset: disabled)", " Active: active (running) since Thu 2023-10-26 20:10:25 UTC; 28ms ago", " Docs: https://github.com/cri-o/cri-o", " Main PID: 14727 (crio)", " Tasks: 12", " Memory: 21.2M", " CPU: 273ms", " CGroup: /system.slice/crio.service", " \u2514\u250014727 /usr/bin/crio", "", "Oct 26 20:10:25 controller-03.ekscluster.kubeinit.local crio[14727]: time=\"2023-10-26 20:10:25.523225276Z\" level=info msg=\"Attempting to restore irqbalance config from /etc/sysconfig/orig_irq_banned_cpus\"", "Oct 26 20:10:25 controller-03.ekscluster.kubeinit.local crio[14727]: time=\"2023-10-26 20:10:25.523611574Z\" level=info msg=\"Creating banned CPU list file \\\"/etc/sysconfig/orig_irq_banned_cpus\\\"\"", "Oct 26 20:10:25 controller-03.ekscluster.kubeinit.local crio[14727]: time=\"2023-10-26 20:10:25.523770069Z\" level=info msg=\"Restore irqbalance config: created backup file\"", "Oct 26 20:10:25 controller-03.ekscluster.kubeinit.local crio[14727]: time=\"2023-10-26 20:10:25.560791352Z\" level=warning msg=\"Error encountered when checking whether cri-o should wipe containers: open /var/run/crio/version: no such file or directory\"", "Oct 26 20:10:25 controller-03.ekscluster.kubeinit.local crio[14727]: time=\"2023-10-26 20:10:25.561453811Z\" level=info msg=\"Starting seccomp notifier watcher\"", "Oct 26 20:10:25 controller-03.ekscluster.kubeinit.local crio[14727]: time=\"2023-10-26 20:10:25.561657229Z\" level=info msg=\"Create NRI interface\"", "Oct 26 20:10:25 controller-03.ekscluster.kubeinit.local crio[14727]: time=\"2023-10-26 20:10:25.561687925Z\" level=info msg=\"NRI interface is disabled in the configuration.\"", "Oct 26 20:10:25 controller-03.ekscluster.kubeinit.local crio[14727]: time=\"2023-10-26 20:10:25.562461699Z\" level=error msg=\"Writing clean shutdown supported file: open /var/lib/crio/clean.shutdown.supported: no such file or directory\"", "Oct 26 20:10:25 controller-03.ekscluster.kubeinit.local crio[14727]: time=\"2023-10-26 20:10:25.562524526Z\" level=error msg=\"Failed to sync parent directory of clean shutdown file: open /var/lib/crio: no such file or directory\"", "Oct 26 20:10:25 controller-03.ekscluster.kubeinit.local systemd[1]: Started Container Runtime Interface for OCI (CRI-O)." ] |