We have released 21.1.3-2p7 patch with the fix for this issue. The issue is inherently fixed starting v21.1.4.
Workaround:
1) To reduce the disk usage and delete the large database tables:
a) Stop supervisor on all the nodes.
Stop supervisor on follower nodes first and then the leader. Use the command below:
systemctl stop process-supervisor
b) Start postgresql on all the nodes:
Start postgresql service on leader first and then the followers:
systemctl start postgresql.service
c) Run vacuum FULL on the leader:
chmod +x /opt/avi/scripts/postgres_vacuum.py; python3 /opt/avi/scripts/postgres_vacuum.py
d) After vacuum FULL is done, run start the supervisor on all the nodes with the same leader.
Start process-supervisor on leader first and then follower nodes:
systemctl start process-supervisor
2) To stop the disk bloat:
a) Disable the appsignature sync to stop sync-req from pulse to WAF:
[admin:avictrl]: > configure albservicesconfig
[admin:avictrl]: albservicesconfig> feature_opt_in_status
[admin:avictrl]: albservicesconfig:feature_opt_in_status> no enable_appsignature_sync