Playbook #1

/root/kubeinit/ci/builds/6mbKNrxD/0/kubeinit/kubeinit/kubeinit-aux/kubeinit/playbook.yml

Report Status CLI Date Duration Controller User Versions Hosts Plays Tasks Results Files Records
26 Oct 2023 16:01:52 +0000 01:07:59.06 nyctea root Ansible 2.15.2 ara 1.6.1 (client), 1.6.1 (server) Python 3.11.4 6 6 846 846 50 1

Task result details

Field Value
changed
True
cmd
echo 'Reclaim space for root partition'
growpart /dev/vda 1
xfs_growfs /dev/vda1
delta
0:00:00.185077
end
2023-10-26 16:12:33.933719
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 16:12:33.748642
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"
]