]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commit
Fix OSD weight and device size 115/head
authorSébastien Han <sebastien.han@enovance.com>
Tue, 2 Sep 2014 22:08:06 +0000 (00:08 +0200)
committerSébastien Han <sebastien.han@enovance.com>
Tue, 2 Sep 2014 22:08:06 +0000 (00:08 +0200)
commit6f173716320ab7e7b1cd4e6ff543f7d4f15ac081
tree9b7c64a91ee8044eac6202c8ab4d77e5ecc46948
parentc9618b1470e7daae6d962f3fbe57d83f318206cc
Fix OSD weight and device size

Because of the following bug: http://tracker.ceph.com/issues/8551
If we use a disk file size of 1GB the OSD weight calculation ends up
being 0. Thus no data will be stored on any OSD.
Increasing the disk file size up to 11GB (we save some filesystem
overhead since the calculation is based on df thus 11GB is safer than
10GB). Because we significantly increased the size of the disk files we
now only create 2 devices per OSD host.

Signed-off-by: Sébastien Han <sebastien.han@enovance.com>
Vagrantfile