v16.2.11 Pacific released

yuriw

This is the eighth backport release in the Pacific series. We recommend all users update to this release.

Notable Changes

  • Cephfs: The 'AT_NO_ATTR_SYNC' macro is deprecated, please use the standard 'AT_STATX_DONT_SYNC' macro. The 'AT_NO_ATTR_SYNC' macro will be removed in the future.

  • Trimming of PGLog dups is now controlled by the size instead of the version. This fixes the PGLog inflation issue that was happening when the on-line (in OSD) trimming got jammed after a PG split operation. Also, a new off-line mechanism has been added: ceph-objectstore-tool got trim-pg-log-dups op that targets situations where OSD is unable to boot due to those inflated dups. If that is the case, in OSD logs the "You can be hit by THE DUPS BUG" warning will be visible. Relevant tracker: https://tracker.ceph.com/issues/53729

  • RBD: The rbd device unmap command gained the --namespace option. Support for namespaces was added to RBD in Nautilus 14.2.0; and while it has been possible to map and unmap images in namespaces using the image-spec syntax since then but the corresponding option available in most other commands was missing.

Changelog

  • .github/CODEOWNERS: tag core devs on core PRs (pr#46520, Neha Ojha)

  • .github: continue on error and reorder milestone step (pr#46448, Ernesto Puerta)

  • .readthedocs.yml: Always build latest doc/releases pages (pr#47443, David Galloway)

  • backport of cephadm: fix osd adoption with custom cluster name (pr#46552, Adam King)

  • bluestore: Improve deferred write decision (pr#49170, Adam Kupczyk, Igor Fedotov)

  • Add mapping for ernno:13 and adding path in error msg in opendir()/cephfs.pyx (pr#46646, Sarthak0702)

  • Catch exception if thrown by __generate_command_map() (pr#45893, Nikhil Kshirsagar)

  • ceph-fuse: add dedicated snap stag map for each directory (pr#46949, Xiubo Li)

  • ceph mixin: backports (pr#47868, Aswin Toni, Kefu Chai, Anthony D'Atri)

  • ceph-mixin: backport of recent cleanups (pr#46549, Arthur Outhenin-Chalandre)

  • ceph-volume/tests: fix lvm centos8-filestore-create job (pr#48123, Guillaume Abrioux)

  • ceph-volume: add a retry in util.disk.remove_partition (pr#47990, Guillaume Abrioux)

  • ceph-volume: allow listing devices by OSD ID (pr#47018, Rishabh Dave)

  • ceph-volume: avoid unnecessary subprocess calls (pr#46969, Guillaume Abrioux)

  • ceph-volume: decrease number of pvs calls in lvm list (pr#46967, Guillaume Abrioux)

  • ceph-volume: do not log sensitive details (pr#46729, Guillaume Abrioux)

  • ceph-volume: fix activate (pr#46511, Guillaume Abrioux, Sage Weil)

  • ceph-volume: fix inventory with device arg (pr#48126, Guillaume Abrioux)

  • ceph-volume: make is_valid() optional (pr#46731, Guillaume Abrioux)

  • ceph-volume: only warn when config file isn't found (pr#46069, Guillaume Abrioux)

  • ceph-volume: Pacific backports (pr#47413, Guillaume Abrioux, Zack Cerza, Arthur Outhenin-Chalandre)

  • ceph-volume: system.get_mounts() refactor (pr#47535, Guillaume Abrioux)

  • ceph-volume: zap osds in rollback_osd() (pr#44769, Guillaume Abrioux)

  • ceph.spec.in: disable annobin plugin if compile with gcc-toolset (pr#46368, Kefu Chai)

  • ceph.spec.in: remove build directory at end of %install (pr#45698, Tim Serong)

  • ceph_test_librados_service: wait longer for servicemap to update (pr#46677, Sage Weil)

  • cephadm batch backport May (pr#46327, Adam King, Redouane Kachach, Moritz Röhrich)

  • cephadm/ceph-volume: fix rm-cluster --zap (pr#47627, Guillaume Abrioux)

  • cephadm: add "su root root" to cephadm.log logrotate config (pr#47319, Adam King)

  • cephadm: add 'is_paused' field in orch status output (pr#46570, Guillaume Abrioux)

  • cephadm: add ip\_nonlocal\_bind to haproxy deployment (pr#48212, Michael Fritch)

  • Cephadm: Allow multiple virtual IP addresses for keepalived and haproxy (pr#47611, Luis Domingues)

  • cephadm: consider stdout to get container version (pr#48210, Tatjana Dehler)

  • cephadm: Fix disk size calculation (pr#48098, Paul Cuzner)

  • cephadm: Fix repo_gpgkey should return 2 vars (pr#47376, Laurent Barbe)

  • cephadm: improve network handling during bootstrap (pr#46309, Redouane Kachach)

  • cephadm: pin flake8 to 5.0.4 (pr#49058, Kefu Chai)

  • cephadm: preserve cephadm user during RPM upgrade (pr#46553, Scott Shambarger)

  • cephadm: prometheus: The generatorURL in alerts is only using hostname (pr#46352, Volker Theile)

  • cephadm: return nonzero exit code when applying spec fails in bootstrap (pr#48102, Adam King)

  • cephadm: run tests as root (pr#48470, Kefu Chai)

  • cephadm: support for Oracle Linux 8 (pr#47661, Adam King)

  • cephadm: support quotes around public/cluster network in config passed to bootstrap (pr#47664, Adam King)

  • cephfs: fix grammar (pr#48982, Zac Dover)

  • cephfs-data-scan: make scan_links more verbose (pr#48443, Mykola Golub)

  • cephfs-shell: fix put and get cmd (pr#46297, Dhairya Parmar, dparmar18)

  • cephfs-shell: move source to separate subdirectory (pr#47401, Tim Serong)

  • cephfs-top: adding filesystem menu option (pr#47998, Neeraj Pratap Singh)

  • cephfs-top: display average read/write/metadata latency (issue#48619, pr#47978, Venky Shankar)

  • cephfs-top: fix the rsp/wsp display (pr#47647, Jos Collin)

  • cephfs-top: make cephfs-top display scrollable (pr#48734, Jos Collin)

  • cephfs-top: Multiple filesystem support (pr#46146, Neeraj Pratap Singh)

  • client: always return ESTALE directly in handle_reply (pr#46557, Xiubo Li)

  • client: stop forwarding the request when exceeding 256 times (pr#46179, Xiubo Li)

  • client: switch AT_NO_ATTR_SYNC to AT_STATX_DONT_SYNC (pr#46679, Xiubo Li)

  • client/fuse: Fix directory DACs overriding for root (pr#46596, Kotresh HR)

  • client: abort the client if we couldn't invalidate dentry caches (pr#48109, Xiubo Li)

  • client: add option to disable collecting and sending metrics (pr#46798, Xiubo Li)

  • client: allow overwrites to file with size greater than the max_file_size (pr#47972, Tamar Shacked)

  • client: buffer the truncate if we have the Fx caps (pr#45792, Xiubo Li)

  • client: choose auth MDS for getxattr with the Xs caps (pr#46799, Xiubo Li)

  • client: do not uninline data for read (pr#48133, Xiubo Li)

  • client: fix incorrectly showing the .snap size for stat (pr#48413, Xiubo Li)

  • client: Inode::hold_caps_until is time from monotonic clock now (pr#46626, Laura Flores, Neeraj Pratap Singh)

  • client: stop the remount_finisher thread in the Client::unmount() (pr#48108, Xiubo Li)

  • client: use parent directory POSIX ACLs for snapshot dir (issue#57084, pr#48553, Venky Shankar)

  • cls/rbd: update last_read in group::snap_list (pr#49195, Ilya Dryomov, Prasanna Kumar Kalever)

  • cls/rgw: rgw_dir_suggest_changes detects race with completion (pr#45900, Casey Bodley)

  • cmake: check for python(\d)<span>.(\d+) when building boost (pr#46365, Kefu Chai)

  • cmake: remove spaces in macro used for compiling cython code (pr#47484, Kefu Chai)

  • CODEOWNERS: add RBD team (pr#46541, Ilya Dryomov)

  • common: use boost::shared_mutex on Windows (pr#47492, Lucian Petrut)

  • crash: pthread_mutex_lock() (pr#47684, Patrick Donnelly)

  • doc/_static: add scroll-margin-top to custom.css (pr#49645, Zac Dover)

  • doc/architecture: correct PDF link (pr#48796, Zac Dover)

  • doc/ceph-volume: add A. D'Atri's suggestions (pr#48646, Zac Dover)

  • doc/ceph-volume: improve prepare.rst (pr#48669, Zac Dover)

  • doc/ceph-volume: refine "bluestore" section (pr#48635, Zac Dover)

  • doc/ceph-volume: refine "filestore" section (pr#48637, Zac Dover)

  • doc/ceph-volume: refine "prepare" top matter (pr#48652, Zac Dover)

  • doc/ceph-volume: refine Filestore docs (pr#48671, Zac Dover)

  • doc/cephadm/services: fix example for specifying rgw placement (pr#47948, Redouane Kachach)

  • doc/cephadm/services: the config section of service specs (pr#47321, Redouane Kachach)

  • doc/cephadm: add airgapped install procedure (pr#49146, Zac Dover)

  • doc/cephadm: add note about OSDs being recreated to OSD removal section (pr#47103, Adam King)

  • doc/cephadm: add prompts to host-management.rst (pr#48590, Zac Dover)

  • doc/rados: add prompts to placement-groups.rst (pr#49272, Zac Dover)

  • doc/cephadm: Add post-upgrade section (pr#46977, Redouane Kachach)

  • doc/cephadm: alphabetize external tools list (pr#48726, Zac Dover)

  • doc/cephadm: arrange "listing hosts" section (pr#48724, Zac Dover)

  • doc/cephadm: clean colons in host-management.rst (pr#48604, Zac Dover)

  • doc/cephadm: correct version staggered upgrade got in pacific (pr#48056, Adam King)

  • doc/cephadm: document recommended syntax for mounting files with ECA (pr#48069, Adam King)

  • doc/cephadm: enhancing daemon operations documentation (pr#46976, Redouane Kachach)

  • doc/cephadm: fix example for specifying networks for rgw (pr#47807, Adam King)

  • doc/cephadm: fix grammar in compatibility.rst (pr#48715, Zac Dover)

  • doc/cephadm: format airgap install procedure (pr#49149, Zac Dover)

  • doc/cephadm: improve airgapping procedure grammar (pr#49158, Zac Dover)

  • doc/cephadm: improve front matter (pr#48607, Zac Dover)

  • doc/cephadm: improve grammar in "listing hosts" (pr#49165, Zac Dover)

  • doc/cephadm: improve lone sentence (pr#48738, Zac Dover)

  • doc/cephadm: refine "Removing Hosts" (pr#49707, Zac Dover)

  • doc/cephadm: s/osd/OSD/ where appropriate (pr#49718, Zac Dover)

  • doc/cephadm: s/ssh/SSH/ in doc/cephadm (complete) (pr#48612, Zac Dover)

  • doc/cephadm: s/ssh/SSH/ in troubleshooting.rst (pr#48602, Zac Dover)

  • doc/cephadm: update install.rst (pr#48595, Zac Dover)

  • doc/cephfs - s/yet to here/yet to hear/ posix.rst (pr#49449, Zac Dover)

  • doc/cephfs/add-remove-mds: added cephadm note, refined "Adding an MDS" (pr#45878, Dhairya Parmar)

  • doc/cephfs: fix "e.g." in posix.rst (pr#49451, Zac Dover)

  • doc/cephfs: s/all of there are/all of these are/ (pr#49447, Zac Dover)

  • doc/conf.py: run ditaa with java (pr#48906, Kefu Chai)

  • doc/css: add "span" padding to custom.css (pr#49694, Zac Dover)

  • doc/css: add scroll-margin-top to dt elements (pr#49640, Zac Dover)

  • doc/css: Add scroll-margin-top to h2 html element (pr#49662, Zac Dover)

  • doc/css: add top-bar padding for h3 html element (pr#49702, Zac Dover)

  • doc/dev/cephadm: fix host maintenance enter/exit syntax (pr#49647, Ranjini Mandyam Narasiodeyar)

  • doc/dev/developer_guide/tests-unit-tests: Add unit test caveat (pr#49013, Matan Breizman)

  • doc/dev: add context note to dev guide config (pr#46817, Zac Dover)

  • doc/dev: add Dependabot section to essentials.rst (pr#47043, Zac Dover)

  • doc/dev: add explanation of how to use deduplication (pr#48568, Myoungwon Oh)

  • doc/dev: add IRC registration instructions (pr#46939, Zac Dover)

  • doc/dev: add submodule-update link to dev guide (pr#48480, Zac Dover)

  • doc/dev: alphabetize EC glossary (pr#48686, Zac Dover)

  • doc/dev: edit delayed-delete.rst (pr#47050, Zac Dover)

  • doc/dev: Elaborate on boost .deb creation (pr#47416, David Galloway)

  • doc/dev: fix graphviz diagram (pr#48923, Zac Dover)

  • doc/dev: improve Basic Workflow wording (pr#49078, Zac Dover)

  • doc/dev: improve EC glossary (pr#48676, Zac Dover)

  • doc/dev: improve lone sentence (pr#48741, Zac Dover)

  • doc/dev: improve presentation of note (git remote) (pr#48236, Zac Dover)

  • doc/dev: link to Dot User's Manual (pr#48926, Zac Dover)

  • doc/dev: refine erasure_coding.rst (pr#48701, Zac Dover)

  • doc/dev: remove deduplication.rst from pacific (pr#48571, Zac Dover)

  • doc/dev: s/github/GitHub/ in essentials.rst (pr#47049, Zac Dover)

  • doc/dev: s/master/main/ essentials.rst dev guide (pr#46662, Zac Dover)

  • doc/dev: s/master/main/ in basic workflow (pr#46704, Zac Dover)

  • doc/dev: s/master/main/ in title (pr#46722, Zac Dover)

  • doc/dev: s/the the/the/ in basic-workflow.rst (pr#46934, Zac Dover)

  • doc/dev: update basic-workflow.rst (pr#46288, Zac Dover)

  • doc/dev_guide: s/master/main in merging.rst (pr#46710, Zac Dover)

  • doc/glosary.rst: add "Ceph Block Device" term (pr#48745, Zac Dover)

  • doc/glossary - add "secrets" (pr#49398, Zac Dover)

  • doc/glossary.rst: add "Ceph Dashboard" term (pr#48749, Zac Dover)

  • doc/glossary.rst: alphabetize glossary terms (pr#48339, Zac Dover)

  • doc/glossary.rst: define "Ceph Manager" (pr#48765, Zac Dover)

  • doc/glossary.rst: remove duplicates (pr#48358, Zac Dover)

  • doc/glossary.rst: remove old front matter (pr#48755, Zac Dover)

  • doc/glossary: add "BlueStore" (pr#48778, Zac Dover)

  • doc/glossary: add "ceph monitor" entry (pr#48448, Zac Dover)

  • doc/glossary: add "Ceph Object Store" (pr#49031, Zac Dover)

  • doc/glossary: add "Dashboard Module" (pr#49138, Zac Dover)

  • doc/glossary: add "FQDN" entry (pr#49425, Zac Dover)

  • doc/glossary: add "mds" term (pr#48872, Zac Dover)

  • doc/glossary: add "RADOS Cluster" (pr#49135, Zac Dover)

  • doc/glossary: add "RADOS" definition (pr#48951, Zac Dover)

  • doc/glossary: Add "SDS" (pr#48977, Zac Dover)

  • doc/glossary: add DAS (pr#49255, Zac Dover)

  • doc/glossary: add matter to "RBD" (pr#49266, Zac Dover)

  • doc/glossary: add oxford comma to "Cluster Map" (pr#48993, Zac Dover)

  • doc/glossary: beef up "Ceph Block Storage" (pr#48965, Zac Dover)

  • doc/glossary: capitalize "DAS" correctly (pr#49604, Zac Dover)

  • doc/glossary: clean OSD id-related entries (pr#49590, Zac Dover)

  • doc/glossary: Clean up "Ceph Object Storage" (pr#49668, Zac Dover)

  • doc/glossary: collate "releases" entries (pr#49601, Zac Dover)

  • doc/glossary: Define "Ceph Node" (pr#48995, Zac Dover)

  • doc/glossary: define "Ceph Object Gateway" (pr#48902, Zac Dover)

  • doc/glossary: define "Ceph OSD" (pr#48771, Zac Dover)

  • doc/glossary: define "Ceph Storage Cluster" (pr#49003, Zac Dover)

  • doc/glossary: define "OSD" (pr#48760, Zac Dover)

  • doc/glossary: define "RGW" (pr#48961, Zac Dover)

  • doc/glossary: disambiguate "OSD" (pr#48791, Zac Dover)

  • doc/glossary: disambiguate clauses (pr#49575, Zac Dover)

  • doc/glossary: fix "Ceph Client" (pr#49033, Zac Dover)

  • doc/glossary: improve "Ceph Manager Dashboard" (pr#48825, Zac Dover)

  • doc/glossary: improve "Ceph Manager" term (pr#48812, Zac Dover)

  • doc/glossary: improve "Ceph Point Release" entry (pr#48891, Zac Dover)

  • doc/glossary: improve "ceph" term (pr#48821, Zac Dover)

  • doc/glossary: improve wording (pr#48752, Zac Dover)

  • doc/glossary: link to "Ceph Manager" (pr#49064, Zac Dover)

  • doc/glossary: link to OSD material (pr#48785, Zac Dover)

  • doc/glossary: redirect entries to "Ceph OSD" (pr#48834, Zac Dover)

  • doc/glossary: remove "Ceph System" (pr#49073, Zac Dover)

  • doc/glossary: remove "Ceph Test Framework" (pr#48842, Zac Dover)

  • doc/glossary: rewrite "Ceph File System" (pr#48918, Zac Dover)

  • doc/glossary: s/an/each/ where it's needed (pr#49596, Zac Dover)

  • doc/glossary: s/Ceph System/Ceph Cluster/ (pr#49081, Zac Dover)

  • doc/glossary: s/comprising/consisting of/ (pr#49019, Zac Dover)

  • doc/glossary: update "Cluster Map" (pr#48798, Zac Dover)

  • doc/glossary: update "pool/pools" (pr#48858, Zac Dover)

  • doc/index.rst: add link to Dev Guide basic workfl (pr#46903, Zac Dover)

  • doc/install: clone-source.rst s/master/main (pr#48381, Zac Dover)

  • doc/install: improve updating submodules procedure (pr#48465, Zac Dover)

  • doc/install: update "Official Releases" sources (pr#49039, Zac Dover)

  • doc/install: update clone-source.rst (pr#49378, Zac Dover)

  • doc/man/ceph-rbdnamer: remove obsolete udev rule (pr#49696, Ilya Dryomov)

  • doc/man/rbd: Mention changed bluestore\_min\_alloc\_size (pr#47578, Niklas Hambüchen)

  • doc/man: define --num-rep, --min-rep and --max-rep (pr#49660, Zac Dover)

  • doc/mgr: add prompt directives to dashboard.rst (pr#47823, Zac Dover)

  • doc/mgr: edit orchestrator.rst (pr#47781, Zac Dover)

  • doc/mgr: name data source in "Man Install & Config" (pr#48371, Zac Dover)

  • doc/mgr: update prompts in dboard.rst includes (pr#47870, Zac Dover)

  • doc/monitoring: add min vers of apps in mon stack (pr#48062, Zac Dover, Himadri Maheshwari)

  • doc/osd: Fixes the introduction for writeback mode of cache tier (pr#48883, Mingyuan Liang)

  • doc/rados/operations: add prompts to operating.rst (pr#47587, Zac Dover)

  • doc/rados: add prompts to add-or-remove-osds (pr#49071, Zac Dover)

  • doc/rados: add prompts to add-or-rm-prompts.rst (pr#48986, Zac Dover)

  • doc/rados: add prompts to monitoring-osd-pg.rst (pr#49240, Zac Dover)

  • doc/rados: add prompts to add-or-rm-prompts.rst (pr#48980, Zac Dover)

  • doc/rados: add prompts to auth-config-ref.rst (pr#49516, Zac Dover)

  • doc/rados: add prompts to balancer.rst (pr#49112, Zac Dover)

  • doc/rados: add prompts to bluestore-config-ref.rst (pr#49536, Zac Dover)

  • doc/rados: add prompts to bluestore-migration.rst (pr#49123, Zac Dover)

  • doc/rados: add prompts to cache-tiering.rst (pr#49125, Zac Dover)

  • doc/rados: add prompts to ceph-conf.rst (pr#49493, Zac Dover)

  • doc/rados: add prompts to change-mon-elections.rst (pr#49130, Zac Dover)

  • doc/rados: add prompts to control.rst (pr#49128, Zac Dover)

  • doc/rados: add prompts to crush-map.rst (pr#49184, Zac Dover)

  • doc/rados: add prompts to devices.rst (pr#49188, Zac Dover)

  • doc/rados: add prompts to erasure-code-clay.rst (pr#49206, Zac Dover)

  • doc/rados: add prompts to erasure-code-isa (pr#49208, Zac Dover)

  • doc/rados: add prompts to erasure-code-jerasure.rst (pr#49210, Zac Dover)

  • doc/rados: add prompts to erasure-code-lrc.rst (pr#49219, Zac Dover)

  • doc/rados: add prompts to erasure-code-shec.rst (pr#49221, Zac Dover)

  • doc/rados: add prompts to health-checks (1 of 5) (pr#49223, Zac Dover)

  • doc/rados: add prompts to health-checks (2 of 5) (pr#49225, Zac Dover)

  • doc/rados: add prompts to health-checks (3 of 5) (pr#49227, Zac Dover)

  • doc/rados: add prompts to health-checks (4 of 5) (pr#49229, Zac Dover)

  • doc/rados: add prompts to health-checks (5 of 5) (pr#49231, Zac Dover)

  • doc/rados: add prompts to librados-intro.rst (pr#49552, Zac Dover)

  • doc/rados: add prompts to monitoring.rst (pr#49245, Zac Dover)

  • doc/rados: add prompts to msgr2.rst (pr#49512, Zac Dover)

  • doc/rados: add prompts to pg-repair.rst (pr#49247, Zac Dover)

  • doc/rados: add prompts to placement-groups.rst (pr#49274, Zac Dover)

  • doc/rados: add prompts to placement-groups.rst (3) (pr#49276, Zac Dover)

  • doc/rados: add prompts to pools.rst (pr#48060, Zac Dover)

  • doc/rados: add prompts to stretch-mode.rst (pr#49370, Zac Dover)

  • doc/rados: add prompts to upmap.rst (pr#49372, Zac Dover)

  • doc/rados: add prompts to user-management.rst (pr#49385, Zac Dover)

  • doc/rados: clarify default EC pool from simplest (pr#49469, Zac Dover)

  • doc/rados: cleanup "erasure code profiles" (pr#49051, Zac Dover)

  • doc/rados: correct typo in python.rst (pr#49560, Zac Dover)

  • doc/rados: fix grammar in configuration/index.rst (pr#48885, Zac Dover)

  • doc/rados: fix prompts in erasure-code.rst (pr#48335, Zac Dover)

  • doc/rados: improve pools.rst (pr#48868, Zac Dover)

  • doc/rados: link to cephadm replacing osd section (pr#49681, Zac Dover)

  • doc/rados: move colon (pr#49705, Zac Dover)

  • doc/rados: refine English in crush-map-edits.rst (pr#48366, Zac Dover)

  • doc/rados: remove prompt from php.ini line (pr#49562, Zac Dover)

  • doc/rados: reword part of cache-tiering.rst (pr#48888, Zac Dover)

  • doc/rados: rewrite EC intro (pr#48324, Zac Dover)

  • doc/rados: s/backend/back end/ (pr#48782, Zac Dover)

  • doc/rados: update "Pools" material (pr#48856, Zac Dover)

  • doc/rados: update bluestore-config-ref.rst (pr#46485, Zac Dover)

  • doc/rados: update prompts in crush-map-edits.rst (pr#48364, Zac Dover)

  • doc/rados: update prompts in network-config-ref (pr#48158, Zac Dover)

  • doc/radosgw: add prompts to multisite.rst (pr#48660, Zac Dover)

  • doc/radosgw: add push_endpoint for rabbitmq (pr#48488, Zac Dover)

  • doc/radosgw: improve "Ceph Object Gateway" text (pr#48864, Zac Dover)

  • doc/radosgw: improve grammar - notifications.rst (pr#48495, Zac Dover)

  • doc/radosgw: refine "bucket notifications" (pr#48562, Zac Dover)

  • doc/radosgw: refine "notification reliability" (pr#48530, Zac Dover)

  • doc/radosgw: refine "notifications" and "events" (pr#48580, Zac Dover)

  • doc/radosgw: refine notifications.rst - top part (pr#48503, Zac Dover)

  • doc/radosgw: update notifications.rst - grammar (pr#48500, Zac Dover)

  • doc/radosgw: Uppercase s3 (pr#47360, Anthony D'Atri)

  • doc/radosw: improve radosgw text (pr#48967, Zac Dover)

  • doc/radowsgw: add prompts to notifications.rst (pr#48536, Zac Dover)

  • doc/rbd: improve grammar in "immutable object..." (pr#48970, Zac Dover)

  • doc/rbd: refine "Create a Block Device Pool" (pr#49308, Zac Dover)

  • doc/rbd: refine "Create a Block Device User" (pr#49319, Zac Dover)

  • doc/rbd: refine "Create a Block Device User" (pr#49301, Zac Dover)

  • doc/rbd: refine "Creating a Block Device Image" (pr#49347, Zac Dover)

  • doc/rbd: refine "Listing Block Device Images" (pr#49349, Zac Dover)

  • doc/rbd: refine "Removing a Block Device Image" (pr#49357, Zac Dover)

  • doc/rbd: refine "Resizing a Block Device Image" (pr#49353, Zac Dover)

  • doc/rbd: refine "Restoring a Block Device Image" (pr#49355, Zac Dover)

  • doc/rbd: refine "Retrieving Image Information" (pr#49351, Zac Dover)

  • doc/rbd: refine rbd-exclusive-locks.rst (pr#49598, Zac Dover)

  • doc/rbd: refine rbd-snapshot.rst (pr#49485, Zac Dover)

  • doc/rbd: remove typo and ill-formed command (pr#49366, Zac Dover)

  • doc/rbd: s/wuold/would/ in rados-rbd-cmds.rst (pr#49592, Zac Dover)

  • doc/rbd: update iSCSI gateway info (pr#49069, Zac Dover)

  • doc/releases: improve grammar in pacific.rst (pr#48426, Zac Dover)

  • doc/releases: update pacific release notes (pr#48404, Zac Dover)

  • doc/security: improve grammar in CVE-2022-0670.rst (pr#48431, Zac Dover)

  • doc/start: add Anthony D'Atri's suggestions (pr#49616, Zac Dover)

  • doc/start: add link-related metadocumentation (pr#49607, Zac Dover)

  • doc/start: alphabetize hardware-recs links (pr#46340, Zac Dover)

  • doc/start: improve documenting-ceph.rst (pr#49566, Zac Dover)

  • doc/start: make OSD and MDS structures parallel (pr#46656, Zac Dover)

  • doc/start: Polish network section of hardware-recommendations.rst (pr#46663, Anthony D'Atri)

  • doc/start: refine "Quirks of RST" (pr#49611, Zac Dover)

  • doc/start: rewrite CRUSH para (pr#46657, Zac Dover)

  • doc/start: rewrite hardware-recs networks section (pr#46653, Zac Dover)

  • doc/start: s/3/three/ in intro.rst (pr#46326, Zac Dover)

  • doc/start: update documenting-ceph branch names (pr#47956, Zac Dover)

  • doc/start: update documenting-ceph.rst (pr#49571, Zac Dover)

  • doc/start: update hardware recs (pr#47122, Zac Dover)

  • doc/various: update link to CRUSH pdf (pr#48403, Zac Dover)

  • doc: add disk benchmarking and cache recommendations (pr#46348, Dan van der Ster)

  • doc: backport pacific release notes into pacific branch (pr#46484, Zac Dover, David Galloway)

  • doc: Change 'ReST' to 'REST' in doc/radosgw/layout.rst (pr#48654, wangyingbin)

  • doc: fix a couple grammatical things (pr#49622, Brad Fitzpatrick)

  • doc: fix a typo (pr#49684, Brad Fitzpatrick)

  • doc: Install graphviz (pr#48905, David Galloway)

  • doc: point to main branch for release info (pr#48958, Patrick Donnelly)

  • doc: Update release process doc to accurately reflect current process (pr#47838, David Galloway)

  • docs/start: fixes typo and empty headline in hardware recommendation … (pr#48392, Sebastian Schmid)

  • docs: correct add system user to the master zone command (pr#48656, Salar Nosrati-Ershad)

  • docs: fix doc link pointing to master in dashboard.rst (pr#47791, Nizamudeen A)

  • doc: Wip doc pr 46109 backport to pacific (pr#46117, Ville Ojamo)

  • doc: Wip min hardware typo pacific backport 2022 05 19 (pr#46347, Zac Dover)

  • Fix data corruption in bluefs truncate() (pr#45171, Adam Kupczyk)

  • fsmap: switch to using iterator based loop (pr#48269, Aliaksei Makarau)

  • Implement CIDR blocklisting (pr#46470, Jos Collin, Greg Farnum)

  • include/buffer: include(pr#47295, Kefu Chai, Duncan Bellamy)

  • include: fix IS_ERR on Windows (pr#47923, Lucian Petrut)

  • libcephfs: define AT_NO_ATTR_SYNC back for backward compatibility (pr#47862, Xiubo Li)

  • libcephsqlite: ceph-mgr crashes when compiled with gcc12 (pr#47271, Ganesh Maharaj Mahalingam)

  • librados/watch_notify: reconnect after socket injection (pr#46499, Nitzan Mordechai)

  • librados: rados_ioctx_destroy check for initialized ioctx (pr#47451, Nitzan Mordechai)

  • librbd/cache/pwl: fix clean vs bytes_dirty cache state inconsistency (pr#49054, Yin Congmin)

  • librbd/cache/pwl: fix endianness issue (pr#46815, Yin Congmin)

  • librbd/cache/pwl: narrow the scope of m_lock in write_image_cache_state() (pr#47939, Ilya Dryomov, Yin Congmin)

  • librbd: bail from schedule_request_lock() if already lock owner (pr#47161, Christopher Hoffman)

  • librbd: retry ENOENT in V2_REFRESH_PARENT as well (pr#47995, Ilya Dryomov)

  • librbd: tweak misleading "image is still primary" error message (pr#47247, Ilya Dryomov)

  • librbd: unlink newest mirror snapshot when at capacity, bump capacity (pr#46593, Ilya Dryomov)

  • librbd: update progress for non-existent objects on deep-copy (pr#46909, Ilya Dryomov)

  • librbd: use actual monitor addresses when creating a peer bootstrap token (pr#47911, Ilya Dryomov)

  • make-dist: patch boost source to support python 3.10 … (pr#47027, Tim Serong, Kefu Chai)

  • mds/client: fail the request if the peer MDS doesn't support getvxattr op (pr#47891, Xiubo Li, Zack Cerza)

  • mds/Server: Do not abort MDS on unknown messages (pr#48253, Dhairya Parmar, Dhairy Parmar)

  • mds: add a perf counter to record slow replies (pr#46138, haoyixing)

  • mds: damage table only stores one dentry per dirfrag (pr#48262, Patrick Donnelly)

  • mds: do not assert early on when issuing client leases (issue#54701, pr#46567, Venky Shankar)

  • mds: Don't blocklist clients in any replay state (pr#47111, Kotresh HR)

  • mds: fix crash when exporting unlinked dir (pr#47180, 胡玮文)

  • mds: include encoded stray inode when sending dentry unlink message to replicas (issue#54046, pr#46183, Venky Shankar)

  • mds: increment directory inode's change attr by one (pr#48521, Ramana Raja)

  • mds: notify the xattr_version to replica MDSes (pr#47056, Xiubo Li)

  • mds: skip fetching the dirfrags if not a directory (pr#47433, Xiubo Li)

  • mds: standby-replay daemon always removed in MDSMonitor::prepare_beacon (pr#47282, Patrick Donnelly)

  • mds: switch to use projected inode instead (pr#47059, Xiubo Li)

  • mds: wait unlink to finish to avoid conflict when creating same entries (pr#48453, Xiubo Li)

  • mgr/alerts: Add Message-Id and Date header to sent emails (pr#46312, Lorenz Bausch)

  • mgr, mgr/prometheus: Fix regression with prometheus metrics (pr#47693, Prashant D)

  • mgr, mgr/prometheus: Fix regression with prometheus metrics (pr#46429, Prashant D)

  • mgr, mon: Keep upto date metadata with mgr for MONs (pr#47692, Laura Flores, Prashant D)

  • mgr, mon: Keep upto date metadata with mgr for MONs (pr#46427, Prashant D)

  • mgr/ActivePyModules.cc: fix cases where GIL is held while attempting to lock mutex (pr#46302, Cory Snyder)

  • mgr/cephadm: Add disk rescan feature to the orchestrator (pr#47372, Adam King, Paul Cuzner)

  • mgr/cephadm: adding logic to close ports when removing a daemon (pr#46780, Redouane Kachach)

  • mgr/cephadm: Adding logic to store grafana cert/key per node (pr#48103, Redouane Kachach)

  • mgr/cephadm: allow setting prometheus retention time (pr#48100, Adam King)

  • mgr/cephadm: capture exception when not able to list upgrade tags (pr#46776, Redouane Kachach)

  • mgr/cephadm: check if a service exists before trying to restart it (pr#46779, Redouane Kachach)

  • mgr/cephadm: clear error message when resuming upgrade (pr#47375, Adam King)

  • mgr/cephadm: don't redeploy osds seen in raw list if cephadm knows them (pr#46545, Adam King)

  • mgr/cephadm: fixing scheduler consistent hashing (pr#46975, Redouane Kachach)

  • mgr/cephadm: Raw OSD Support (pr#45964, Guillaume Abrioux, Adam King, Sage Weil)

  • mgr/cephadm: reconfig iscsi daemons if trusted_ip_list changes (pr#48096, Adam King)

  • mgr/cephadm: recreate osd config when redeploy/reconfiguring (pr#47663, Adam King)

  • mgr/cephadm: set dashboard grafana-api-password when user provides one (pr#47662, Adam King)

  • mgr/cephadm: staggered upgrade (pr#46359, Adam King)

  • mgr/cephadm: try to get FQDN for active instance (pr#46775, Tatjana Dehler)

  • mgr/cephadm: use host shortname for osd memory autotuning (pr#46556, Adam King)

  • mgr/dashboard: don't log 3xx as errors (pr#46461, Ernesto Puerta)

  • mgr/dashboard: WDC multipath bug fixes (pr#46456, Nizamudeen A)

  • mgr/dashboard: Add details to the modal which displays the `safe-to-d… (pr#48176, Francesco Torchia)

  • mgr/dashboard: add option to resolve ip addr (pr#48220, Tatjana Dehler)

  • mgr/dashboard: add required validation for frontend and monitor port (pr#47357, Avan Thakkar)

  • mgr/dashboard: Add text to empty life expectancy column (pr#48276, Francesco Torchia)

  • mgr/dashboard: allow cross origin when the url is set (pr#49151, Nizamudeen A)

  • mgr/dashboard: allow Origin url for CORS if present in config (pr#49429, Avan Thakkar)

  • mgr/dashboard: batch rbd-mirror backports (pr#46531, Pere Diaz Bou, Pedro Gonzalez Gomez, Nizamudeen A, Melissa Li, Sarthak0702, Avan Thakkar, Aashish Sharma)

  • mgr/dashboard: BDD approach for the dashboard cephadm e2e (pr#46529, Nizamudeen A)

  • mgr/dashboard: bug fixes for rbd mirroring edit and promotion/demotion (pr#48806, Pedro Gonzalez Gomez)

  • mgr/dashboard: bump moment from 2.29.1 to 2.29.3 in /src/pybind/mgr/dashboard/frontend (pr#46717, dependabot[bot])

  • mgr/dashboard: bump up teuthology (pr#47497, Kefu Chai)

  • mgr/dashboard: Creating and editing Prometheus AlertManager silences is buggy (pr#46277, Volker Theile)

  • mgr/dashboard: customizable log-in page text/banner (pr#46343, Sarthak0702)

  • mgr/dashboard: dashboard help command showing wrong syntax for login-banner (pr#46810, Sarthak0702)

  • mgr/dashboard: display helpfull message when the iframe-embedded Grafana dashboard failed to load (pr#47008, Ngwa Sedrick Meh)

  • mgr/dashboard: do not recommend throughput for ssd's only cluster (pr#47155, Nizamudeen A)

  • mgr/dashboard: don't log tracebacks on 404s (pr#47093, Ernesto Puerta)

  • mgr/dashboard: enable addition of custom Prometheus alerts (pr#48099, Patrick Seidensal)

  • mgr/dashboard: ensure limit 0 returns 0 images (pr#47888, Pere Diaz Bou)

  • mgr/dashboard: Feature 54330 osd creation workflow (pr#46690, Pere Diaz Bou, Nizamudeen A, Sarthak0702)

  • mgr/dashboard: fix _rbd_image_refs caching (pr#47636, Pere Diaz Bou)

  • mgr/dashboard: fix Expected to find element: `cd-modal .badge but never found it (pr#48142, Nizamudeen A)

  • mgr/dashboard: fix nfs exports form issues with squash field (pr#47960, Nizamudeen A)

  • mgr/dashboard: fix openapi-check (pr#48045, Pere Diaz Bou)

  • mgr/dashboard: fix rgw connect when using ssl (issue#56970, pr#48189, Henry Hirsch)

  • mgr/dashboard: fix snapshot creation with duplicate name (pr#48048, Aashish Sharma)

  • mgr/dashboard: fix ssl cert validation for ingress service creation (pr#46204, Avan Thakkar)

  • mgr/dashboard: fix unmanaged service creation (pr#48026, Nizamudeen A)

  • mgr/dashboard: fix wrong pg status processing (pr#46228, Ernesto Puerta)

  • mgr/dashboard: form field validation icons overlap with other icons (pr#46379, Sarthak0702)

  • mgr/dashboard: grafana frontend e2e testing and update cypress (pr#47721, Nizamudeen A)

  • mgr/dashboard: handle the cephfs permission issue in nfs exports (pr#48316, Nizamudeen A)

  • mgr/dashboard: host list tables doesn't show all services deployed (pr#47454, Avan Thakkar)

  • mgr/dashboard: ingress backend service should list all supported services (pr#47084, Avan Thakkar)

  • mgr/dashboard: introduce memory and cpu usage for daemons (pr#46459, Aashish Sharma, Avan Thakkar)

  • mgr/dashboard: iops optimized option enabled (pr#46737, Pere Diaz Bou)

  • mgr/dashboard: iterate through copy of items (pr#46870, Pedro Gonzalez Gomez)

  • mgr/dashboard: prevent alert redirect (pr#47145, Tatjana Dehler)

  • mgr/dashboard: Pull latest languages from Transifex (pr#46695, Volker Theile)

  • mgr/dashboard: rbd image pagination (pr#47105, Pere Diaz Bou, Nizamudeen A)

  • mgr/dashboard: rbd striping setting pre-population and pop-over (pr#47410, Vrushal Chaudhari)

  • mgr/dashboard: remove token logging (pr#47431, Pere Diaz Bou)

  • mgr/dashboard: Show error on creating service with duplicate service id (pr#47404, Aashish Sharma)

  • mgr/dashboard: stop polling when page is not visible (pr#46675, Sarthak0702)

  • mgr/dashboard: unselect rows in datatables (pr#46322, Sarthak0702)

  • mgr/DaemonServer.cc: fix typo in output gap >= max_pg_num_change (pr#47211, Kamoltat)

  • mgr/prometheus: expose num objects repaired in pool (pr#48205, Pere Diaz Bou)

  • mgr/prometheus: use vendored "packaging" instead (pr#49695, Matan Breizman)

  • mgr/rbd_support: avoid wedging the task queue if pool is removed (pr#49056, Ilya Dryomov)

  • mgr/snap_schedule: add time zone suffix to snapshot dir name (pr#45968, Milind Changire, Venky Shankar)

  • mgr/snap_schedule: persist all updates to RADOS (pr#46797, Milind Changire)

  • mgr/snap_schedule: remove subvol interface (pr#48221, Milind Changire)

  • mgr/stats: be resilient to offline MDS rank-0 (pr#45293, Jos Collin)

  • mgr/stats: change in structure of perf_stats o/p (pr#47851, Neeraj Pratap Singh)

  • mgr/stats: missing clients in perf stats command output (pr#47866, Neeraj Pratap Singh)

  • mgr/telemetry: reset health warning after re-opting-in (pr#47307, Yaarit Hatuka)

  • mgr/volumes: A few dependent mgr volumes PRs (pr#47112, Rishabh Dave, Kotresh HR, John Mulligan, Nikhilkumar Shelke)

  • mgr/volumes: Add human-readable flag to volume info command (pr#48468, Neeraj Pratap Singh)

  • mgr/volumes: add interface to check the presence of subvolumegroups/subvolumes (pr#47460, Neeraj Pratap Singh)

  • mgr/volumes: Add volume info command (pr#47769, Neeraj Pratap Singh)

  • mgr/volumes: filter internal directories in 'subvolumegroup ls' command (pr#47512, Nikhilkumar Shelke)

  • mgr/volumes: Fix idempotent subvolume rm (pr#46139, Kotresh HR)

  • mgr/volumes: Fix subvolume creation in FIPS enabled system (pr#47369, Kotresh HR)

  • mgr/volumes: remove incorrect 'size' from output of 'snapshot info' (pr#46803, Nikhilkumar Shelke)

  • mgr/volumes: set, get, list and remove metadata of snapshot (pr#46515, Nikhilkumar Shelke)

  • mgr/volumes: set, get, list and remove metadata of subvolume (pr#45961, Nikhilkumar Shelke)

  • mgr/volumes: Show clone failure reason in clone status command (pr#45928, Kotresh HR)

  • mgr/volumes: subvolume ls command crashes if groupname as '_nogroup' (pr#46806, Nikhilkumar Shelke)

  • mgr/volumes: subvolumegroup quotas (pr#46668, Kotresh HR)

  • mgr: relax "pending_service_map.epoch > service_map.epoch" assert (pr#46688, Mykola Golub)

  • mirror snapshot schedule and trash purge schedule fixes (pr#46778, Ilya Dryomov)

  • mon/ConfigMonitor: fix config get key with whitespaces (pr#47380, Nitzan Mordechai)

  • mon/Elector.cc: Compress peer >= rank_size sanity check into send_peer_ping (pr#49444, Kamoltat)

  • mon/Elector: Added sanity check when pinging a peer monitor (pr#48320, Kamoltat)

  • mon/Elector: Change how we handle removed_ranks and notify_rank_removed() (pr#49312, Kamoltat)

  • mon/Elector: notify_rank_removed erase rank from both live_pinging and dead_pinging sets for highest ranked MON (pr#47087, Kamoltat)

  • mon/MDSMonitor: fix standby-replay mds being removed from MDSMap unexpectedly (pr#48270, 胡玮文)

  • mon/OSDMonitor: Added extra check before mon.go_recovery_stretch_mode() (pr#48803, Kamoltat)

  • mon/OSDMonitor: Ensure kvmon() is writeable before handling "osd new" cmd (pr#46691, Sridhar Seshasayee)

  • mon/OSDMonitor: properly set last_force_op_resend in stretch mode (pr#45870, Ilya Dryomov)

  • mon: allow a MON_DOWN grace period after cluster mkfs (pr#48558, Sage Weil)

  • monitoring/ceph-mixin: add RGW host to label info (pr#48035, Tatjana Dehler)

  • monitoring/ceph-mixin: OSD overview typo fix (pr#47386, Tatjana Dehler)

  • mount/conf: Fix IPv6 parsing (pr#46112, Matan Breizman)

  • msg: fix deadlock when handling existing but closed v2 connection (pr#48254, Radosław Zarzyński)

  • msg: Fix Windows IPv6 support (pr#47303, Lucian Petrut)

  • msg: Log at higher level when Throttle::get_or_fail() fails (pr#47764, Brad Hubbard)

  • msg: reset ProtocolV2's frame assembler in appropriate thread (pr#48255, Radoslaw Zarzynski)

  • os/bluestore: proper locking for Allocators' dump methods (pr#48167, Igor Fedotov)

  • os/bluestore: add bluefs-import command (pr#47875, Adam Kupczyk, zhang daolong)

  • os/bluestore: Always update the cursor position in AVL near-fit search (pr#46642, Mark Nelson)

  • os/bluestore: Better readability of perf output (pr#47259, Adam Kupczyk)

  • os/bluestore: BlueFS: harmonize log read and writes modes (pr#49431, Adam Kupczyk)

  • os/bluestore: do not signal deleted dirty file to bluefs log (pr#48168, Igor Fedotov)

  • os/bluestore: fix AU accounting in bluestore_cache_other mempool (pr#47337, Igor Fedotov)

  • os/bluestore: Fix collision between BlueFS and BlueStore deferred writes (pr#47296, Adam Kupczyk)

  • os/bluestore: fix improper bluefs log size tracking in volume selector (pr#45408, Igor Fedotov)

  • os/bluestore: get rid of fake onode nref increment for pinned entry (pr#47556, Igor Fedotov)

  • os/bluestore: incremental update mode for bluefs log (pr#48915, Adam Kupczyk)

  • os/bluestore: update perf counter priorities (pr#47095, Laura Flores)

  • os/bluestore: use direct write in BlueStore::_write_bdev_label (pr#48278, luo rixin)

  • osd, mds: fix the "heap" admin cmd printing always to error stream (pr#48106, Radoslaw Zarzynski)

  • osd, tools, kv: non-aggressive, on-line trimming of accumulated dups (pr#47701, Radoslaw Zarzynski, Nitzan Mordechai)

  • osd/PGLog.cc: Trim duplicates by number of entries (pr#46252, Nitzan Mordechai)

  • osd/scrub: mark PG as being scrubbed, from scrub initiation to Inacti… (pr#46767, Ronen Friedman)

  • osd/scrub: Reintroduce scrub starts message (pr#48070, Prashant D)

  • osd/scrub: use the actual active set when requesting replicas (pr#48544, Ronen Friedman)

  • osd/SnapMapper: fix legacy key conversion in snapmapper class (pr#47134, Manuel Lausch, Matan Breizman)

  • osd: add created_at meta (pr#49144, Alex Marangone)

  • osd: fix wrong input when calling recover_object() (pr#46120, Myoungwon Oh)

  • osd: log the number of 'dups' entries in a PG Log (pr#46608, Radoslaw Zarzynski)

  • osd: remove invalid put on message (pr#47525, Nitzan Mordechai)

  • osd: set per_pool_stats true when OSD has no PG (pr#48250, jindengke, lmgdlmgd)

  • osd/scrub: late-arriving reservation grants are not an error (pr#46873, Ronen Friedman)

  • osd/scrubber/pg_scrubber.cc: fix bug where scrub machine gets stuck (pr#46845, Cory Snyder)

  • rgw: on FIPS enabled, fix segfault performing s3 multipart PUT (pr#46715, Mark Kogan)

  • mds: clear MDCache::rejoin\_*_q queues before recovering file inodes (pr#46682, Xiubo Li)

  • mds: flush mdlog if locked and still has wanted caps not satisfied (pr#46423, Xiubo Li)

  • mds: reset heartbeat when fetching or committing entries (pr#46180, Xiubo Li)

  • mds: trigger to flush the mdlog in handle_find_ino() (pr#46424, Xiubo Li)

  • PendingReleaseNotes: document online and offline trimming of PG Log's… (pr#48020, Radoslaw Zarzynski)

  • pybind/mgr/cephadm/serve: don't remove ceph.conf which leads to qa failure (pr#46974, Dhairya Parmar)

  • pybind/mgr/dashboard: move pytest into requirements.txt (pr#48081, Kefu Chai)

  • pybind/mgr/pg_autoscaler: change overlapping roots to warning (pr#47522, Kamoltat)

  • pybind/mgr: fix flake8 (pr#47393, Avan Thakkar)

  • pybind: fix typo in cephfs.pyx (pr#48953, Zac Dover)

  • pybind/mgr: fixup after upgrading tox versions (pr#49363, Adam King, Kefu Chai)

  • pybind/mgr: tox and test fixes (pr#49542, Kefu Chai)

  • pybind/rados: notify callback reconnect (pr#48112, Nitzan Mordechai)

  • pybind: add wrapper for rados_write_op_omap_cmp (pr#48376, Sandy Kaur)

  • python-common: Add 'KB' to supported suffixes in SizeMatcher (pr#48243, Tim Serong)

  • python-common: allow crush device class to be set from osd service spec (pr#46555, Cory Snyder)

  • qa: add filesystem/file sync stuck test support (pr#46425, Xiubo Li)

  • qa/cephadm: remove fsid dir before bootstrap in test_cephadm.sh (pr#48101, Adam King)

  • qa/cephfs: fallback to older way of get_op_read_count (pr#46901, Dhairya Parmar)

  • qa/import-legacy: install python3 package for nautilus ceph (pr#47528, Xiubo Li)

  • qa/suites/rados/thrash-erasure-code-big/thrashers: add osd max backfills setting to mapgap and pggrow (pr#46391, Laura Flores)

  • qa/suites/rbd/pwl-cache: ensure recovery is actually tested (pr#47128, Ilya Dryomov, Yin Congmin)

  • qa/suites/rbd: disable workunit timeout for dynamic_features_no_cache (pr#47158, Ilya Dryomov)

  • qa/suites/rbd: place cache file on tmpfs for xfstests (pr#46597, Ilya Dryomov)

  • qa/tasks/ceph_manager.py: increase test_pool_min_size timeout (pr#47446, Kamoltat)

  • qa/tasks/kubeadm: set up tigera resources via kubectl create (pr#48097, John Mulligan)

  • qa/tasks/rbd_fio: bump default to fio 3.32 (pr#48385, Ilya Dryomov)

  • qa/workunits/cephadm: update test_repos master -> main (pr#47320, Adam King)

  • qa/workunits/rados: specify redirect in curl command (pr#49139, Laura Flores)

  • qa: Fix test_subvolume_group_ls_filter_internal_directories (pr#48328, Kotresh HR)

  • qa: Fix test_subvolume_snapshot_info_if_orphan_clone (pr#48647, Kotresh HR)

  • qa: Fix test_subvolume_snapshot_info_if_orphan_clone (pr#48417, Kotresh HR)

  • qa: fix teuthology master branch ref (pr#46504, Ernesto Puerta)

  • qa: ignore disk quota exceeded failure in test (pr#48165, Nikhilkumar Shelke)

  • qa: remove .teuthology_branch file (pr#46490, Jeff Layton)

  • qa: run e2e test on centos only (pr#49337, Kefu Chai)

  • qa: switch back to git protocol for qemu-xfstests (pr#49543, Ilya Dryomov)

  • qa: switch to https protocol for repos' server (pr#49470, Xiubo Li)

  • qa: wait rank 0 to become up:active state before mounting fuse client (pr#46802, Xiubo Li)

  • radosgw-admin: 'reshard list' doesn't log ENOENT errors (pr#45451, Casey Bodley)

  • rbd-fuse: librados will filter out -r option from command-line (pr#46953, wanwencong)

  • rbd-mirror: don't prune non-primary snapshot when restarting delta sync (pr#46590, Ilya Dryomov)

  • rbd-mirror: generally skip replay/resync if remote image is not primary (pr#46813, Ilya Dryomov)

  • rbd-mirror: remove bogus completed_non_primary_snapshots_exist check (pr#47118, Ilya Dryomov)

  • rbd-mirror: resume pending shutdown on error in snapshot replayer (pr#47913, Ilya Dryomov)

  • rbd: device map/unmap --namespace handling fixes (pr#48459, Ilya Dryomov, Stefan Chivu)

  • rbd: don't default empty pool name unless namespace is specified (pr#47143, Ilya Dryomov)

  • rbd: find_action() should sort actions first (pr#47583, Ilya Dryomov)

  • rgw: Swift retarget needs bucket set on object (pr#47230, Daniel Gryniewicz)

  • rgw: Fix crashes with Sync policy APIs (pr#47994, Soumya Koduri)

  • rgw/notifications: Change in multipart upload notification behavior (pr#47175, Kalpesh Pandya)

  • rgw/rgw_string.h: add missing includes for alpine and boost 1.75 (pr#47304, Duncan Bellamy)

  • rgw/sts: adding code for aws:RequestTags as part (pr#47746, Kalpesh Pandya, Pritha Srivastava)

  • rgw: address bug where object puts could write to decommissioned shard (pr#48663, J. Eric Ivancich)

  • rgw: better tenant id from the uri on anonymous access (pr#47341, Rafał Wądołowski, Marcus Watts)

  • rgw: check bucket shard init status in RGWRadosBILogTrimCR (pr#44907, Mykola Golub)

  • rgw: check object storage_class when check_disk_state (pr#46579, Huber-ming)

  • rgw: data sync uses yield_spawn_window() (pr#45713, Casey Bodley)

  • rgw: do not permit locked object version removal (pr#47041, Igor Fedotov)

  • rgw: fix bool/int logic error when calling get_obj_head_ioctx (pr#48230, J. Eric Ivancich)

  • rgw: fix bug where variable referenced after data moved out (pr#48229, J. Eric Ivancich)

  • rgw: fix data corruption due to network jitter (pr#48274, Shasha Lu)

  • rgw: Fix data race in ChangeStatus (pr#47196, Adam C. Emerson)

  • rgw: fix ListBucketMultiparts response with common prefixes (pr#44558, Casey Bodley)

  • rgw: fix segfault in OpsLogRados::log when realm is reloaded (pr#45410, Cory Snyder)

  • rgw: fix self-comparison for RGWCopyObj optimization (pr#43802, Casey Bodley)

  • rgw: Guard against malformed bucket URLs (pr#47194, Adam C. Emerson)

  • rgw: initialize rgw_log_entry::identity_type (pr#49142, Casey Bodley)

  • rgw: log access key id in ops logs (pr#46622, Cory Snyder)

  • rgw: log deletion status of individual objects in multi object delete request (pr#48348, Cory Snyder)

  • rgw: maintain object instance within RGWRadosObject::get_obj_state method (pr#47266, Casey Bodley, Cory Snyder)

  • rgw: OpsLogFile::stop() signals under mutex (pr#46039, Casey Bodley)

  • rgw: remove rgw_rados_pool_pg_num_min and its use on pool creation use the cluster defaults for pg_num_min (pr#46235, Casey Bodley)

  • rgw: reopen ops log file on sighup (pr#46619, Cory Snyder)

  • rgw: return OK on consecutive complete-multipart reqs (pr#45486, Mark Kogan)

  • rgw: RGWCoroutine::set_sleeping() checks for null stack (pr#46040, Or Friedmann, Casey Bodley)

  • rgw: splitting gc chains into smaller parts to prevent (pr#48240, Pritha Srivastava)

  • rgw: x-amz-date change breaks certain cases of aws sig v4 (pr#48313, Marcus Watts)

  • rgw_reshard: drop olh entries with empty name (pr#45847, Dan van der Ster, Casey Bodley)

  • rgw_rest_user_policy: Fix GetUserPolicy & ListUserPolicies responses (pr#47234, Sumedh A. Kulkarni)

  • rgwlc: don't incorrectly expire delete markers when !next_key_name (pr#47231, Matt Benjamin)

  • rgwlc: fix segfault resharding during lc (pr#46744, Mark Kogan)

  • rpm: use system libpmem on Centos 9 Stream (pr#46211, Ilya Dryomov)

  • run-make-check.sh: enable RBD persistent caches (pr#45991, Ilya Dryomov)

  • SimpleRADOSStriper: Avoid moving bufferlists by using deque in read() (pr#48187, Matan Breizman)

  • test/bufferlist: ensure rebuild_aligned_size_and_memory() always rebuilds (pr#46215, Radoslaw Zarzynski)

  • test/cli-integration/rbd: iSCSI REST API responses aren't pretty-printed anymore (pr#47920, Ilya Dryomov)

  • test/{librbd, rgw}: increase delay between and number of bind attempts (pr#48024, Ilya Dryomov, Kefu Chai)

  • test: bump DecayCounter.steady acceptable error (pr#48031, Patrick Donnelly)

  • test: fix TierFlushDuringFlush to wait until dedup_tier is set on bas… (issue#53855, pr#46748, Myoungwon Oh, Sungmin Lee)

  • test: No direct use of nose (pr#46255, Steve Kowalik, Kefu Chai)

  • tooling: Change mrun to use bash (pr#46077, Adam C. Emerson)

  • tools: ceph-objectstore-tool is able to trim solely pg log dups' entries (pr#46631, Radosław Zarzyński, Radoslaw Zarzynski)

  • Updates to fix make check failures (pr#47803, Tim Serong, Kefu Chai, Willem Jan Withagen, Nathan Cutler, Boris Ranto, Laura Flores, Pete Zaitcev)

  • v16.2.10 (pr#47220, Kotresh HR, Seena Fallah)

  • v16.2.9 (pr#46336, Cory Snyder)

  • win32_deps_build.sh: master -> main for wnbd (pr#46762, Ilya Dryomov)