zfswatcher
zfswatcher copied to clipboard
zpool checkpoint results in error
When using zpool checkpoint
2021 Jun 8 08:10:01 servername invalid line 3 in status output: checkpoint: created Tue Jun 8 08:08:45 2021, consumes 468K 2021 Jun 8 08:10:01 servername parsing ZFS status failed
I have to shut down zfswatcher to have it stop spamming the console.
Confirmed: zfswatcher does not support ZFS checkpoints. zparse.go lacks checkpoint parsing code. This will need to be added in. Want to take a crack at implementing it?
Afraid the only programming I do is lots of bash/bourne shell scripting.