extents = extents_from_size(vg->cmd, size / SECTOR_SIZE,
vg->extent_size);
is 0. I am calling the function assuming it expects extent size, like this:
lvm_vg_create_lv_linear(vg, "testname", 10);
Everything works ok when using lvcreate though, any thoughts?
_______________________________________________ linux-lvm mailing list linux-lvm@redhat.com https://www.redhat.com/mailman/listinfo/linux-lvm read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/