Can bookmarks and holds cause excessive writes? #17644
Unanswered
filip-paczynski
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am using
zrepl
for backups.I have noticed that when
zrepl
is used in a mode which uses bookmarks, excessive write I/O occurs at the scale of 40-60MB/s. This happens while zrepl performszfs send
.I have read docs regarding bookmarks, and I cannot find the reason as to why making a bookmark and subsequently
zfs send
-ing it should result in writes.Questions:
I do not think that zrepl does anything other than
zfs send/bookmark/hold
.My config:
Pool:
Zpool props status:
OS:
ZFS:
This is a Xen dom0 so (mainly) zvols are used for storage.
Beta Was this translation helpful? Give feedback.
All reactions