2013-08-15 22:46:30 +00:00
|
|
|
v0.68
|
|
|
|
~~~~~
|
|
|
|
|
|
|
|
* 'ceph osd crush set <id> <weight> <loc..>' no longer adds the osd to the
|
|
|
|
specified location, as that's a job for 'ceph osd crush add'. It will
|
|
|
|
however continue to work just the same as long as the osd already exists
|
|
|
|
in the crush map.
|
2013-08-15 22:22:41 +00:00
|
|
|
|
|
|
|
* The OSD now enforces that class write methods cannot both mutate an
|
|
|
|
object and return data. The rbd.assign_bid method, the lone
|
|
|
|
offender, has been removed. This breaks compatibility with
|
|
|
|
pre-bobtail librbd clients by preventing them from creating new
|
|
|
|
images.
|
2013-08-19 17:29:49 +00:00
|
|
|
|
|
|
|
* librados now returns on commit instead of ack for synchronous calls.
|
|
|
|
This is a bit safer in the case where both OSDs and the client crash, and
|
|
|
|
is probably how it should have been acting from the beginning. Users are
|
|
|
|
unlikely to notice but it could result in lower performance in some
|
|
|
|
circumstances. Those who care should switch to using the async interfaces,
|
|
|
|
which let you specify safety semantics precisely.
|