In the current version of CEPH the underlying storage is a system called filestore, this means that every write is also wrote to a journal, this causes a thing called a double write penalty, basically for every write if it wrote twice, causing filestore to max out at 1/2 the speed of the...