1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-10 16:58:47 +03:00

Remove 'Type' from pvdisplay --maps as there is no 'Type' of a physical segment, only logical segments

This commit is contained in:
Dave Wysochanski 2007-05-31 15:18:44 +00:00
parent 5a4ba89aad
commit dda1e6c983

View File

@ -271,8 +271,6 @@ void pvdisplay_segments(struct physical_volume *pv)
pvseg->pe, pvseg->pe + pvseg->len - 1);
if (pvseg->lvseg) {
log_print(" Type\t\t%s",
pvseg->lvseg->segtype->ops->name(pvseg->lvseg));
log_print(" Logical volume\t%s%s/%s",
pvseg->lvseg->lv->vg->cmd->dev_dir,
pvseg->lvseg->lv->vg->name,