diff options
author | Toomas Soome <tsoome@me.com> | 2022-09-23 18:57:10 +0300 |
---|---|---|
committer | Toomas Soome <tsoome@me.com> | 2022-09-26 18:09:40 +0300 |
commit | 1b6debbb96f2c66931b6ec520e8dd07ece57d2dd (patch) | |
tree | a9554b48dc0a0153a9afb4611e6c858086cd19c9 /usr/src | |
parent | 46a7047cf9615f69c4e19c75c66b808b68695bbe (diff) | |
download | illumos-joyent-1b6debbb96f2c66931b6ec520e8dd07ece57d2dd.tar.gz |
15007 zfs-tests: bootfs_006_pos is failing
Reviewed by: Andy Fiddaman <illumos@fiddaman.net>
Reviewed by: Yuri Pankov <ypankov@tintri.com>
Approved by: Dan McDonald <danmcd@mnx.io>
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/test/zfs-tests/tests/functional/bootfs/bootfs_006_pos.ksh | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/usr/src/test/zfs-tests/tests/functional/bootfs/bootfs_006_pos.ksh b/usr/src/test/zfs-tests/tests/functional/bootfs/bootfs_006_pos.ksh index 1c3c86a2ae..aca84116f2 100644 --- a/usr/src/test/zfs-tests/tests/functional/bootfs/bootfs_006_pos.ksh +++ b/usr/src/test/zfs-tests/tests/functional/bootfs/bootfs_006_pos.ksh @@ -118,15 +118,13 @@ verify_bootfs $TESTPOOL log_must zpool create $TESTPOOL mirror $VDEV1 $VDEV2 spare $VDEV3 verify_bootfs $TESTPOOL -## the following configurations are not supported as bootable pools - # stripe log_must zpool create $TESTPOOL $VDEV1 $VDEV2 -verify_no_bootfs $TESTPOOL +verify_bootfs $TESTPOOL # stripe + hotspare log_must zpool create $TESTPOOL $VDEV1 $VDEV2 spare $VDEV3 -verify_no_bootfs $TESTPOOL +verify_bootfs $TESTPOOL # raidz log_must zpool create $TESTPOOL raidz $VDEV1 $VDEV2 |