Is there a way to see what certain background processes are doing for ZFS? E.g. you said something about syncing disks, doing DEDUP things, etc. I would want to see what the progress is.
Is there a way to see what certain background processes are doing for ZFS? E.g. you said something about syncing disks, doing DEDUP things, etc. I would want to see what the progress is.
Aside from processes that are expected to be long term, such as scrubs and resilvers, no. ZFS does not contain "background processes" that are independent entities; the stuff going on is an integral part of your OS filesystem layers. It's like asking to see what the progress is like on opening or removing a file. It generally doesn't make much sense. It can take a lot of time if you've asked it to do something miserable, like to remove a snapshot, but that isn't a "background process" per se, it's just a filesystem operation.
Hmm that's interesting. The reason I'm asking is because I see the filesystem being quite active with writes even though I'm not (currently) doing any operations:
So I was wondering what it is doing right now. The snapshots were something I removed a few days ago, and as far as I know, are already removed.
@Davvo, what do you mean by that? What I read in the previous post by @jgrego is that ZFS doesn't have background processes besides resilvering and scrubs.
I do understand that it would be doing things when writing/reading files. But since I have now finished this a few days ago I'm curious what the file system is doing.
I do understand that it would be doing things when writing/reading files. But since I have now finished this a few days ago I'm curious what the file system is doing.
@Davvo, what do you mean by that? What I read in the previous post by @jgrego is that ZFS doesn't have background processes besides resilvering and scrubs.
But if I can cut to the chase here - are you using deduplication, by any chance?
I won't bury you under the ZFS-specific details, but the short version is that your disks are likely very busy, and having one of them (da20, based on the third screenshot) be broken or misbehaving isn't going to assist.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.