From: Abhishek Lekshmanan Date: Tue, 27 Sep 2016 14:38:26 +0000 (+0200) Subject: doc/release-notes: more fixes to 10.2.3 X-Git-Tag: v11.0.1~84^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=9f97af26b8d4db97c37a265e35a3a838f9a45f32;p=ceph.git doc/release-notes: more fixes to 10.2.3 Signed-off-by: Abhishek Lekshmanan --- diff --git a/doc/release-notes.rst b/doc/release-notes.rst index 30900d0ec2f5..258a3fdb3001 100644 --- a/doc/release-notes.rst +++ b/doc/release-notes.rst @@ -23,6 +23,7 @@ Notable Changes * build/ops: rpm: OBS needs ExclusiveArch (`issue#16936 `_, `pr#10614 `_, Michel Normand) * cli: ceph command line tool chokes on ceph –w (the dash is unicode 'en dash' &ndash, copy-paste to reproduce) (`issue#12287 `_, `pr#10420 `_, Oleh Prypin, Kefu Chai) * common: expose buffer const_iterator symbols (`issue#16899 `_, `pr#10552 `_, Noah Watkins) +* common: global-init: fixup chown of the run directory along with log and asok files (`issue#15607 `_, `pr#8754 `_, Karol Mroz) * fs: ceph-fuse: link to libtcmalloc or jemalloc (`issue#16655 `_, `pr#10303 `_, Yan, Zheng) * fs: client: crash in unmount when fuse_use_invalidate_cb is enabled (`issue#16137 `_, `pr#10106 `_, Yan, Zheng) * fs: client: fstat cap release (`issue#15723 `_, `pr#9562 `_, Yan, Zheng, Noah Watkins) @@ -30,11 +31,6 @@ Notable Changes * fs: fix double-unlock on shutdown (`issue#17126 `_, `pr#10847 `_, Greg Farnum) * fs: fix mdsmap print_summary with standby replays (`issue#15705 `_, `pr#9547 `_, John Spray) * fs: fuse mounted file systems fails SAMBA CTDB ping_pong rw test with v9.0.2 (`issue#12653 `_, `issue#15634 `_, `pr#10108 `_, Yan, Zheng) -* jewel: global-init: fixup chown of the run directory along with log and asok files (`issue#15607 `_, `pr#8754 `_, Karol Mroz) -* jewel: msgr: AsyncConnection::lockmsg/async lockdep cycle: AsyncMessenger::lock, MDSDaemon::mds_lock, AsyncConnection::lock (`issue#16237 `_, `pr#10004 `_, Haomai Wang) -* jewel: msgr: async messenger mon crash (`issue#16378 `_, `issue#16418 `_, `pr#9996 `_, Haomai Wang) -* jewel: msgr: msg/async: connection race hang (`issue#15849 `_, `pr#10003 `_, Haomai Wang) -* jewel: librados: Add cleanup message with time to rados bench output (`issue#15704 `_, `pr#9740 `_, Vikhyat Umrao) * librados: Missing export for rados_aio_get_version in src/include/rados/librados.h (`issue#15535 `_, `pr#9574 `_, Jim Wright) * librados: osd: bad flags can crash the osd (`issue#16012 `_, `pr#9997 `_, Sage Weil) * librbd: Close journal and object map before flagging exclusive lock as released (`issue#16450 `_, `pr#10053 `_, Jason Dillaman) @@ -70,7 +66,10 @@ Notable Changes * mon: Monitor: validate prefix on handle_command() (`issue#16297 `_, `pr#10036 `_, You Ji) * mon: OSDMonitor: drop pg temps from not the current primary (`issue#16127 `_, `pr#9998 `_, Samuel Just) * mon: prepare_pgtemp needs to only update up_thru if newer than the existing one (`issue#16185 `_, `pr#10001 `_, Samuel Just) -* msg/async: msgr: backports of all asyncmsgr fixes to jewel (`issue#15503 `_, `issue#15372 `_, `pr#9633 `_, Yan Jun, Haomai Wang, Piotr Dałek) +* msgr: AsyncConnection::lockmsg/async lockdep cycle: AsyncMessenger::lock, MDSDaemon::mds_lock, AsyncConnection::lock (`issue#16237 `_, `pr#10004 `_, Haomai Wang) +* msgr: async messenger mon crash (`issue#16378 `_, `issue#16418 `_, `pr#9996 `_, Haomai Wang) +* msgr: backports of all asyncmsgr fixes to jewel (`issue#15503 `_, `issue#15372 `_, `pr#9633 `_, Yan Jun, Haomai Wang, Piotr Dałek) +* msgr: msg/async: connection race hang (`issue#15849 `_, `pr#10003 `_, Haomai Wang) * osd: FileStore: umount hang because sync thread doesn't exit (`issue#15695 `_, `pr#9105 `_, Kefu Chai) * osd: Fixes for list-inconsistent-* (`issue#15766 `_, `issue#16192 `_, `issue#15719 `_, `pr#9565 `_, David Zafman) * osd: New pools have bogus stuck inactive/unclean HEALTH_ERR messages until they are first active and clean (`issue#14952 `_, `pr#10007 `_, Sage Weil) @@ -152,6 +151,7 @@ Notable Changes * tests: improve rbd-mirror test case coverage (`issue#16197 `_, `pr#9631 `_, Mykola Golub, Jason Dillaman) * tests: rados/test.sh workunit timesout on OpenStack (`issue#15403 `_, `pr#8904 `_, Loic Dachary) * tools: ceph-disk: Accept bcache devices as data disks (`issue#13278 `_, `pr#8497 `_, Peter Sabaini) +* tools: rados: Add cleanup message with time to rados bench output (`issue#15704 `_, `pr#9740 `_, Vikhyat Umrao) * tools: src/script/subman fails with KeyError: 'nband' (`issue#16961 `_, `pr#10625 `_, Loic Dachary, Ali Maredia)