The parameter ”order“ doesn't work properly in RBD backend
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
glance_store |
New
|
Wishlist
|
Unassigned |
Bug Description
There are two parameters can affect the performance of image upload, one is rbd_store_
At present, the value of order by the following formula: order = int (math.log (rbd_store_
The block size rbd_store_
For example:
rbd_store_
rbd_store_
This way can not play the performance of CEPH, if "order" adjust to a fixed value 23:
rbd_store_
Changed in glance-store: | |
status: | Incomplete → Opinion |
status: | Opinion → Incomplete |
Changed in glance-store: | |
status: | Incomplete → New |
Changed in glance-store: | |
importance: | Undecided → Wishlist |
tags: | added: ceph rbd |
Could you please specify how it can be fixed? Is it specified in ceph configuration?