]> git.proxmox.com Git - mirror_zfs.git/commit - tests/zfs-tests/include/libtest.shlib
OpenZFS 7404 - rootpool_007_neg, bootfs_006_pos and bootfs_008_neg tests fail with...
authorToomas Soome <tsoome@me.com>
Sat, 3 Dec 2016 07:13:44 +0000 (23:13 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 7 Apr 2017 21:18:19 +0000 (14:18 -0700)
commit8aab12182184802afb3937f1fa35be4368a45f0d
treef321a025a0d8438544065dbc3b4d29dade765ed2
parent10f251191f16d53d8a64a934e83c3bfe6cd9195f
OpenZFS 7404 - rootpool_007_neg, bootfs_006_pos and bootfs_008_neg tests fail with the loader project bits

Authored by: Toomas Soome <tsoome@me.com>
Reviewed by: Igor Kozhukhov <igor@dilos.org>
Reviewed by: Marcel Telka <marcel@telka.sk>
Reviewed by: Matthew Ahrens <mahrens@delphix.com>
Approved by: Richard Lowe <richlowe@richlowe.net>
Reviewed-by: George Melikov <mail@gmelikov.ru>
Ported-by: Brian Behlendorf <behlendorf1@llnl.gov>
Porting Notes:
- Removed gzip and zle compression restriction on bootfs
  datasets.  Grub added support for these long ago.  Ay
  version of grub which understands lz4 also supports this.
- Enabled rootpool tests in runfile but skipped by default
  in setup on Linux since they modify the rootpool.
- bootfs_006_pos.ksh, striped pools are allowed as bootfs.

OpenZFS-issue: https://www.illumos.org/issues/7404
OpenZFS-commit: https://github.com/openzfs/openzfs/commit/55a424c
Closes #5982
13 files changed:
include/sys/zio.h
tests/runfiles/linux.run
tests/zfs-tests/include/libtest.shlib
tests/zfs-tests/tests/functional/bootfs/Makefile.am
tests/zfs-tests/tests/functional/bootfs/bootfs_006_pos.ksh
tests/zfs-tests/tests/functional/bootfs/bootfs_007_neg.ksh [deleted file]
tests/zfs-tests/tests/functional/bootfs/bootfs_007_pos.ksh [changed mode: 0644->0755]
tests/zfs-tests/tests/functional/bootfs/bootfs_008_neg.ksh [deleted file]
tests/zfs-tests/tests/functional/bootfs/bootfs_008_pos.ksh [new file with mode: 0755]
tests/zfs-tests/tests/functional/rootpool/Makefile.am
tests/zfs-tests/tests/functional/rootpool/rootpool_007_neg.ksh [deleted file]
tests/zfs-tests/tests/functional/rootpool/rootpool_007_pos.ksh [new file with mode: 0755]
tests/zfs-tests/tests/functional/rootpool/setup.ksh