Actions
Bug #7404
closedrootpool_007_neg, bootfs_006_pos and bootfs_008_neg tests fail with the loader project bits
Start date:
2016-09-25
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
External Bug:
Description
The bootfs_006_pos test fails with this error:
08:14:31.55 SUCCESS: /usr/sbin/zpool create testpool.100704 raidz /bootfs_006_pos_a.231267.dat /bootfs_006_pos_b.231267.dat 08:14:31.63 SUCCESS: /usr/sbin/zfs create testpool.100704/testfs.100704 08:14:31.68 08:14:31.68 ERROR: /usr/sbin/zpool set bootfs=testpool.100704/testfs.100704 testpool.100704 unexpectedly exited 0
The bootfs_008_neg test fails with this error:
08:14:33.81 SUCCESS: /usr/sbin/zfs create testpool.100704/COMP_FS 08:14:34.07 SUCCESS: /usr/sbin/zfs set compression=gzip testpool.100704/COMP_FS 08:14:34.12 08:14:34.12 ERROR: /usr/sbin/zpool set bootfs=testpool.100704/COMP_FS testpool.100704 unexpectedly exited 0
This is very likely related to the loader project (#5120, #5142).
Related issues
Updated by Marcel Telka about 7 years ago
- Related to Feature #5120: zfs should allow large block/gzip/raidz boot pool (loader project) added
Updated by Marcel Telka about 7 years ago
- Related to Feature #5142: libzfs support raidz root pool (loader project) added
Updated by Marcel Telka about 7 years ago
- Description updated (diff)
- Subject changed from bootfs_006_pos test fails with the loader project bits to bootfs_006_pos and bootfs_008_neg tests fail with the loader project bits
Updated by Toomas Soome about 7 years ago
- Status changed from New to In Progress
- Assignee set to Toomas Soome
- % Done changed from 0 to 80
The raidz is now supported, so we can reverse raidz tests and gzip is also supported, so test 8 is not needed at all (IMO).
Updated by Toomas Soome about 7 years ago
- Subject changed from bootfs_006_pos and bootfs_008_neg tests fail with the loader project bits to rootpool_007_neg, bootfs_006_pos and bootfs_008_neg tests fail with the loader project bits
Updated by Electric Monk about 7 years ago
- Status changed from In Progress to Closed
- % Done changed from 80 to 100
git commit 55a424cb69d5e44a32d26e1c9fe02288d09a1663
commit 55a424cb69d5e44a32d26e1c9fe02288d09a1663 Author: Toomas Soome <tsoome@me.com> Date: 2016-12-03T07:13:44.000Z 7404 rootpool_007_neg, bootfs_006_pos and bootfs_008_neg tests fail with the loader project bits 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>
Updated by Yuri Pankov almost 3 years ago
- Related to Bug #13569: bootfs_006_pos: 7404 forgot to remove the "not supported" comment added
Actions