[Bug 1378388] Re: Performance regression uploading images to glance in juno
James Page
james.page at ubuntu.com
Tue Oct 7 14:46:21 UTC 2014
I think the problem is that glance is using a tiny calculated chunk size
(from python-glance-store):
chunk = self.conf.glance_store.rbd_store_chunk_size
self.chunk_size = chunk * (1024 ^ 2)
this should be (from original glance rbd driver):
1024 ** 2
Resulting in alot of tiny chucked writes instead of the default 8MB
writes.
** Also affects: python-glance-store (Ubuntu)
Importance: Undecided
Status: New
** Changed in: glance (Ubuntu)
Assignee: (unassigned) => James Page (james-page)
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to python-glance-store in Ubuntu.
https://bugs.launchpad.net/bugs/1378388
Title:
Performance regression uploading images to glance in juno
To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1378388/+subscriptions
More information about the Ubuntu-server-bugs
mailing list