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_libvirt : Resize root partition
- Action: ansible.builtin.shell
- Path: /root/.ansible/collections/ansible_collections/kubeinit/kubeinit/roles/kubeinit_libvirt/tasks/deploy_ubuntu_guest.yml:203
- Host: localhost ( task delegated to controller-01 )
- Status: changed
- Started: 23 Oct 2023 16:19:03 +0000
- Ended: 23 Oct 2023 16:19:04 +0000
- Duration: 00:00:00.49
- Tags:
- task_deploy_cluster
Field | Value |
---|---|
changed |
True |
cmd |
echo 'Reclaim space for root partition' growpart /dev/vda 1 resize2fs /dev/vda1 |
delta |
0:00:00.201106 |
end |
2023-10-23 16:19:04.353078 |
invocation |
{ "module_args": { "_raw_params": "echo 'Reclaim space for root partition'\ngrowpart /dev/vda 1\nresize2fs /dev/vda1\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-23 16:19:04.151972 |
stderr |
resize2fs 1.46.5 (30-Dec-2021) The filesystem is already 7101691 (4k) blocks long. Nothing to do! |
stderr_lines |
[ "resize2fs 1.46.5 (30-Dec-2021)", "The filesystem is already 7101691 (4k) blocks long. Nothing to do!" ] |
stdout |
Reclaim space for root partition NOCHANGE: partition 1 is size 56813535. it cannot be grown |
stdout_lines |
[ "Reclaim space for root partition", "NOCHANGE: partition 1 is size 56813535. it cannot be grown" ] |