vCenter Server Appliance (vCSA) File system storage/seat for the database has run out of space. Review of the appliance storage indicates the SEAT partition is completely exhausted. Terminal output for df -h confirms the /storage/seat partition is at 100% capacity (61G used of 64G allocated).
VMware vCenter Server Appliance 8.0.x
The virtual disk backing the /storage/seat partition has reached its maximum allocated capacity, preventing the database from writing new data and disrupting vCenter services.
Log in to the vSphere Client or ESXi Host Client and increase the Provisioned Size of the virtual disk backing the /storage/seat partition.
Connect to the vCSA via SSH as root.
Execute vpxd_servicecfg storage lvm autogrow to expand the guest OS logical volume to utilize the newly added disk space.
Verify the space is successfully reclaimed using df -h.
Start all vCenter services using service-control --start --all.
NOTE: