/storage/log partition reaches 100% capacity when generating a vCenter Server Appliance (VCSA) log bundle.503 Service Unavailable" or "no healthy upstream" error.df -h
Sample output indicating that the /storage/log partition is fully consumed:Filesystem Size Used Avail Use% Mounted on/dev/mapper/log_vg-log 9.9G 9.9G 0G 100% /storage/log
Support log bundles in the vCenter Server log directory are consuming excessive space, causing the /storage/log partition to fill up.
Take an offline (powered off) snapshot of the vCenter Server before proceeding with any data removal. Review the following articles for snapshot best practices: Snapshot Best practices for vCenter Server Virtual Machines and VMware vCenter in Enhanced Linked Mode pre-changes snapshot (online or offline) best practice.
vc-support-<vc_name>-<date&time>.tgz. Run the following command to search for these files:find /storage/log/ -iname "*.tgz"cd /storage/log/rm <filename>.tgzservice-control --stop --all && service-control --start --all