﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
696	LVM check	victor gattegno	Bruno Cornec	"About mondo 3.0.3, in libmondo-devices.c, line 1909 :

{{{
mr_asprintf(&command, ""mount 2>/dev/null|grep -E \""/dev/mapper/%s-|/dev/%s/\""|awk '{printf(\""%%s \"",$3)}END{print \""\""}'"", VG, VG);
}}}

I think that it should be :

{{{
mr_asprintf(&command, ""mount 2>/dev/null|grep -E \""/dev/mapper/%s|/dev/%s\""|awk '{printf(\""%%s \"",$3)}END{print \""\""}'"", VG, VG);
}}}
"	defect	closed	normal	3.0.4	mondo	3.0.3	normal	fixed	LVM	victor gattegno rue
