For example: I create a new LXC container with a ZFS pool as backend, all through the GUI.
This creates a new ZFS file dataset for the LXC container. However, it might have created it with the wrong values for recordsize, compression, and atime.
If you change recordsize or compression values after creation, all the data that is already written (crucial OS data) will not be affected, as these settings really only affect newly written data.
Therefore, it would be highly desirable to edit ZFS Subvol values, such as recordsize, compression and others, BEFORE the ZFS subvol gets created, so that you can make sure the settings are perfect before the files are written.
Is this currently possible in Proxmox VE 6?
This creates a new ZFS file dataset for the LXC container. However, it might have created it with the wrong values for recordsize, compression, and atime.
If you change recordsize or compression values after creation, all the data that is already written (crucial OS data) will not be affected, as these settings really only affect newly written data.
Therefore, it would be highly desirable to edit ZFS Subvol values, such as recordsize, compression and others, BEFORE the ZFS subvol gets created, so that you can make sure the settings are perfect before the files are written.
Is this currently possible in Proxmox VE 6?
Last edited: