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

librbd: assert failure when using data pool #11641

Merged
merged 1 commit into from Oct 26, 2016

Conversation

vshankar
Copy link
Contributor

This fixes a silly assert that's hit during image creation
(cli/api) when the data pool specified is same as the pool
specified by -p/--pool option (or the default).

Signed-off-by: Venky Shankar vshankar@redhat.com

@dillaman
Copy link

dillaman commented Oct 25, 2016

@vshankar Actually, I'd rather have the constructor clear m_data_pool and clear the data pool feature bit if the pools are the same.

This fixes a silly assert that's hit during image creation
(cli/api) when the data pool specified is same as the pool
specified by -p/--pool option (or the default).

Signed-off-by: Venky Shankar <vshankar@redhat.com>
@dillaman dillaman merged commit fdea440 into ceph:master Oct 26, 2016
@vshankar vshankar deleted the rbd-data-pool-assert branch October 28, 2016 11:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants