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

ceph-objectstore-tool: delete ObjectStore::Sequencer after umount #6113

Merged
1 commit merged into from Sep 30, 2015
Merged

ceph-objectstore-tool: delete ObjectStore::Sequencer after umount #6113

1 commit merged into from Sep 30, 2015

Conversation

ghost
Copy link

@ghost ghost commented Sep 29, 2015

An ObjectStore::Sequencer provided to an ObjectStore must not be
deallocated before umount. The ObjectStore::Sequencer may hold a pointer
to the instance with no reference counting. If a Context completes after
the ObjectStore::Sequencer is deleted, it could try to use it and fail.

http://tracker.ceph.com/issues/13176 Fixes: #13176

Signed-off-by: Loic Dachary ldachary@redhat.com

@ghost ghost assigned dzafman Sep 29, 2015
@ghost ghost added this to the infernalis milestone Sep 29, 2015
@dzafman
Copy link
Contributor

dzafman commented Sep 29, 2015

Nice.. 👍

An ObjectStore::Sequencer provided to an ObjectStore must not be
deallocated before umount. The ObjectStore::Sequencer may hold a pointer
to the instance with no reference counting. If a Context completes after
the ObjectStore::Sequencer is deleted, it could try to use it and fail.

http://tracker.ceph.com/issues/13176 Fixes: #13176

Signed-off-by: Loic Dachary <ldachary@redhat.com>
@ghost
Copy link
Author

ghost commented Sep 30, 2015

ghost pushed a commit that referenced this pull request Sep 30, 2015
ceph-objectstore-tool: delete ObjectStore::Sequencer after umount

Reviewed-by: David Zafman <dzafman@redhat.com>
@ghost ghost merged commit 7af863d into ceph:infernalis Sep 30, 2015
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants