mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-10 16:58:47 +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,
|
log_print("VG Name %s%s", pv->vg_name,
|
||||||
pv->status & EXPORTED_VG ? " (exported)" : "");
|
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) {
|
if (pv->pe_size && pv->pe_count) {
|
||||||
size1 = display_size((pv->size - pv->pe_count * pv->pe_size)
|
size1 = display_size((pv->size - pv->pe_count * pv->pe_size)
|
||||||
/ 2, SIZE_SHORT);
|
/ 2, SIZE_SHORT);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user