﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
245	LVM Logical Volumes size is rounded to GB	lejav	Bruno Cornec	"A logical volume whose size is for instance 1.5 GB
  is restored to 1 GB by mondo.
OS = RedHat 4 / RedHat 5
The problem comes from the function GetValueFromField in /usr/lib/mindi/analyze-my-lvm
  which gives the size by awk '{printf ""%d"",...}' from the line LV Size
  given by lvdisplay. 
For my example, LV Size = 1.50 GB, and awk '{printf ""%d"",""1.50""}' prints '1'
A solution is to change 'lvdisplay' by 'lvdisplay --units m' ; but i don't
  know if this option is supported on every platform.

Not sure that this is a bug or a limitation.
"	defect	closed	normal	2.2.6	mindi	2.2.5	normal	fixed		
