Files
portfolio/professional-infra/linux-operations-automation/examples/lvm-resize-output.txt
T

20 lines
619 B
Plaintext
Raw Normal View History

2026-05-04 17:37:24 +00:00
TASK [Report LVM resize evidence] **********************************************
ok: [app01] => {
"msg": {
"host": "app01",
"dry_run": true,
"target": "/dev/vg_app/lv_data",
"mountpoint": "/data",
"requested_size": "+20G",
"filesystem_type": "xfs",
"before_df": [
"Filesystem Type Size Used Avail Use% Mounted on",
"/dev/mapper/vg_app-lv_data xfs 100G 83G 17G 84% /data"
],
"after_df": [
"Filesystem Type Size Used Avail Use% Mounted on",
"/dev/mapper/vg_app-lv_data xfs 100G 83G 17G 84% /data"
]
}
}