The vCenter Server Appliance (VCSA) /storage/archive partition reaches 100% capacity and fails to clear even after executing the manual purge command find /storage/archive/vpostgres/ -mtime +300 | xargs rm.
Users may encounter errors such as "Operation not permitted" or "Read-only file system" when attempting to delete old WAL segments
/var/log/vmware/vpostgres/pg_archiver.log.stderr Read-only file system" within the logcd /storage/archive/vpostgreschown -R vpostgres:vpgmongrp /storage/archive/vpostgresfind /storage/archive/vpostgres/ -mtime +90 | xargs rmservice-control --stop vmware-postgres-archiver && service-control --start vmware-postgres-archiver/storage/archive partition is designed to be full as part of standard vCenter operations. These steps are intended for resolving monitoring alerts or critical disk exhaustion. "File system /storage/archive is low on storage space" warning in vCenter Server Appliance 6.7/7.x/8.x