mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
spaces
This commit is contained in:
parent
e5e5d6decd
commit
00a9d5417a
@ -109,7 +109,7 @@ void pvdisplay_full(struct physical_volume *pv)
|
||||
log_print("VG Name %s%s", pv->vg_name,
|
||||
pv->status & EXPORTED_VG ? " (exported)" : "");
|
||||
|
||||
size = display_size( ( unsigned long long) pv->size / 2, SIZE_SHORT);
|
||||
size = display_size((unsigned long long) pv->size / 2, SIZE_SHORT);
|
||||
if (pv->pe_size && pv->pe_count) {
|
||||
size1 = display_size((pv->size - pv->pe_count * pv->pe_size)
|
||||
/ 2, SIZE_SHORT);
|
||||
|
Loading…
Reference in New Issue
Block a user