OpenSolaris

Printable Version Enter a New Search
Bug ID 6624710
Synopsis zpool upgrade message is not correctly aligned which results in test failure
State 10-Fix Delivered (Fix available in build)
Category:Subcategory utility:zfs
Keywords
Responsible Engineer Christopher Kirby
Reported Against
Duplicate Of
Introduced In solaris_nevada
Commit to Fix snv_78
Fixed In snv_78
Release Fixed solaris_nevada(snv_78)
Related Bugs 6634177
Submit Date 1-November-2007
Last Update Date 29-November-2007
Description
The following test case is failing with onnv-10/31 bits:

tests/functional/cli_root/zpool_upgrade/zpool_upgrade_001_pos

----------------------------------------------------------------

stdout| 06:12:43 ASSERTION: Executing 'zpool upgrade -v' command succeeds.
stdout| This system is currently running ZFS pool version 9.
stdout| 
stdout| The following versions are supported:
stdout| 
stdout| VER  DESCRIPTION
stdout| ---  --------------------------------------------------------
stdout|  1   Initial ZFS version
stdout|  2   Ditto blocks (replicated metadata)
stdout|  3   Hot spares and double parity RAID-Z
stdout|  4   zpool history
stdout|  5   Compression using the gzip algorithm
stdout|  6   bootfs pool property
stdout|  7   Separate intent log devices
stdout|  8   Delegated administration
stdout|  9  refquota and refreservation properties
stdout| For more information on a particular version, including supported releases, see:
stdout| 
stdout| http://www.opensolaris.org/os/community/zfs/version/N
stdout| 
stdout| Where 'N' is the version number.

This is because the output message is not correctly aligned.
Work Around
N/A
Comments
N/A