1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-02-15 09:57:56 +03:00
This commit is contained in:
Heinz Mauelshagen 2002-02-13 21:28:15 +00:00
parent 31820e1e22
commit e5b470a3f1

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