Greetings,
I have a sort of backup server for snapshots. This server is only dedicated to receive snapshots. There is no NFS/FTP/.... .
During a transfer of a snapshot using netcat I added a slog NVMe ssd to the backup pool. I was hoping to see even a tiny speed boost, but there was none.
I set “sync=always” on the backup pool to improve write performance, but without success. I know that sync=always is not recommended.
Could it be that write performance does not increase if you use
I have a sort of backup server for snapshots. This server is only dedicated to receive snapshots. There is no NFS/FTP/.... .
During a transfer of a snapshot using netcat I added a slog NVMe ssd to the backup pool. I was hoping to see even a tiny speed boost, but there was none.
I set “sync=always” on the backup pool to improve write performance, but without success. I know that sync=always is not recommended.
Could it be that write performance does not increase if you use
zfs recv
to receive a snapshot in a pool?