# zpool list -> it is RAW data sizes and its have nothing to do with available space
If you want more free space in rpool/ROOT/pve-1 then
1. Turn off swap.
2. Remove rpool/swap
3. Create rpool/swap with less space like 5G
4. Format swap and mount
Result -> free space for zfs pool rpool
It is not a bug. Creating pool "MY_POOL" the mount point will be set to /MY_POLL. You can set mountpoint on creating pool with -m
ZFS will mount fs only on empty catalog.
Proxmox install script is missing:
# zfs set mountpoint=none rpool/ROOT
# zfs set mountpoint=none rpool
ZFS dont have protection option from deleting zvol. But you may protect in other way.
Part 1 Snaps
How the Proxmox and Console do snapshots on ZFS?
Console -> zfs snap zvol@name
Proxmox -> zfs snap zvol@name -> put info in VM config file.
Looking snapshosts from console you can see all...
The error you think you hitted is more related to Linux kernel 3.x and may be older versions.
Do this test
# rm -rf SRC; mkdir SRC; for i in $(seq 1 10000); do echo $i > SRC/$i ; done; find SRC | wc -l
#for i in $(seq 1 10); do cp -r SRC DST$i; find DST$i | wc -l; done
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.