Nicolas Courtel
Wed, 30 Dec 2009 09:04:25 -0800
Hello all,In Debian Squeeze, the get_volume_group_list function from Linux::LVM returns sizes in GiB instead of GB, and setup-storage fails on these. As the module documentation says units are in GB, it looks to me like a bug in Linux::LVM, caused by a new default behavior of vgdisplay, which uses now Gib as default unit.
However, I haven't seen such a bug report, so my observation may be wrong. Should I open a bug report?
For now I have patched setup-storage so that it ignores the extra 'i'. -- Nicolas