Author: avg
Date: Thu Mar 15 14:41:09 2018
New Revision: 331003
URL: https://svnweb.freebsd.org/changeset/base/331003
Log:
zfs test suite: add new pool properties / features to the zpool_get list
Modified:
head/tests/sys/cddl/zfs/tests/cli_root/zpool_get/zpool_get.cfg
Modified: head/tests/sys/cddl/zfs/tests/cli_root/zpool_get/zpool_get.cfg
==============================================================================
--- head/tests/sys/cddl/zfs/tests/cli_root/zpool_get/zpool_get.cfg Thu Mar
15 14:35:46 2018 (r331002)
+++ head/tests/sys/cddl/zfs/tests/cli_root/zpool_get/zpool_get.cfg Thu Mar
15 14:41:09 2018 (r331003)
@@ -53,6 +53,7 @@ typeset -a properties=(
"freeing"
"fragmentation"
"leaked"
+ "bootsize"
"feature@async_destroy"
"feature@empty_bpobj"
"feature@lz4_compress"
@@ -68,6 +69,8 @@ typeset -a properties=(
"feature@sha512"
"feature@skein"
# "feature@edonr" Edonr is not yet implemented on FreeBSD
+ "feature@device_removal"
+ "feature@obsolete_counts"
)
export DISK=${DISKS%% *}
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"