Resizing vRA/vRO logs disk (/dev/sdc) is not reflected in the OS
book
Article ID: 345269
calendar_today
Updated On:
Products
VMware Aria Suite
Issue/Introduction
Symptoms:
After increasing the size of the logs disk (/dev/sdc) of a vRealize Automation (vRA) or vRealize Orchestrator Appliance (vRO) appliance, and running "vracli disk-mgr resize", the new space is not reflected by OS.
Running "vracli disk-mgr" or "df" commands still displays the old overall size.
In the "/var/log/disk_resize.log" file, you see entries similar to:
This is caused by an invalid logical volume name used while resizing the file system.
Resolution
This is resolved in VMware vRealize Automation versions 8.2.
Workaround: To work around this issue in version 8.1 and earlier:
SSH to the appliance.
Run the command: "vracli disk-mgr resize". The resize procedure will start in up to a minute. Progress could be monitored in the /var/log/disk_resize.log. It is expected to fail while resizing file system for logs disk.
Run the command: "/usr/sbin/resize2fs /dev/mapper/logs_vg-services--logs"
Run the command:
For vRA/vRO 8.0: "rm /var/run/disk_stats"
For vRA/vRO 8.0.1 and 8.1: "rm /var/vmware/prelude/disk-management/disk_stats"
Run the command "vracli disk-mgr" to verify if new disk space is visible.