On Mon, Jun 29, 2009 at 12:39:37AM +0200, Daniel Mierswa wrote:
Daniel Mierswa wrote:
i'm willing to come up with a patch that attempts to fix those
consistency issues, if patches are welcome.
So I did although noone gave me the permission yet! :-)
Please let me know what you think, any kind of feedback is appreciated.
I attached a git format-patch against revision 11f40b. (It's gzip since
otherwise the MTA of the list just absorbs my mail without any reply.)
did not really check all of it, but
+ {" Exabyte", " EiB", "e"},
+ {" Petabyte", " PiB", "p"},
+ {" Terabyte", " TiB", "t"},
+ {" Gigabyte", " GiB", "g"},
+ {" Megabyte", " MiB", "m"},
+ {" Kilobyte", " KiB", "k"},
these units should be named
Exbibyte
Pebibyte
Tebibyte
Gibibyte
Mebibyte
Kibibyte
respectively,
L.
--
Luca Berra -- bluca@comedia.it
Communication Media & Services S.r.l.
/"\
\ / ASCII RIBBON CAMPAIGN
X AGAINST HTML MAIL
/ \
_______________________________________________
linux-lvm mailing list
linux-lvm@redhat.com
https://www.redhat.com/mailman/listinfo/linux-lvm
read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/