I am writing a juju charm for a project and I would like to test and debug locally.
I have a somewhat small SSD drive which I have my OS installed on and my home folder on the larger non SSD drive. Juju is caching a lot of stuff to the SSD drive and I would like to cache to the other drive.
I tried using a symlink
ln -s ~/juju/cache /var/cache/lxc
But I still get an OS warning after a while saying I am running out of disk space.
Could someone help me get juju to cache somewhere where it will not fill my SSD drive?