[pbs-devel] applied: [PATCH proxmox-backup v4] api: zfs: create zpool with relatime=on

Thomas Lamprecht t.lamprecht at proxmox.com
Thu Dec 16 10:59:42 CET 2021


On 16.12.21 08:51, Dominik Csapak wrote:
> some operations (e.g. garbage collection/restore/etc.) are very read
> intensive on the chunks, and having atime=on and relatime=off (zfs default)
> makes those write intensive operations too. Additionally, 'ext4' defaults to
> relatime, so also change the default for api-created zpools.
> 
> Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
> ---
> made an error during rebase (i wrote proxmox_sys::run_command instead of
> proxmox_sys::command::run_command)... sorry for the noise
> 
>  src/api2/node/disks/zfs.rs | 12 +++++++-----
>  1 file changed, 7 insertions(+), 5 deletions(-)
> 
>

applied, thanks!





More information about the pbs-devel mailing list