Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WorkQueue: new PointerWQ base class for ContextWQ #6525

Merged
merged 1 commit into from Nov 11, 2015

Conversation

dillaman
Copy link

The existing work queues do not properly function if added to a running
thread pool. librbd uses a singleton thread pool which requires
dynamically adding/removing work queues as images are opened and closed.

Fixes: #13636
Signed-off-by: Jason Dillaman dillaman@redhat.com

The existing work queues do not properly function if added to a running
thread pool.  librbd uses a singleton thread pool which requires
dynamically adding/removing work queues as images are opened and closed.

Fixes: ceph#13636
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
jdurgin added a commit that referenced this pull request Nov 11, 2015
WorkQueue: new PointerWQ base class for ContextWQ

Reviewed-by: Josh Durgin <jdurgin@redhat.com>
@jdurgin jdurgin merged commit 3ab1668 into ceph:jewel Nov 11, 2015
openstack-gerrit pushed a commit to openstack-infra/elastic-recheck that referenced this pull request Feb 29, 2016
17 hits in 7 days, check and gate, all failures.

Looks like this is a regression in librados2 0.80.11-0ubuntu1.14.04.1
released on 2016/01/18 which does not have this fix from ceph:

ceph/ceph#6525

Change-Id: I583ccd7659e457f22bb1a63d354febc331b2b791
Related-Bug: #1551305
openstack-gerrit pushed a commit to openstack/openstack that referenced this pull request Feb 29, 2016
Project: openstack-infra/elastic-recheck  964e9ad64693a561123a4e9a731755d275159f25

Add query for ceph pure virtual method called bug 1551305

17 hits in 7 days, check and gate, all failures.

Looks like this is a regression in librados2 0.80.11-0ubuntu1.14.04.1
released on 2016/01/18 which does not have this fix from ceph:

ceph/ceph#6525

Change-Id: I583ccd7659e457f22bb1a63d354febc331b2b791
Related-Bug: #1551305
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants