Playbook #1 |
/root/kubeinit/ci/builds/bsU8uCNn/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_debian_guest.yml:192
- Host: localhost ( task delegated to controller-03 )
- Status: changed
- Started: 05 May 2024 07:16:35 +0000
- Ended: 05 May 2024 07:16:35 +0000
- Duration: 00:00:00.36
- 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.094870 |
end |
2024-05-05 07:16:35.822537 |
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 |
2024-05-05 07:16:35.727667 |
stderr |
resize2fs 1.46.2 (28-Feb-2021) The filesystem is already 7045115 (4k) blocks long. Nothing to do! |
stderr_lines |
[ "resize2fs 1.46.2 (28-Feb-2021)", "The filesystem is already 7045115 (4k) blocks long. Nothing to do!" ] |
stdout |
Reclaim space for root partition NOCHANGE: partition 1 is size 56360927. it cannot be grown |
stdout_lines |
[ "Reclaim space for root partition", "NOCHANGE: partition 1 is size 56360927. it cannot be grown" ] |