Currently i have an OpenStack environment with Ceph as a backend storage driver for Cinder.
I have looked into cinder documentation and code and i could not find any values or options to set the default stripe_unit or stripe_count for rbd volumes.
The reason i want to do this is that i want to have my volumes striped.
Is it possible to set default stripe_count and stripe_unit in ceph.conf ?
i have tried to add the following to the [client] section in ceph.conf , but it did not work rbd stripe-count N rbd stripe-unit N
Any advise ?