The issue is fixed in
HCX 4.5.0 release.
Workaround:
As a potential WA, we can clean up the content for access.log from below directory:
- Login to HCX admin/root console.
- Go to /var/log/httpd
- Perform below command to cleanup the content from access.log.
> access.log
SAMPLE OUTPUT:
root@vmware-hcx [ ~ ]# cd /var/log/httpd
root@vmware-hcx [ /var/log/httpd ]# ls -l
total 296
-rw-r--r-- 1 root root 23293956 Oct 8 04:06 access.log >>>>>>
-rw-r--r-- 1 root root 3315 Feb 16 05:29 error.log
root@vmware-hcx [ /var/log/httpd ]# > access.log
root@vmware-hcx [ /var/log/httpd ]# ls -l
total 4
-rw-r--r-- 1 root root 0 Feb 16 05:33 access.log >>>>>>>
-rw-r--r-- 1 root root 3315 Feb 16 05:29 error.log