Skip to content

Commit

Permalink
8077 zfs-tests suite fails zpool_get_002_pos
Browse files Browse the repository at this point in the history
Reviewed by: Matthew Ahrens <mahrens@delphix.com>
Reviewed by: John Kennedy <jwk404@gmail.com>
Approved by: Richard Lowe <richlowe@richlowe.net>
  • Loading branch information
Yuri Pankov authored and prakashsurya committed May 16, 2017
1 parent f0e8a3d commit 481467d
Showing 1 changed file with 41 additions and 7 deletions.
Expand Up @@ -26,13 +26,47 @@

#
# Copyright (c) 2013 by Delphix. All rights reserved.
# Copyright 2016 Nexenta Systems, Inc. All rights reserved.
#

# Set the expected properties of zpool
typeset -a properties=("size" "capacity" "altroot" "health" "guid" "version"
"bootfs" "delegation" "autoreplace" "cachefile" "dedupditto" "dedupratio"
"free" "allocated" "readonly" "comment" "expandsize" "freeing" "failmode"
"listsnapshots" "autoexpand" "feature@async_destroy" "feature@empty_bpobj"
"feature@lz4_compress" "feature@multi_vdev_crash_dump"
"feature@spacemap_histogram" "feature@enabled_txg" "feature@hole_birth"
"feature@extensible_dataset" "feature@bookmarks")
typeset -a properties=(
"size"
"capacity"
"altroot"
"health"
"guid"
"version"
"bootfs"
"delegation"
"autoreplace"
"cachefile"
"failmode"
"listsnapshots"
"autoexpand"
"dedupditto"
"dedupratio"
"free"
"allocated"
"readonly"
"comment"
"expandsize"
"freeing"
"fragmentation"
"leaked"
"feature@async_destroy"
"feature@empty_bpobj"
"feature@lz4_compress"
"feature@multi_vdev_crash_dump"
"feature@spacemap_histogram"
"feature@enabled_txg"
"feature@hole_birth"
"feature@extensible_dataset"
"feature@embedded_data"
"feature@bookmarks"
"feature@filesystem_limits"
"feature@large_blocks"
"feature@sha512"
"feature@skein"
"feature@edonr"
)

0 comments on commit 481467d

Please sign in to comment.