Hide Forgot
Description of problem: Currently (RHEL 6.3 fcoe-target) show LUN size like this: === [/tmp/fcoe-lun1 (10.0G) activated] === Please consider to provide info like this: ==== [/tmp/fcoe-lun1 10737418240B (10.0GiB) activated] # ^^^^^^^^^^^^ ^^^^^^^ ==== A single "G" was treat as 10^9 not 2^30. Version-Release number of selected component (if applicable): fcoe-target-utils-2.0rc1.fb10-5.el6.noarch How reproducible: 100% Steps to Reproduce: 1. targetcli ls / 2. 3. Actual results: Expected results: Additional info: Request exception. QE just want fcoe-target-utils to follow IEC standard. http://physics.nist.gov/cuu/Units/binary.html
Instead of listing GiB, would it be preferable to switch to power-of-10 for everything?
Many software are using GiB now, so please make GiB (2^30) as default and make GB (10^9) as option.
fcoe-target-utils-2.0rc1.fb16-3.el6.noarch now using KiB, MiB, GiB, TiB. VERIFY. Even though, it does not support using KiB format to create LUN: Bug #903909
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHBA-2013-0457.html