|
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.
|