1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
This commit is contained in:
Heinz Mauelshagen 2002-02-13 21:28:15 +00:00
parent e5e5d6decd
commit 00a9d5417a

View File

@ -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);