]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
ceph-volume: set a 1G extent size when creating vgs
authorAndrew Schoen <aschoen@redhat.com>
Thu, 29 Nov 2018 19:44:07 +0000 (13:44 -0600)
committerAndrew Schoen <aschoen@redhat.com>
Thu, 6 Dec 2018 18:29:47 +0000 (12:29 -0600)
commit4a1b97efc87f3df15a39a76de074b4791f3528ca
treebb4fb1c0fc42edb2851e9580b1813eb69d356c3c
parenteab962c6ef68c588674bdac6fc4a86c84714f300
ceph-volume: set a 1G extent size when creating vgs

This allows us to create larger lvs than the default of 4m
and is easier to reason about when sizing the lvs as everythign is
reported as GBs.

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
src/ceph-volume/ceph_volume/api/lvm.py
src/ceph-volume/ceph_volume/tests/api/test_lvm.py