Rework portfolio around Linux operations, Zabbix monitoring, migration validation, and ELK/Grafana log observability. Add AAP-style LVM resize workflow, Zabbix server/proxy/agent automation assets, Linux/AIX monitoring templates, and updated validation CI.
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
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"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user