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

erasure-code: unfound test race condition #150

Closed
wants to merge 1 commit into from
Closed

erasure-code: unfound test race condition #150

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Sep 26, 2014

If osd.1 is not instructed to misbehave before the existing_%d objects
are added, they may have chunks on all four OSDs and therefore be
readable even after osd.1 is lost because it has chunks in three other osds.

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

Signed-off-by: Loic Dachary loic-201408@dachary.org

If osd.1 is not instructed to misbehave before the existing_%d objects
are added, they may have chunks on all four OSDs and therefore be
readable even after osd.1 is lost because it has chunks in three other osds.

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

Signed-off-by: Loic Dachary <loic-201408@dachary.org>
@ghost
Copy link
Author

ghost commented Oct 2, 2014

the real problem is that rados put existing fails with EEXISTS, not that the first put existing succeeds

@ghost ghost closed this Oct 2, 2014
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
0 participants