Lines Matching refs:pool

33 # in the test directory which can be used to construct a pool of a given
35 # ZPOOL_VERSION_$var_FILES describes the files the pool is made from, and
36 # ZPOOL_VERSION_$var_NAME describes the pool name.
39 ZPOOL_VERSION_1_FILES="zfs-pool-v1.dat"
40 ZPOOL_VERSION_1_NAME="v1-pool"
42 ZPOOL_VERSION_1stripe_FILES="zfs-pool-v1stripe1.dat \
43 zfs-pool-v1stripe2.dat zfs-pool-v1stripe3.dat"
44 ZPOOL_VERSION_1stripe_NAME="pool-v1stripe"
46 ZPOOL_VERSION_1raidz_FILES="zfs-pool-v1raidz1.dat zfs-pool-v1raidz2.dat \
47 zfs-pool-v1raidz3.dat"
48 ZPOOL_VERSION_1raidz_NAME="pool-v1raidz"
50 ZPOOL_VERSION_1mirror_FILES="zfs-pool-v1mirror1.dat zfs-pool-v1mirror2.dat \
51 zfs-pool-v1mirror3.dat"
52 ZPOOL_VERSION_1mirror_NAME="pool-v1mirror"
55 ZPOOL_VERSION_2_FILES="zfs-pool-v2.dat"
56 ZPOOL_VERSION_2_NAME="v2-pool"
58 ZPOOL_VERSION_2stripe_FILES="zfs-pool-v2stripe1.dat zfs-pool-v2stripe2.dat \
59 zfs-pool-v2stripe3.dat"
60 ZPOOL_VERSION_2stripe_NAME="pool-v2stripe"
62 ZPOOL_VERSION_2raidz_FILES="zfs-pool-v2raidz1.dat zfs-pool-v2raidz2.dat \
63 zfs-pool-v2raidz3.dat"
64 ZPOOL_VERSION_2raidz_NAME="pool-v2raidz"
66 ZPOOL_VERSION_2mirror_FILES="zfs-pool-v2mirror1.dat zfs-pool-v2mirror2.dat \
67 zfs-pool-v2mirror3.dat"
68 ZPOOL_VERSION_2mirror_NAME="pool-v2mirror"
71 ZPOOL_VERSION_3_FILES="zfs-pool-v3.dat"
72 ZPOOL_VERSION_3_NAME="v3-pool"
74 ZPOOL_VERSION_3stripe_FILES="zfs-pool-v3stripe1.dat zfs-pool-v3stripe2.dat \
75 zfs-pool-v3stripe3.dat"
76 ZPOOL_VERSION_3stripe_NAME="pool-v3stripe"
78 ZPOOL_VERSION_3raidz_FILES="zfs-pool-v3raidz1.dat zfs-pool-v3raidz2.dat \
79 zfs-pool-v3raidz3.dat"
80 ZPOOL_VERSION_3raidz_NAME="pool-v3raidz"
82 ZPOOL_VERSION_3mirror_FILES="zfs-pool-v3mirror1.dat zfs-pool-v3mirror2.dat \
83 zfs-pool-v3mirror3.dat"
84 ZPOOL_VERSION_3mirror_NAME="pool-v3mirror"
86 ZPOOL_VERSION_3dblraidz_FILES="zfs-pool-v3raidz21.dat zfs-pool-v3raidz22.dat \
87 zfs-pool-v3raidz23.dat"
88 ZPOOL_VERSION_3dblraidz_NAME="pool-v3raidz2"
90 ZPOOL_VERSION_3hotspare_FILES="zfs-pool-v3hotspare1.dat \
91 zfs-pool-v3hotspare2.dat zfs-pool-v3hotspare3.dat"
92 ZPOOL_VERSION_3hotspare_NAME="pool-v3hotspare"
94 # v4 pool
95 ZPOOL_VERSION_4_FILES="zfs-pool-v4.dat"
96 ZPOOL_VERSION_4_NAME="v4-pool"
98 # v5 pool
99 ZPOOL_VERSION_5_FILES="zfs-pool-v5.dat"
100 ZPOOL_VERSION_5_NAME="v5-pool"
102 # v6 pool
103 ZPOOL_VERSION_6_FILES="zfs-pool-v6.dat"
104 ZPOOL_VERSION_6_NAME="v6-pool"
106 # v7 pool
107 ZPOOL_VERSION_7_FILES="zfs-pool-v7.dat"
108 ZPOOL_VERSION_7_NAME="v7-pool"
110 # v8 pool
111 ZPOOL_VERSION_8_FILES="zfs-pool-v8.dat"
112 ZPOOL_VERSION_8_NAME="v8-pool"
114 # v9 pool
115 ZPOOL_VERSION_9_FILES="zfs-pool-v9.dat"
116 ZPOOL_VERSION_9_NAME="v9-pool"
118 # v10 pool
119 ZPOOL_VERSION_10_FILES="zfs-pool-v10.dat"
120 ZPOOL_VERSION_10_NAME="v10-pool"
122 # v11 pool
123 ZPOOL_VERSION_11_FILES="zfs-pool-v11.dat"
124 ZPOOL_VERSION_11_NAME="v11-pool"
126 # v12 pool
127 ZPOOL_VERSION_12_FILES="zfs-pool-v12.dat"
128 ZPOOL_VERSION_12_NAME="v12-pool"
130 # v13 pool
131 ZPOOL_VERSION_13_FILES="zfs-pool-v13.dat"
132 ZPOOL_VERSION_13_NAME="v13-pool"
134 # v14 pool
135 ZPOOL_VERSION_14_FILES="zfs-pool-v14.dat"
136 ZPOOL_VERSION_14_NAME="v14-pool"
138 # v15 pool
139 ZPOOL_VERSION_15_FILES="zfs-pool-v15.dat"
140 ZPOOL_VERSION_15_NAME="v15-pool"
142 # v2 pool, with device problems on one side of the mirror
143 # so that the pool appears as DEGRADED
148 # v999 pool (an unknown version) which can be used to check whether upgrade,
149 # import or other tests that should fail against unknown pool version.
150 # It should not be listed in the CONFIGS variable below, as these are pool
152 ZPOOL_VERSION_9999_FILES="zfs-pool-v999.dat"
153 ZPOOL_VERSION_9999_NAME="v999-pool"
155 # This is a list of pool configurations we should be able to upgrade from,