From: Sage Weil Date: Fri, 27 Jun 2014 20:25:41 +0000 (-0700) Subject: doc/release-notes: v0.82 X-Git-Tag: v0.84~174 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=62027ec9f4e7ebcf9ea129bba78476309bc82702;p=ceph.git doc/release-notes: v0.82 Signed-off-by: Sage Weil --- diff --git a/PendingReleaseNotes b/PendingReleaseNotes index 3626519b6603..49d5553b6bc3 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -1,5 +1,5 @@ -v0.82 +v0.83 ----- * The experimental keyvaluestore-dev OSD backend had an on-disk format diff --git a/doc/release-notes.rst b/doc/release-notes.rst index 759752f66b38..ebd560151510 100644 --- a/doc/release-notes.rst +++ b/doc/release-notes.rst @@ -2,6 +2,54 @@ Release Notes =============== +v0.82 +===== + +This is the second post-firefly development release. It includes a range +of bug fixes and some usability improvements. There are some MDS debugging +and diagnostic tools, an improved 'ceph df', and some OSD backend refactoring +and cleanup. + +Notable Changes +--------------- + +* ceph-brag: add tox tests (Alfredo Deza) +* common: perfcounters now use atomics and go faster (Sage Weil) +* doc: CRUSH updates (John Wilkins) +* doc: osd primary affinity (John Wilkins) +* doc: pool quotas (John Wilkins) +* doc: pre-flight doc improvements (Kevin Dalley) +* doc: switch to an unencumbered font (Ross Turk) +* doc: update openstack docs (Josh Durgin) +* fix hppa arch build (Dmitry Smirnov) +* init-ceph: continue starting other daemons on crush or mount failure (#8343, Sage Weil) +* keyvaluestore: fix hint crash (#8381, Haomai Wang) +* libcephfs-java: build against older JNI headers (Greg Farnum) +* librados: fix rados_pool_list bounds checks (Sage Weil) +* mds: cephfs-journal-tool (John Spray) +* mds: improve Journaler on-disk format (John Spray) +* mds, libcephfs: use client timestamp for mtime/ctime (Sage Weil) +* mds: misc encoding improvements (John Spray) +* mds: misc fixes for multi-mds (Yan, Zheng) +* mds: OPTracker integration, dump_ops_in_flight (Greg Farnum) +* misc cleanup (Christophe Courtaut) +* mon: fix default replication pool ruleset choice (#8373, John Spray) +* mon: fix set cache_target_full_ratio (#8440, Geoffrey Hartz) +* mon: include per-pool 'max avail' in df output (Sage Weil) +* mon: prevent EC pools from being used with cephfs (Joao Eduardo Luis) +* mon: restore original weight when auto-marked out OSDs restart (Sage Weil) +* mon: use msg header tid for MMonGetVersionReply (Ilya Dryomov) +* osd: fix bogus assert during OSD shutdown (Sage Weil) +* osd: fix clone deletion case (#8334, Sam Just) +* osd: fix filestore removal corner case (#8332, Sam Just) +* osd: fix hang waiting for osdmap (#8338, Greg Farnum) +* osd: fix interval check corner case during peering (#8104, Sam Just) +* osd: fix journal-less operation (Sage Weil) +* osd: include backend information in metadata reported to mon (Sage Weil) +* rest-api: fix help (Ailing Zhang) +* rgw: check entity permission for put_metadata (#8428, Yehuda Sadeh) + + v0.81 =====