]> git.proxmox.com Git - mirror_zfs.git/blobdiff - tests/zfs-tests/tests/functional/cli_root/zpool_get/zpool_get.cfg
Introduce read/write kstats per dataset
[mirror_zfs.git] / tests / zfs-tests / tests / functional / cli_root / zpool_get / zpool_get.cfg
index 1e184db823d81baf5569d1f5b14b7d239d8e5fc6..6219caed78e3b216b688a3a446bace3d5f454b16 100644 (file)
@@ -25,7 +25,7 @@
 #
 
 #
-# Copyright (c) 2013 by Delphix. All rights reserved.
+# Copyright (c) 2013, 2014 by Delphix. All rights reserved.
 # Copyright 2016 Nexenta Systems, Inc. All rights reserved.
 #
 
@@ -36,11 +36,13 @@ typeset -a properties=(
     "altroot"
     "health"
     "guid"
+    "load_guid"
     "version"
     "bootfs"
     "delegation"
     "autoreplace"
     "cachefile"
+    "checkpoint"
     "failmode"
     "listsnapshots"
     "autoexpand"
@@ -70,6 +72,10 @@ typeset -a properties=(
     "feature@sha512"
     "feature@skein"
     "feature@edonr"
+    "feature@device_removal"
+    "feature@obsolete_counts"
+    "feature@zpool_checkpoint"
+    "feature@spacemap_v2"
 )
 
 # Additional properties added for Linux.
@@ -79,5 +85,6 @@ if is_linux; then
            "feature@large_dnode"
            "feature@userobj_accounting"
            "feature@encryption"
+           "feature@project_quota"
        )
 fi