-
Based on: zfs/module/os/linux/zfs/zfs_vnops_os.c Line 3427 in 52bad4f It seems hard linking a o_tmpfile waits for txg completion even when ZIL exists. Therefore, this operation is slow on a non-ssd pool even when ZIL exists. This causes performance problems for many kde apps (e.g. konsole), since they will perform this operation several times on launch (for updating config/session file). Why is this wait necessary (instead of committing to ZIL)? Is there any way to work around this problem? Thank you for the help! Example strace:
|
Beta Was this translation helpful? Give feedback.
Looks like logging tmpfile is not easily done.