Solved How to change a dev volume size?

Hi,
I created a a dev volume for bhyve guest vm, Red Hat, # zfs create -V 20G -o volmode=dev zroot/vm/redhat and installed Red Hat on it. Now as I copy some large size files to the vm, Red Hat warns me the hard drive free space is running low, only about 250MB space left. This space won't be enough for future use, not even close. I wasn't aware that a zfs volume doesn't support zfs set quota until I failed on that command. So, is there a way to increase a zfs volume size?
 
Back
Top