|
Description
|
When zfs recv -v is used, the concluding message says Mb or Gb instead of MB or GB. Little b implies bit, as that is how it is generally used. For instance, in transferring a 13.5 MB file, the following output is seen: "received 13.5Mb stream in 3 seconds (4.52Mb/sec)" Both Mb here should be MB.
STEPS TO DUPLICATE
-------------------------
zfs send pool/fs@snap|zfs recv -v pool/fs
EXPECTED VS ACTUAL RESULTS
-------------------------------------
b should be capitalized when it means bytes.
ERROR MESSAGES
---------------------
(No Answer)
SOURCE CODE
------------------
(No Answer)
SYSTEM INFORMATION
--------------------------
Hardware Platforms (moloch, Mid-Range Server, Sun, Other, Sun Enterprise 4500, SPARC, 8GB, 70GB, 12x464 MHz processors, 6 GB RAM, 2x36 GB external SCSI hard drives, ge and hme networking interfaces (ge0 primary), SBUS system board)
Operating Platforms (s10u4beta, Solaris 10 7/07, Solaris, JDS 3 Sun Java Desktop System Release 3, English)
SUBMITTER PROVIDED WORKAROUND
--------------------------
Just know the issue and ignore it.
|