v13.2.6 Mimic released

TheAnalyst

This is the sixth bugfix release of the Mimic v13.2.x long term stable release series. We recommend all Mimic users upgrade.

Notable Changes

  • Ceph v13.2.6 now packages python bindings for python3.6 instead of python3.4, because EPEL7 recently switched from python3.4 to python3.6 as the native python3. See the announcement for more details on the background of this change.

Changelog

  • cephfs: MDSMonitor: do not assign standby-replay when degraded (issue#36384, pr#26643, Patrick Donnelly)
  • ceph-volume: add –all flag to simple activate (pr#26655, Jan Fajerski)
  • ceph-volume: use our own testinfra suite for functional testing (pr#26702, Andrew Schoen)
  • cli: ability to change file ownership (issue#38370, pr#26760, Sébastien Han)
  • cli: better output of ‘ceph health detail’ (issue#39266, pr#27847, Shen Hang)
  • cls/rgw: raise debug level of bi_log_iterate_entries output (pr#27973, Casey Bodley)
  • common: ceph_timer: stop timer’s thread when it is suspended (issue#37766, pr#26583, Peng Wang)
  • common/str_map: fix trim() on empty string (issue#38329, pr#26810, Sage Weil)
  • core: ENOENT in collection_move_rename on EC backfill target (issue#36739, pr#27943, Neha Ojha)
  • core: Fix recovery and backfill priority handling (issue#38041, pr#27081, David Zafman)
  • crush: add root_bucket to identify underfull buckets (issue#38826, pr#27257, huangjun)
  • crush: backport recent upmap fixes (issue#37968, issue#38897, issue#37940, pr#27963, xie xingguo)
  • crush/CrushWrapper: ensure crush_choose_arg_map.size == max_buckets (issue#38664, pr#27082, Sage Weil)
  • doc: Fix incorrect mention of ‘osd_deep_mon_scrub_interval’ (pr#26860, Ashish Singh)
  • doc: Minor rados related documentation fixes (issue#38896, pr#27188, David Zafman)
  • doc: osd_recovery_priority is not documented (but osd_recovery_op_priority is) (issue#23999, pr#26901, David Zafman)
  • doc/radosgw: Document mappings of S3 Operations to ACL grants (issue#38523, pr#26968, Adam C. Emerson)
  • doc/rgw: document placement target configuration (issue#24508, pr#27032, Casey Bodley)
  • doc: Update bluestore config docs - fix typo (as -> has) (pr#27845, Yaniv Kaul)
  • doc: updated reference link for log based PG (issue#38465, pr#26829, James McClune)
  • include/intarith: enforce the same type for p2*() arguments (pr#27318, Ilya Dryomov)
  • librbd: avoid aggregate-initializing any static_visitor (issue#38659, pr#27041, Willem Jan Withagen)
  • librbd: avoid aggregate-initializing IsWriteOpVisitor (issue#38660, pr#27039, Willem Jan Withagen)
  • mds: drop reconnect message from non-existent session (issue#39026, pr#27916, Shen Hang)
  • mds: inode filtering on ‘dump cache’ asok (issue#11172, pr#27058, dongdong tao)
  • mds/server: check directory split after rename (issue#38994, pr#27917, Shen Hang)
  • mds: wait for client to release shared cap when re-acquiring xlock (issue#38491, pr#27023, “Yan, Zheng”)
  • mgr/balancer: blame if upmap won’t actually work (issue#38780, pr#26497, xie xingguo)
  • mgr/BaseMgrModule: drop GIL for ceph_send_command (issue#38537, pr#26833, Sage Weil)
  • mgr: crashdump feature backport (pr#24639, Noah Watkins, Sage Weil, Dan Mick)
  • mgr/dashboard: fix for using ‘::’ on hosts without ipv6 (issue#38575, pr#26750, Noah Watkins)
  • mgr/dashboard: Manager should complain about wrong dashboard certificate (issue#24453, pr#27747, Volker Theile, Ricardo Dias)
  • mgr/dashboard: Search broken for entries with null values (issue#38583, pr#26944, Patrick Nawracay)
  • mgr/dashboard: show I/O stats in Pool list (pr#27053, Alfonso Martínez)
  • mgr/dashboard: Update npm packages (issue#39080, pr#26670, Tiago Melo)
  • mgr/dashboard: Use human readable units on the OSD I/O graphs (issue#25075, pr#27558, Tiago Melo)
  • mgr: drop GIL in get_config (pr#26612, John Spray)
  • mgr: enable inter-module calls (pr#27638, John Spray)
  • mgr/prometheus: add interface and objectstore to osd metadata (pr#26537, Jan Fajerski, Konstantin Shalygin)
  • mgr/PyModule: put mgr_module_path first in sys.path (issue#38469, pr#26777, Tim Serong)
  • mon/OSDMonitor: fix osd boot check (pr#27351, Sage Weil)
  • mon/OSDMonitor: further improve prepare_command_pool_set E2BIG error message (issue#39353, pr#27647, Nathan Cutler)
  • msg: output peer address when detecting bad CRCs (issue#39367, pr#27860, Greg Farnum)
  • multisite: bucket full sync does not handle delete markers (issue#38007, pr#26194, Casey Bodley)
  • multisite: rgw_data_sync_status json decode failure breaks automated datalog trimming (issue#38373, pr#26615, Casey Bodley)
  • os/bluestore: backport new bitmap allocator (pr#26983, Igor Fedotov, Sage Weil)
  • os/bluestore: bitmap allocator might fail to return contiguous chunk despite having enough space (pr#27298, Igor Fedotov)
  • os/bluestore: call fault_range properly prior to looking for blob to … (pr#27570, Igor Fedotov)
  • os/bluestore: fix improper backport for p2 macros for bmap allocator (pr#27606, Igor Fedotov)
  • os/bluestore: fix length overflow (issue#39245, pr#27366, Jianpeng Ma)
  • os/bluestore: fix out-of-bound access in bmap allocator (pr#27738, Igor Fedotov)
  • os/bluestore_tool: bluefs-bdev-expand: indicate bypassed for main dev (pr#27447, Igor Fedotov)
  • osd: FAILED ceph_assert(attrs || !pg_log.get_missing().is_missing(soid) || (it_objects != pg_log.get_log().objects.end() && it_objects->second->op == pg_log_entry_t::LOST_REVERT)) in PrimaryLogPG::get_object_context() (issue#38931, issue#38784, pr#27940, xie xingguo)
  • osd: fixup OpTracker destruct assert, waiting_for_osdmap take ref with OpRequest (issue#38377, pr#26862, linbing)
  • osd/PG: discover missing objects when an OSD peers and PG is degraded (pr#27745, Jonas Jelten)
  • osd/PGLog.h: print olog_can_rollback_to before deciding to rollback (issue#38894, pr#27284, Neha Ojha)
  • osd/PGLog: preserve original_crt to check rollbackability (issue#39023, issue#36739, pr#27629, Neha Ojha)
  • osd/PrimaryLogPG: handle object !exists in handle_watch_timeout (issue#38432, pr#26709, Sage Weil)
  • osd: process_copy_chunk remove obc ref before pg unlock (issue#38842, pr#27587, Zengran Zhang)
  • osd: shutdown recovery_request_timer earlier (issue#38945, pr#27938, Zengran Zhang)
  • pybind/rados: fixed Python3 string conversion issue on get_fsid (issue#38381, pr#27259, Jason Dillaman)
  • rbd: API list_images() Segmentation fault (issue#38468, pr#26707, songweibin)
  • rbd: krbd: return -ETIMEDOUT in polling (issue#38792, pr#27588, Dongsheng Yang)
  • rbd_mirror: don’t report error if image replay canceled (pr#26140, Mykola Golub)
  • rgw: Adding tcp_nodelay option to Beast (issue#34308, pr#27367, Or Friedmann)
  • rgw admin: add tenant argument to reshard cancel (issue#38214, pr#27603, Abhishek Lekshmanan)
  • rgw-admin: fix data sync report for master zone (issue#38938, pr#27421, cfanz)
  • rgw: admin: handle delete_at attr in object stat output (pr#27828, Abhishek Lekshmanan)
  • rgw: allow radosgw-admin to list bucket w –allow-unordered (pr#28096, J. Eric Ivancich)
  • rgw: beast: set a default port for endpoints (issue#39000, pr#27661, Abhishek Lekshmanan)
  • rgw: bucket limit check misbehaves for > max-entries buckets (usually 1000) (pr#26945, Matt Benjamin)
  • rgw: bug in versioning concurrent, list and get have consistency issue (issue#38060, pr#26664, Wang Hao)
  • rgw: check for non-existent bucket in RGWGetACLs (issue#38116, pr#26529, Matt Benjamin)
  • rgw: cls_bucket_list_unordered lists a single shard (issue#39393, pr#28086, Casey Bodley)
  • rgw: data sync drains lease stack on lease failure (issue#38479, pr#26762, Casey Bodley)
  • rgw: don’t crash on missing /etc/mime.types (issue#38328, pr#27354, Casey Bodley)
  • rgw: failed to pass test_bucket_create_naming_bad_punctuation in s3test (issue#23587, issue#26965, pr#27666, yuliyang, Abhishek Lekshmanan)
  • rgw: fix bug of apply default quota, for this create new a user may core using beast (issue#38847, pr#27335, liaoxin01)
  • rgw: fix read not exists null version return wrong (issue#38811, pr#27304, Tianshan Qu)
  • rgw: Fix S3 compatibility bug when CORS is not found (issue#37945, pr#27356, Nick Janus)
  • rgw: GetBucketCORS API returns Not Found error code when CORS configuration does not exist (issue#26964, pr#27122, yuliyang, ashitakasam)
  • rgw: get or set realm zonegroup zone should check user’s caps for security (issue#37352, pr#27948, yuliyang, Casey Bodley)
  • rgw: ldap: fix LDAPAuthEngine::init() when uri !empty() (issue#38699, pr#27174, Matt Benjamin)
  • rgw: multiple es related fixes and improvements (issue#38028, issue#22877, issue#36233, issue#38030, issue#36092, pr#26517, Yehuda Sadeh, Abhishek Lekshmanan, Willem Jan Withagen)
  • rgw: nfs: skip empty (non-POSIX) path segments (issue#38744, pr#27179, Matt Benjamin)
  • rgw: only update last_trim marker on ENODATA (issue#38075, pr#26641, Casey Bodley)
  • rgw: resolve bugs and clean up garbage collection code (issue#38454, pr#27796, J. Eric Ivancich)
  • rgw: rgw_file: use correct secret key to check auth (issue#37855, pr#26687, MinSheng Lin)
  • rgw: sse c fixes (issue#38700, pr#27297, Adam Kupczyk, Casey Bodley, Abhishek Lekshmanan)
  • rgw: sync module: avoid printing attrs of objects in log (issue#37646, pr#27029, Abhishek Lekshmanan)
  • rgw: use chunked encoding to get partial results out faster (issue#12713, pr#28014, Robin H. Johnson)
  • rgw: when exclusive lock fails due existing lock, log add’l info (issue#38171, pr#26553, J. Eric Ivancich)
  • rgw: when using nfs-ganesha to upload file, rgw es sync module get failed (issue#36233, pr#27972, Abhishek Lekshmanan)
  • run-standalone.sh: Need double-quotes to handle | in core_pattern on all distributions (issue#38325, pr#26811, David Zafman)
  • spdk: update to latest spdk-18.05 branch (pr#27451, Kefu Chai)
  • test: run-standalone.sh set local library location so mgr can find li… (issue#38262, pr#26495, David Zafman)
  • test/store_test: fix/workaround for BlobReuseOnOverwriteUT and garbageCollection (pr#27055, Igor Fedotov)
  • test: Verify a log trim trims the dup_index (pr#26578, Brad Hubbard)
  • tools: ceph-disk/tests: use random unused port for CEPH_MON (issue#39066, pr#27228, Kefu Chai)
  • tools: ceph-objectstore-tool: rename dump-import to dump-export (issue#39284, pr#27635, David Zafman)