Aleksa Sarai

Results 791 comments of Aleksa Sarai

Because the `zfs_revalidate` change is still somewhat questionable (see #9600) and seems to warrant implementing a whole new integration testing infrastracture to stress-test rollbacks, I will punt on that particular...

I'm a bit confused how the FreeBSD main tests can be failing, given that this change shouldn't have any impact on FreeBSD (the new `zfs_log` functions are only called on...

The failure in `slog_replay_fs_001` on Ubuntu 18.04 appears related: > File /testpool/testfs/whiteout is a character special file while file /var/tmp/testdir/copy/whiteout is a character special file But it doesn't say what...

@behlendorf Which of the following approaches to fixing the last failing test would you prefer: * I implement `diff -r` in shell such that it correctly handles character devices. *...

I've opened openzfs/zfs-buildbot#232 to install rsync on all the test platforms.

Some of the failures now appear to be actual differences between the two paths -- most a timestamp related (especially with the `/` directory which is a common thing with...

@freqlabs So at the moment the main issue is the test failures. They appear to be happening because ZIL replay appears to have some sort of bug with recreating file...

I've split out the rsync `directory_diff` patch to #12588.

Okay @ahrens I'll take a look at doing that.