Feature #2198
add an option to force a down osd to be marked immediately out
Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
% Done:
0%
Source:
Development
Tags:
Backport:
Reviewed:
Affected Versions:
Pull request ID:
History
#1 Updated by Sage Weil almost 11 years ago
What's the motivation for doing that? Is it any better than setting the out interval to be something very short?
#2 Updated by Greg Farnum almost 11 years ago
It guarantees that you always have the set number of copies on-disk when you get a commit, instead of probably having the correct number of copies.
#3 Updated by Sage Weil almost 11 years ago
Not really, a write will still go to N-1 replicas until the new one is backfilled up through the object's position.
In practice, i think this just means backfill may start and then be canceled/discarded if the osd comes back quickly. And there may be one less osdmap published..
#4 Updated by Greg Farnum almost 11 years ago
Hmm, yeah, I forgot about that.
Somebody was asking about it; I'm not sure if they cared exactly but I'm sure there will be people who want to be able to guarantee a number of on-disk copies.
#5 Updated by Sage Weil over 10 years ago
- Tracker changed from Bug to Feature