zfs/tests/test-runner
youzhongyang ec64fdb93d
Skip snapshot in zfs_iter_mounted()
The intention of the zfs_iter_mounted() is to traverse the dataset
and its descendants, not the snapshots. The current code can cause
a mounted snapshot to be included and thus zfs_open() on the snapshot
with ZFS_TYPE_FILESYSTEM would print confusing message such as "cannot
open 'rpool/fs@snap': snapshot delimiter '@' is not expected here".

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Youzhong Yang <yyang@mathworks.com>
Closes #12447
Closes #12448
2021-10-20 16:07:19 -07:00
..
bin ZTS: Add known exceptions 2021-10-11 10:52:32 -07:00
include Skip snapshot in zfs_iter_mounted() 2021-10-20 16:07:19 -07:00
man Widen mancheck to all of man and test-runner 2021-05-29 20:22:37 -07:00
Makefile.am Retire legacy test infrastructure 2017-08-15 17:26:38 -07:00