mirror of
git://sourceware.org/git/lvm2.git
synced 2025-02-15 09:57:56 +03:00
spaces
This commit is contained in:
parent
31820e1e22
commit
e5b470a3f1
@ -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…
x
Reference in New Issue
Block a user