zfswatcher icon indicating copy to clipboard operation
zfswatcher copied to clipboard

zpool checkpoint results in error

Open Ryushin opened this issue 3 years ago • 2 comments

When using zpool checkpoint an error is displayed on the console every few seconds:

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.

Ryushin avatar Jun 08 '21 14:06 Ryushin

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?

rouben avatar Jun 12 '21 06:06 rouben

Afraid the only programming I do is lots of bash/bourne shell scripting.

Ryushin avatar Jun 12 '21 11:06 Ryushin