/dev/mapper/seat_vg-seat 49G 47G 0 100% /storage/seatVCDB=# SELECT nspname || '.' || relname AS "relation", pg_size_pretty(pg_total_relation_size(C.oid)) AS "total_size" FROM pg_class C LEFT JOIN pg_namespace N ON (N.oid = C.relnamespace) WHERE nspname NOT IN ('pg_catalog', 'information_schema') AND C.relkind <> 'i' AND nspname !~ '^pg_toast' ORDER BY pg_total_relation_size(C.oid) DESC LIMIT 20; relation | total_size------------------------------+------------ vc.vpx_task | 29 GBsu -c "/opt/vmware/vpostgres/current/bin/vacuumdb -d VCDB -e -v -f -U postgres > /tmp/vacuumdb.log"vacuumdb: error: processing of database "VCDB" failed: ERROR: could not extend file "pg_tblspc/16429/PG_14_202107181/16386/12767698": No space left on device
truncate table vc.vpx_task cascade;ERROR: could not extend file "pg_tblspc/16429/PG_14_202107181/16386/12747948": No space left on deviceHINT: Check free disk space.VMware vCenter Server 8.0.x
This is because there is no buffer space to perform the truncate/vacuum on the vCenter server.
If issues continue after expanding the storage partition, contact Broadcom Support for assistance.