Anybody know about changes in rbd feature 'striping'? May be is deprecated feature? What I mean: I have volume created by Jewel client on Luminous cluster. # rbd --user=cinder info
solid_rbd/volume-12b5df1e-df4c-4574-859d-22a88415aaf7
Striping is enabled.
When I was try create volume by Luminous client:
# rbd --user=cinder create solid_rbd/mysupervol --size=1G
--image-feature layering,striping
Striping is silently disabled, due lack of stripe_unit and stripe_count defaults:
# ceph --show-config | grep rbd_default_stripe
Try to define manual
defaults
# rbd --user=cinder create solid_rbd/mysupervol --size=1G
--image-feature layering,striping --stripe-unit 4096
--stripe-count 1
So maybe is just a bug?
k |
_______________________________________________ ceph-users mailing list ceph-users@xxxxxxxxxxxxxx http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com