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_centos_guest.yml:158
- Host: localhost ( task delegated to controller-02 )
- Status: changed
- Started: 26 Oct 2023 20:01:20 +0000
- Ended: 26 Oct 2023 20:01:21 +0000
- Duration: 00:00:00.52
- Tags:
- task_deploy_cluster
Field | Value |
---|---|
changed |
True |
cmd |
echo 'Reclaim space for root partition' growpart /dev/vda 1 xfs_growfs /dev/vda1 |
delta |
0:00:00.183559 |
end |
2023-10-26 20:01:21.132380 |
invocation |
{ "module_args": { "_raw_params": "echo 'Reclaim space for root partition'\ngrowpart /dev/vda 1\nxfs_growfs /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-26 20:01:20.948821 |
stderr |
|
stderr_lines |
[]
|
stdout |
Reclaim space for root partition NOCHANGE: partition 1 is size 73398239. it cannot be grown meta-data=/dev/vda1 isize=512 agcount=18, agsize=512000 blks = sectsz=512 attr=2, projid32bit=1 = crc=1 finobt=1, sparse=1, rmapbt=0 = reflink=1 bigtime=0 inobtcount=0 data = bsize=4096 blocks=9174779, imaxpct=25 = sunit=0 swidth=0 blks naming =version 2 bsize=4096 ascii-ci=0, ftype=1 log =internal log bsize=4096 blocks=2560, version=2 = sectsz=512 sunit=0 blks, lazy-count=1 realtime =none extsz=4096 blocks=0, rtextents=0 |
stdout_lines |
[ "Reclaim space for root partition", "NOCHANGE: partition 1 is size 73398239. it cannot be grown", "meta-data=/dev/vda1 isize=512 agcount=18, agsize=512000 blks", " = sectsz=512 attr=2, projid32bit=1", " = crc=1 finobt=1, sparse=1, rmapbt=0", " = reflink=1 bigtime=0 inobtcount=0", "data = bsize=4096 blocks=9174779, imaxpct=25", " = sunit=0 swidth=0 blks", "naming =version 2 bsize=4096 ascii-ci=0, ftype=1", "log =internal log bsize=4096 blocks=2560, version=2", " = sectsz=512 sunit=0 blks, lazy-count=1", "realtime =none extsz=4096 blocks=0, rtextents=0" ] |