]> sourceware.org Git - lvm2.git/commit
Fix off by 512 sizes for lvm2app.
authorDave Wysochanski <dwysocha@redhat.com>
Sun, 14 Feb 2010 03:21:06 +0000 (03:21 +0000)
committerDave Wysochanski <dwysocha@redhat.com>
Sun, 14 Feb 2010 03:21:06 +0000 (03:21 +0000)
commit5b12edfb34970897a11eced707a5184afa80be4c
treed4d6d687eb12ae1f9d36597f8735d4dcd2552713
parent4697026132aa523f528474e4ce716e8efa0e0faf
Fix off by 512 sizes for lvm2app.

Internally we store sizes in sectors, but lvm2app exports sizes
in bytes.  We could get fancier and allow units configuration but
this fix should do for now.

Fixes rhbz561422.

Signed-off-by: Dave Wysochanski <dwysocha@redhat.com>
lib/metadata/metadata-exported.h
lib/metadata/metadata.h
liblvm/lvm_lv.c
liblvm/lvm_vg.c
This page took 0.053322 seconds and 5 git commands to generate.