cloudfoundry-community / jumpbox-boshrelease

A BOSH release for jumpboxen
MIT License
22 stars 27 forks source link

Customize Jumpbox filesystem size #101

Open 505042436 opened 1 year ago

505042436 commented 1 year ago

is there anyway to customize individual filesystem sizes in the jumpbox?

I want to be able to provide the size for individual user home directories

505042436 commented 1 year ago

just following up to see if anyone has any suggestions on how to cutomize the filesystem partitions.

/u is getting filled up and crashing vm and we are looking to see if ther eis an option to leave more than 5gb for / looks like no matter how much you increase the disk size to, /var/vcap/* gets allocated the delta increase and / is left with the same 5gb

$ df -h Filesystem Size Used Avail Use% Mounted on tmpfs 370M 38M 333M 11% /run /dev/nvme0n1p1 4.9G 4.3G 342M 93% / tmpfs 1.9G 0 1.9G 0% /dev/shm tmpfs 5.0M 0 5.0M 0% /run/lock tmpfs 4.0M 0 4.0M 0% /sys/fs/cgroup /dev/nvme1n1p2 56G 1.2G 52G 3% /var/vcap/data

505042436 commented 1 year ago

anyway to increase / to more than 5gb?

NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS nvme0n1 259:0 0 5G 0 disk └─nvme0n1p1 259:1 0 5G 0 part /home / nvme1n1 259:2 0 40G 0 disk ├─nvme1n1p1 259:3 0 3.6G 0 part [SWAP] └─nvme1n1p2 259:4 0 36.4G 0 part /var/tmp /tmp /opt /var/opt /var/log /var/vcap/data