]> git.proxmox.com Git - mirror_zfs.git/blobdiff - tests/zfs-tests/tests/functional/cli_root/zpool_get/zpool_get.cfg
Pool allocation classes
[mirror_zfs.git] / tests / zfs-tests / tests / functional / cli_root / zpool_get / zpool_get.cfg
index 2ea82f0f6979f44cf20b562070abb0d4eb705edb..8907533c9e4ba090696e5491a9b485453f0a7c3e 100644 (file)
@@ -36,11 +36,13 @@ typeset -a properties=(
     "altroot"
     "health"
     "guid"
+    "load_guid"
     "version"
     "bootfs"
     "delegation"
     "autoreplace"
     "cachefile"
+    "checkpoint"
     "failmode"
     "listsnapshots"
     "autoexpand"
@@ -72,6 +74,8 @@ typeset -a properties=(
     "feature@edonr"
     "feature@device_removal"
     "feature@obsolete_counts"
+    "feature@zpool_checkpoint"
+    "feature@spacemap_v2"
 )
 
 # Additional properties added for Linux.
@@ -82,5 +86,6 @@ if is_linux; then
            "feature@userobj_accounting"
            "feature@encryption"
            "feature@project_quota"
+           "feature@allocation_classes"
        )
 fi