From: Loic Dachary Date: Thu, 14 Apr 2016 06:15:54 +0000 (+0200) Subject: release-notes: v10.1.2 release notes (draft) X-Git-Tag: ses3-milestone4~18^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a4819a67258f68b0447f8d8a80939a33fa0a0896;p=ceph.git release-notes: v10.1.2 release notes (draft) cd src/script virtualenv v source v/bin/activate pip install githubpy GitPython requests GITHUB_ACCESS_TOKEN=xxxxxxx ./ceph-release-notes \ -r tags/v10.1.1..tags/v10.1.2 $(git rev-parse --show-toplevel) Signed-off-by: Loic Dachary --- diff --git a/doc/release-notes.rst b/doc/release-notes.rst index ec4fecf7ef8c..923260708da4 100644 --- a/doc/release-notes.rst +++ b/doc/release-notes.rst @@ -2,6 +2,56 @@ Release Notes =============== +v10.1.2 +======= + +Notable Changes since v10.1.1 +----------------------------- + +* Jewel nfs fixes 3 (`pr#8460 `_, Matt Benjamin) +* PG: set epoch_created and parent_split_bits for child pg (`issue#15426 `_, `pr#8552 `_, Kefu Chai) +* Review-by: Orit Wasserman (`issue#15358 `_, `pr#8445 `_, Javier M. Mellid) +* authtool: update --help and manpage to match code. (`pr#8456 `_, Robin H. Johnson) +* build: Respect TMPDIR for virtualenv. (`pr#8457 `_, Robin H. Johnson) +* ceph-disk: do not always fail when re-using a partition (`pr#8508 `_, You Ji) +* ceph-fuse: rotate log file (`pr#8485 `_, Sage Weil) +* ceph-rest-api: fix fs/flag/set (`pr#8428 `_, Sage Weil) +* check-generated.sh: can't source bash from sh (`pr#8521 `_, Michal Jarzabek) +* common: buffer: put a guard for stat() syscall during read_file (`pr#7956 `_, xie xingguo) +* common: fix time_t cast in decode (`issue#15330 `_, `pr#8419 `_, Adam C. Emerson) +* crush: fix typo (`pr#8518 `_, Wei Jin) +* doc: rgw admin uses "region list" not "regions list" (`pr#8517 `_, Kris Jurka) +* journal: fix final result for JournalTrimmer::C_RemoveSet (`pr#8516 `_, runsisi) +* journal: fix race condition between Future and journal shutdown (`issue#15364 `_, `pr#8477 `_, Jason Dillaman) +* librados: Revert "rados: Add new field flags for ceph_osd_op.copy_get." (`pr#8486 `_, Sage Weil) +* librbd: disallow unsafe rbd_op_threads values (`issue#15034 `_, `pr#8459 `_, Josh Durgin) +* mailmap update (`pr#8522 `_, M Ranga Swami Reddy) +* mds: Add cmapv to ESessions default constructor initializer list (`pr#8403 `_, John Coyle) +* mds: fix file_layout_t legacy encoding snafu (`pr#8455 `_, Sage Weil) +* os/ObjectStore: make device uuid probe output something friendly (`pr#8418 `_, Sage Weil) +* os/bluestore: revamp BlueFS bdev management and add perfcounters (`issue#15376 `_, `pr#8431 `_, Sage Weil) +* os/filestore: force lfn attrs to be written atomically, restructure name length limits (`pr#8496 `_, Samuel Just) +* osd/ReplicatedPG::_rollback_to: update the OMAP flag (`issue#14777 `_, `pr#8495 `_, Samuel Just) +* osd: clean up temp object if copy-from fails (`pr#8487 `_, Sage Weil) +* osd: fix two scrub relevant issues (`pr#8462 `_, xie xingguo) +* osd: fix/clean up full map request handling (`pr#8446 `_, Sage Weil) +* osdc/Objecter: fix narrow race with tid assignment (`issue#14364 `_, `pr#7981 `_, Sage Weil) +* radosgw-admin: allow (`pr#8529 `_, Orit Wasserman) +* rbd-mirror: workaround for intermingled lockdep singletons (`pr#8476 `_, Jason Dillaman) +* rbd: journal reset should disable/re-enable journaling feature (`issue#15097 `_, `pr#8490 `_, Jason Dillaman) +* releases: update the v10.1.0 release link (`pr#8501 `_, Loic Dachary) +* rgw-admin: remove unused iterator and fix error message (`pr#8507 `_, Karol Mroz) +* rgw: aws4 subdomain calling bugfix (`issue#15369 `_, `pr#8472 `_, Javier M. Mellid) +* rgw: fix a typo in error message (`pr#8434 `_, Abhishek Lekshmanan) +* rgw: fix problem deleting objects begining with double underscores (`issue#15318 `_, `pr#8488 `_, Orit Wasserman) +* rgw: retry RGWRemoteMetaLog::read_log_info() while master is down (`pr#8453 `_, Casey Bodley) +* rgw: the map 'headers' is assigned a wrong value (`pr#8481 `_, weiqiaomiao) +* rgw_ldap: make ldap.h inclusion conditional (`pr#8500 `_, Matt Benjamin) +* systemd: drop any systemd imposed process/thread limits (`pr#8450 `_, James Page) +* test: fix ut test failure caused by lfn change (`issue#15464 `_, `pr#8544 `_, xie xingguo) +* test: fix valgrind memcheck issues for rbd-mirror test cases (`issue#15354 `_, `pr#8493 `_, Jason Dillaman) +* tests: add Ubuntu 16.04 xenial dockerfile (`pr#8519 `_, Loic Dachary) + v10.1.1 =======