mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-03 05:18:29 +03:00
Put device name in quotes.
This commit is contained in:
parent
6e16088e24
commit
b94703a187
@ -253,7 +253,7 @@ static int _print_pvs(struct formatter *f, struct volume_group *vg)
|
|||||||
}
|
}
|
||||||
|
|
||||||
_out(f, "id = \"%s\"", buffer);
|
_out(f, "id = \"%s\"", buffer);
|
||||||
_out_hint(f, "device = %s", dev_name(pv->dev));
|
_out_hint(f, "device = \"%s\"", dev_name(pv->dev));
|
||||||
_nl(f);
|
_nl(f);
|
||||||
|
|
||||||
if (!print_flags(pv->status, PV_FLAGS,
|
if (!print_flags(pv->status, PV_FLAGS,
|
||||||
|
Loading…
Reference in New Issue
Block a user