Workaround:
1) Reconfirm that all 3 NSX Managers are running the same version, either 4.1.0, 4.1.0.2, or 4.1.2.4 before proceeding to step 2. There is potential for data loss if all Managers are not running the same version. ssh as root user to all 3 Managers
#cat /etc/nsx_issue
version: 4.1.0.0.0.21332677
node-type: nsx-manager nsx-policy-manager nsx-controller
build-type: release
export-type: unrestricted
2) Confirm all NSX Managers have completed the upgrade:
get upgrade progress-status
The NSX Manager should report: Upgrade is not in progress
If Upgrade is in progress, complete the upgrade process or contact GSS for assistance with completing the upgrade
3) To resolve the issue, run the following command on 1 Manager as root user, it can be on any of the Managers
#/usr/share/corfu/scripts/compactor_runner.py --port 9000 --compactorConfig /usr/share/corfu/conf/corfu-compactor-config.yml --enableCompaction=True
4) This may take some time to complete, potentially hours.
Monitor the /config partition usage with the df -h command from root CLI and confirm it is reducing in size.
Ensure that the "Compaction has been disabled" log message matched in Symptoms is no longer observed.