-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We don't need log messages like this ``` 2024/10/18 21:38:01 ERROR command exited with error subsystem=zfs.cmd job=mpool-to-bpool cmd="zfs get -Hp -o name,property,value,source zrepl:placeholder bpool/zrepl/localhost" err="wait \"/sbin/zfs get -Hp -o name,property,value,source zrepl:placeholder bpool/zrepl/localhost\": exit status 1" status=1 systemtime_s=0 total_time_s=0.003441288 usertime_s=0.003835 ``` because it's OK a placeholder dataset doesn't exist. So let's log it with `Debug` level, instead of `Error`.
- Loading branch information
Showing
1 changed file
with
14 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters