If you are sure it's Cloudstack's fault, then you can try to adjust
JAVA_OPTS in /etc/default/cloudstack-management and define a tmp dir
like this (untested..):
-Djava.io.tmpdir=/var/tmp
hth
On 2024-06-21 15:35, Andrei Mikhailovsky wrote:
Hi,
I am noticing that the /tmp folder on my host / management servers is
filling up on a regular basis. I have a suspicion that some cloudstack
management or agent processes might be running scripts and saving data
in tmp. I would like to change the location of the temporary folder to
be /var/tmp and not /tmp. I've looked in the /etc/cloudstack folder,
but was not able to locate the setting option. Also, cloudstack
documentation didn't find anything useful. Could someone suggest how to
change the temp folder for cloudstack management, usage and agent
services?
P.S. I've already changed the default /tmp location of the sql server,
but it didn't help.
Thanks
Andrei