mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-04-17 08:54:52 +03:00
CI: Fix Ubuntu 22.01 rsend failures
For whatever reason, the single `log_note` in the `directory_diff` function causes the function to stop executing on Ubuntu 22. This causes most of the rsend tests to fail. Remove the line since it's only informational. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Tony Hutter <hutter2@llnl.gov> Closes #18032
This commit is contained in:
parent
104da9657a
commit
5d40e0ed70
@ -3861,8 +3861,6 @@ function directory_diff # dir_a dir_b
|
|||||||
# do not match there is a "c" entry in one of the columns).
|
# do not match there is a "c" entry in one of the columns).
|
||||||
if rsync --version | grep -q "[, ] crtimes"; then
|
if rsync --version | grep -q "[, ] crtimes"; then
|
||||||
args+=("--crtimes")
|
args+=("--crtimes")
|
||||||
else
|
|
||||||
log_note "This rsync package does not support --crtimes (-N)."
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# If we are testing a ZIL replay, we need to ignore timestamp changes.
|
# If we are testing a ZIL replay, we need to ignore timestamp changes.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user