mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-24 11:18:52 +03:00
zfs receive and rollback can skew filesystem_count
This commit fixes a small issue which causes both zfs receive and rollback operations to incorrectly increase the "filesystem_count" property value. This change also adds a new test group "limits" to the ZFS Test Suite to exercise both filesystem_count/limit and snapshot_count/limit functionality. Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: loli10K <ezomori.nozomu@gmail.com> Closes #8232
This commit is contained in:
committed by
Brian Behlendorf
parent
f384c045d8
commit
0f5f23869a
@@ -290,6 +290,7 @@ AC_CONFIG_FILES([
|
||||
tests/zfs-tests/tests/functional/largest_pool/Makefile
|
||||
tests/zfs-tests/tests/functional/link_count/Makefile
|
||||
tests/zfs-tests/tests/functional/libzfs/Makefile
|
||||
tests/zfs-tests/tests/functional/limits/Makefile
|
||||
tests/zfs-tests/tests/functional/migration/Makefile
|
||||
tests/zfs-tests/tests/functional/mmap/Makefile
|
||||
tests/zfs-tests/tests/functional/mmp/Makefile
|
||||
|
||||
Reference in New Issue
Block a user