目前我有一个 OpenStack 环境,其中 Ceph 作为 Cinder 的后端存储驱动程序。
我查看了 cinder 文档和代码,但找不到任何值或选项来设置 rbd 卷的默认 stripe_unit 或 stripe_count。
我想这样做的原因是我想让我的卷条带化。
是否可以在 ceph.conf 中设置默认的 stripe_count 和 stripe_unit ?
我试图将以下内容添加到 ceph.conf 的 [client] 部分,但它不起作用 rbd stripe-count N rbd stripe-unit N
有什么建议吗?