Hey,
I'm using ezjail for managing my jails. As far as I know ezjail does not hardset the size of the zfs dataset. For me it looks like it dynamically increase the size of the jails, but please correct me if I'm wrong...
My problem is that I have a mongodb process in my jails, which does not startup until it has 3.3GB free space. After troubleshooting mongodb I give up and try to fix it with a bigger zfs dataset, but it is also not working.
Some information of my dataset.
freebsd% zfs get volsize zroot/ezjail/unifi
NAME PROPERTY VALUE SOURCE
zroot/ezjail/unifi volsize - -
output df -h
zroot/ezjail/unifi 5.0G 3.8G 1.2G 77% /usr/jails/unifi
only 1.2GB available..
If I try to increase the size following happens.
freebsd% sudo zfs set volsize=10G zroot/ezjail/unifi
cannot set property for 'zroot/ezjail/unifi': 'volsize' does not apply to datasets of this type
Any ideas ?
I'm using ezjail for managing my jails. As far as I know ezjail does not hardset the size of the zfs dataset. For me it looks like it dynamically increase the size of the jails, but please correct me if I'm wrong...
My problem is that I have a mongodb process in my jails, which does not startup until it has 3.3GB free space. After troubleshooting mongodb I give up and try to fix it with a bigger zfs dataset, but it is also not working.
Some information of my dataset.
freebsd% zfs get volsize zroot/ezjail/unifi
NAME PROPERTY VALUE SOURCE
zroot/ezjail/unifi volsize - -
output df -h
zroot/ezjail/unifi 5.0G 3.8G 1.2G 77% /usr/jails/unifi
only 1.2GB available..
If I try to increase the size following happens.
freebsd% sudo zfs set volsize=10G zroot/ezjail/unifi
cannot set property for 'zroot/ezjail/unifi': 'volsize' does not apply to datasets of this type
Any ideas ?