zpool_get.cfg (d583b39b) zpool_get.cfg (d33341fb)
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 18 unchanged lines hidden (view full) ---

27#
28# Copyright (c) 2012 by Delphix. All rights reserved.
29#
30
31# Set the expected properties of zpool
32typeset -a properties=("size" "capacity" "altroot" "health" "guid" "version"
33 "bootfs" "delegation" "autoreplace" "cachefile" "dedupditto" "dedupratio"
34 "free" "allocated" "readonly" "comment" "expandsize" "freeing" "failmode"
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 18 unchanged lines hidden (view full) ---

27#
28# Copyright (c) 2012 by Delphix. All rights reserved.
29#
30
31# Set the expected properties of zpool
32typeset -a properties=("size" "capacity" "altroot" "health" "guid" "version"
33 "bootfs" "delegation" "autoreplace" "cachefile" "dedupditto" "dedupratio"
34 "free" "allocated" "readonly" "comment" "expandsize" "freeing" "failmode"
35 "listsnapshots" "autoexpand" "feature@async_destroy" "feature@empty_bpobj")
35 "listsnapshots" "autoexpand" "feature@async_destroy" "feature@empty_bpobj"
36 "feature@lz4_compress" "feature@multi_vdev_crash_dump"
37 "feature@spacemap_histogram" "feature@extensible_dataset")