Resume verify aven if error exsists

This commit is contained in:
2026-09-04 09:10:14 +03:00
parent c968c0656e
commit 6e5f2ddde8
2 changed files with 66 additions and 19 deletions
+7 -2
View File
@@ -94,6 +94,11 @@ checking, and `--one-file-system`. It does not modify either host. Any
itemized `rsync` output identifies an extra, missing, changed, or
metadata-different path.
The verifier continues with the next filesystem when one dataset cannot be
checked. It prints an `ERROR` line for each failed dataset and summarizes the
number of uncheckable filesystems at the end, so one run shows all failures
encountered along the way.
Verification options:
| Option | Description |
@@ -116,8 +121,8 @@ Exit statuses:
| Status | Meaning |
| --- | --- |
| `0` | All checked filesystems are identical. |
| `1` | One or more filesystem pairs have differences. |
| `2` | Verification could not run, for example because of missing commands, SSH or sudo access, unavailable datasets, or unmounted filesystems. |
| `1` | All filesystem pairs were checked, but one or more have differences. |
| `2` | One or more filesystem pairs could not be checked, for example because a dataset is unavailable or unmounted, or its SSH, sudo, or `rsync` comparison failed. The script continues and lists these errors before exiting. |
For a stable result, stop writes to the source and destination while the
verifier runs, or verify mounted clones of the same snapshots. The verifier