-
Notifications
You must be signed in to change notification settings - Fork 7.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ceph blog route doesn't work #17816
Comments
Searching for maintainers:
If all routes can not be found, the issue will be closed automatically. Please use |
It works on my local rsshub instance. Perhaps you could try hosting it yourself? |
/test
|
Successfully generated as following: http://localhost:1200/ceph/blog - Success ✔️<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
<channel>
<title>Ceph Blog</title>
<link>https://ceph.io/en/news/blog/</link>
<atom:link href="http://localhost:1200/ceph/blog" rel="self" type="application/rss+xml"></atom:link>
<description>Ceph Blog - Powered by RSSHub</description>
<generator>RSSHub</generator>
<webMaster>[email protected] (RSSHub)</webMaster>
<language>en</language>
<lastBuildDate>Fri, 06 Dec 2024 13:27:02 GMT</lastBuildDate>
<ttl>5</ttl>
<item>
<title>v17.2.8 Quincy released</title>
<description><div class="intro-para richtext"><p>This is the eighth, and expected to be last, backport release in the Quincy series. We recommend all users update to this release.</p><p>v17.2.8 will have RPM/centos 9 packages instead of&nbsp; RPM/centos 8 built.</p><p>v17.2.8 container images, now based on CentOS 9, may be incompatible on older kernels (e.g., Ubuntu 18.04)&nbsp; due to differences in thread creation methods.&nbsp; Users upgrading to v17.2.8 container images with older OS versions may encounter crashes during <code>pthread_create</code>.&nbsp; However, we recommend upgrading your OS to avoid this unsupported combination.</p><p>Users should expect to see the el8 rpm subdirectory empty and the "dnf" commands are expected to fail with 17.2.8. They can choose to use 17.2.8 RPM packages for centos 8/el8 provided by CERN as a community member or continue to stay at 17.2.7 following instructions from <a href="https://docs.ceph.com/en/latest/install/get-packages/#rhel">https://docs.ceph.com/en/latest/install/get-packages/#rhel</a>, the ceph.repo file should point to <a href="https://download.ceph.com/rpm-17.2.7/el8">https://download.ceph.com/rpm-17.2.7/el8</a> instead of <a href="https://download.ceph.com/rpm-quincy/el8">https://download.ceph.com/rpm-quincy/el8</a></p><p>These CERN packages come with no warranty and have not been tested. The software in them has been tested by Ceph according to [platforms](<a href="https://docs.ceph.com/en/latest/start/os-recommendations/">https://docs.ceph.com/en/latest/start/os-recommendations/</a> #platforms). The repository for el8 builds is hosted by CERN on [Linux @ CERN](<a href="https://linuxsoft.cern.ch/repos/ceph-ext-">https://linuxsoft.cern.ch/repos/ceph-ext-</a> quincy8el-stable/). The public part of the GPG key used to sign the packages is available at <a href="https://linuxsoft.cern.ch/repos/RPM-GPG-KEY-Ceph-Community">RPM-GPG-KEY-Ceph-Community</a>.</p><h2 id="notable-changes">Notable Changes <a class="link-anchor" href="https://ceph.io/en/news/blog/2024/v17-2-8-quincy-released/#notable-changes">¶</a></h2><ul><li>RADOS: The <code>get_pool_is_selfmanaged_snaps_mode</code> C++ API has been deprecated due to being prone to false negative results. Its safer replacement is <code>pool_is_in_selfmanaged_snaps_mode</code>.</li><li>RBD: When diffing against the beginning of time (<code>fromsnapname == NULL</code>) in fast-diff mode (<code>whole_object == true</code> with the <code>fast-diff</code> image feature enabled and valid), diff-iterate is now guaranteed to execute locally if an exclusive lock is available. This brings a dramatic performance improvement for QEMU live disk synchronization and backup use cases.</li><li>RBD: The option <code>--image-id</code> has been added to the <code>rbd children</code> CLI command, so it can be run for images in the trash.</li><li>RBD: The <code>RBD_IMAGE_OPTION_CLONE_FORMAT</code> option has been exposed in Python bindings via the <code>clone_format</code> optional parameter to the <code>clone</code>, <code>deep_copy</code> and <code>migration_prepare</code> methods.</li><li>RBD: The <code>RBD_IMAGE_OPTION_FLATTEN</code> option has been exposed in Python bindings via the <code>flatten</code> optional parameter to the <code>deep_copy</code> and <code>migration_prepare</code> methods.</li></ul><h2 id="changelog">Changelog <a class="link-anchor" href="https://ceph.io/en/news/blog/2024/v17-2-8-quincy-released/#changelog">¶</a></h2><ul><li><p><span></span>.github: sync the list of paths for rbd label, expand tests label to qa/* (<a href="https://github.com/ceph/ceph/pull/57726">pr#57726</a>, Ilya Dryomov)</p></li><li><p>[quincy] qa/multisite: stabilize multisite testing (<a href="https://github.com/ceph/ceph/pull/60479">pr#60479</a>, Shilpa Jagannath, Casey Bodley)</p></li><li><p>[quincy] RGW backports (<a href="https://github.com/ceph/ceph/pull/51806">pr#51806</a>, Soumya Koduri, Casey Bodley)</p></li><li><p>[rgw][lc][rgw_lifecycle_work_time] adjust timing if the configured end time is less than the start time (<a href="https://github.com/ceph/ceph/pull/54874">pr#54874</a>, Oguzhan Ozmen)</p></li><li><p>Add Containerfile and build<span></span>.sh to build it (<a href="https://github.com/ceph/ceph/pull/60230">pr#60230</a>, Dan Mick)</p></li><li><p>admin/doc-requirements: bump Sphinx to 5<span></span>.0<span></span>.2 (<a href="https://github.com/ceph/ceph/pull/55204">pr#55204</a>, Nizamudeen A)</p></li><li><p>batch backport of #50743, #55342, #48557 (<a href="https://github.com/ceph/ceph/pull/55593">pr#55593</a>, John Mulligan, Afreen, Laura Flores)</p></li><li><p>blk/aio: fix long batch (64+K entries) submission (<a href="https://github.com/ceph/ceph/pull/58674">pr#58674</a>, Igor Fedotov, Adam Kupczyk, Robin Geuze)</p></li><li><p>bluestore/bluestore_types: avoid heap-buffer-overflow in another way to keep code uniformity (<a href="https://github.com/ceph/ceph/pull/58818">pr#58818</a>, Rongqi Sun)</p></li><li><p>bluestore/bluestore_types: check 'it' valid before using (<a href="https://github.com/ceph/ceph/pull/56889">pr#56889</a>, Rongqi Sun)</p></li><li><p>build: Make boost_url a list (<a href="https://github.com/ceph/ceph/pull/58316">pr#58316</a>, Adam Emerson, Kefu Chai)</p></li><li><p>centos 9 related backports for RBD (<a href="https://github.com/ceph/ceph/pull/58565">pr#58565</a>, Casey Bodley, Ilya Dryomov)</p></li><li><p>ceph-menv:fix typo in README (<a href="https://github.com/ceph/ceph/pull/55164">pr#55164</a>, yu.wang)</p></li><li><p>ceph-node-proxy not present, not part of container (<a href="https://github.com/ceph/ceph/pull/60337">pr#60337</a>, Dan Mick)</p></li><li><p>ceph-volume: add missing import (<a href="https://github.com/ceph/ceph/pull/56260">pr#56260</a>, Guillaume Abrioux)</p></li><li><p>ceph-volume: create LVs when using partitions (<a href="https://github.com/ceph/ceph/pull/58221">pr#58221</a>, Guillaume Abrioux)</p></li><li><p>ceph-volume: fix a bug in _check_generic_reject_reasons (<a href="https://github.com/ceph/ceph/pull/54706">pr#54706</a>, Kim Minjong)</p></li><li><p>ceph-volume: fix a regression in <code>raw list</code> (<a href="https://github.com/ceph/ceph/pull/54522">pr#54522</a>, Guillaume Abrioux)</p></li><li><p>ceph-volume: Fix migration from WAL to data with no DB (<a href="https://github.com/ceph/ceph/pull/55496">pr#55496</a>, Igor Fedotov)</p></li><li><p>ceph-volume: Fix unbound var in disk<span></span>.get_devices() (<a href="https://github.com/ceph/ceph/pull/59651">pr#59651</a>, Zack Cerza)</p></li><li><p>ceph-volume: fix zap_partitions() in devices<span></span>.lvm<span></span>.zap (<a href="https://github.com/ceph/ceph/pull/55480">pr#55480</a>, Guillaume Abrioux)</p></li><li><p>ceph-volume: fixes fallback to stat in is_device and is_partition (<a href="https://github.com/ceph/ceph/pull/54630">pr#54630</a>, Teoman ONAY)</p></li><li><p>ceph-volume: Revert "ceph-volume: fix raw list for lvm devices" (<a href="https://github.com/ceph/ceph/pull/54430">pr#54430</a>, Matthew Booth, Guillaume Abrioux)</p></li><li><p>ceph-volume: use 'no workqueue' options with dmcrypt (<a href="https://github.com/ceph/ceph/pull/55336">pr#55336</a>, Guillaume Abrioux)</p></li><li><p>ceph-volume: use importlib from stdlib on Python 3<span></span>.8 and up (<a href="https://github.com/ceph/ceph/pull/58006">pr#58006</a>, Guillaume Abrioux, Kefu Chai)</p></li><li><p>ceph-volume: Use safe accessor to get TYPE info (<a href="https://github.com/ceph/ceph/pull/56322">pr#56322</a>, Dillon Amburgey)</p></li><li><p>ceph<span></span>.spec<span></span>.in: add support for openEuler OS (<a href="https://github.com/ceph/ceph/pull/56366">pr#56366</a>, liuqinfei)</p></li><li><p>ceph<span></span>.spec<span></span>.in: we need jsonnet for all distroes for make check (<a href="https://github.com/ceph/ceph/pull/60074">pr#60074</a>, Kyr Shatskyy)</p></li><li><p>ceph_test_rados_api_misc: adjust LibRadosMiscConnectFailure<span></span>.ConnectTimeout timeout (<a href="https://github.com/ceph/ceph/pull/58128">pr#58128</a>, Lucian Petrut)</p></li><li><p>cephadm: add a --dry-run option to cephadm shell (<a href="https://github.com/ceph/ceph/pull/54221">pr#54221</a>, John Mulligan)</p></li><li><p>cephadm: add tcmu-runner to logrotate config (<a href="https://github.com/ceph/ceph/pull/55966">pr#55966</a>, Adam King)</p></li><li><p>cephadm: add timemaster to timesync services list (<a href="https://github.com/ceph/ceph/pull/56308">pr#56308</a>, Florent Carli)</p></li><li><p>cephadm: Adding support to configure public_network cfg section (<a href="https://github.com/ceph/ceph/pull/55959">pr#55959</a>, Redouane Kachach)</p></li><li><p>cephadm: allow ports to be opened in firewall during adoption, reconfig, redeploy (<a href="https://github.com/ceph/ceph/pull/55960">pr#55960</a>, Adam King)</p></li><li><p>cephadm: disable ms_bind_ipv4 if we will enable ms_bind_ipv6 (<a href="https://github.com/ceph/ceph/pull/58760">pr#58760</a>, Dan van der Ster, Joshua Blanch)</p></li><li><p>cephadm: fix host-maintenance command always exiting with a failure (<a href="https://github.com/ceph/ceph/pull/58755">pr#58755</a>, John Mulligan)</p></li><li><p>cephadm: make custom_configs work for tcmu-runner container (<a href="https://github.com/ceph/ceph/pull/53425">pr#53425</a>, Adam King)</p></li><li><p>cephadm: pin pyfakefs version for tox tests (<a href="https://github.com/ceph/ceph/pull/56763">pr#56763</a>, Adam King)</p></li><li><p>cephadm: remove restriction for crush device classes (<a href="https://github.com/ceph/ceph/pull/56087">pr#56087</a>, Seena Fallah)</p></li><li><p>cephadm: run tcmu-runner through script to do restart on failure (<a href="https://github.com/ceph/ceph/pull/55975">pr#55975</a>, Adam King, Raimund Sacherer, Teoman ONAY, Ilya Dryomov)</p></li><li><p>cephadm: support for CA signed keys (<a href="https://github.com/ceph/ceph/pull/55965">pr#55965</a>, Adam King)</p></li><li><p>cephadm: turn off cgroups_split setting when bootstrapping with --no-cgroups-split (<a href="https://github.com/ceph/ceph/pull/58761">pr#58761</a>, Adam King)</p></li><li><p>cephadm: use importlib<span></span>.metadata for querying ceph_iscsi's version (<a href="https://github.com/ceph/ceph/pull/58637">pr#58637</a>, Kefu Chai)</p></li><li><p>cephfs-mirror: various fixes (<a href="https://github.com/ceph/ceph/pull/56702">pr#56702</a>, Jos Collin)</p></li><li><p>cephfs: Fixed a bug in the readdir_cache_cb function that may have us… (<a href="https://github.com/ceph/ceph/pull/58806">pr#58806</a>, Tod Chen)</p></li><li><p>cephfs: upgrade cephfs-shell's path wherever necessary (<a href="https://github.com/ceph/ceph/pull/54186">pr#54186</a>, Rishabh Dave)</p></li><li><p>client, mds: update mtime and change attr for snapdir when snaps are created, deleted and renamed (<a href="http://tracker.ceph.com/issues/54501">issue#54501</a>, <a href="https://github.com/ceph/ceph/pull/50730">pr#50730</a>, Venky Shankar)</p></li><li><p>client/fuse: handle case of renameat2 with non-zero flags (<a href="https://github.com/ceph/ceph/pull/55010">pr#55010</a>, Leonid Usov, Shachar Sharon)</p></li><li><p>client: always refresh mds feature bits on session open (<a href="http://tracker.ceph.com/issues/63188">issue#63188</a>, <a href="https://github.com/ceph/ceph/pull/54244">pr#54244</a>, Venky Shankar)</p></li><li><p>client: call _getattr() for -ENODATA returned _getvxattr() calls (<a href="https://github.com/ceph/ceph/pull/54405">pr#54405</a>, Jos Collin)</p></li><li><p>client: disallow unprivileged users to escalate root privileges (<a href="https://github.com/ceph/ceph/pull/60314">pr#60314</a>, Xiubo Li, Venky Shankar)</p></li><li><p>client: fix leak of file handles (<a href="https://github.com/ceph/ceph/pull/56121">pr#56121</a>, Xavi Hernandez)</p></li><li><p>client: queue a delay cap flushing if there are ditry caps/snapcaps (<a href="https://github.com/ceph/ceph/pull/54465">pr#54465</a>, Xiubo Li)</p></li><li><p>cloud sync: fix crash due to objs on cr stack (<a href="https://github.com/ceph/ceph/pull/51136">pr#51136</a>, Yehuda Sadeh)</p></li><li><p>cls/cas/cls_cas_internal: Initialize 'hash' value before decoding (<a href="https://github.com/ceph/ceph/pull/59236">pr#59236</a>, Nitzan Mordechai)</p></li><li><p>cmake/modules/BuildRocksDB<span></span>.cmake: inherit parent's CMAKE_CXX_FLAGS (<a href="https://github.com/ceph/ceph/pull/55501">pr#55501</a>, Kefu Chai)</p></li><li><p>cmake/rgw: librgw tests depend on ALLOC_LIBS (<a href="https://github.com/ceph/ceph/pull/54796">pr#54796</a>, Casey Bodley)</p></li><li><p>cmake: use or turn off liburing for rocksdb (<a href="https://github.com/ceph/ceph/pull/54123">pr#54123</a>, Casey Bodley, Patrick Donnelly)</p></li><li><p>common/admin_socket: add a command to raise a signal (<a href="https://github.com/ceph/ceph/pull/54356">pr#54356</a>, Leonid Usov)</p></li><li><p>common/dout: fix FTBFS on GCC 14 (<a href="https://github.com/ceph/ceph/pull/59057">pr#59057</a>, Radoslaw Zarzynski)</p></li><li><p>common/Formatter: dump inf/nan as null (<a href="https://github.com/ceph/ceph/pull/60064">pr#60064</a>, Md Mahamudur Rahaman Sajib)</p></li><li><p>common/StackStringStream: update pointer to newly allocated memory in overflow() (<a href="https://github.com/ceph/ceph/pull/57363">pr#57363</a>, Rongqi Sun)</p></li><li><p>common/weighted_shuffle: don't feed std::discrete_distribution with all-zero weights (<a href="https://github.com/ceph/ceph/pull/55154">pr#55154</a>, Radosław Zarzyński)</p></li><li><p>common: intrusive_lru destructor add (<a href="https://github.com/ceph/ceph/pull/54557">pr#54557</a>, Ali Maredia)</p></li><li><p>common: fix compilation warnings in numa<span></span>.cc (<a href="https://github.com/ceph/ceph/pull/58704">pr#58704</a>, Radoslaw Zarzynski)</p></li><li><p>common: resolve config proxy deadlock using refcounted pointers (<a href="https://github.com/ceph/ceph/pull/54374">pr#54374</a>, Patrick Donnelly)</p></li><li><p>Do not duplicate query-string in ops-log (<a href="https://github.com/ceph/ceph/pull/57132">pr#57132</a>, Matt Benjamin)</p></li><li><p>do not evict clients if OSDs are laggy (<a href="https://github.com/ceph/ceph/pull/52271">pr#52271</a>, Dhairya Parmar, Laura Flores)</p></li><li><p>doc/architecture<span></span>.rst - fix typo (<a href="https://github.com/ceph/ceph/pull/55385">pr#55385</a>, Zac Dover)</p></li><li><p>doc/architecture<span></span>.rst: improve rados definition (<a href="https://github.com/ceph/ceph/pull/55344">pr#55344</a>, Zac Dover)</p></li><li><p>doc/architecture: correct typo (<a href="https://github.com/ceph/ceph/pull/56013">pr#56013</a>, Zac Dover)</p></li><li><p>doc/architecture: improve some paragraphs (<a href="https://github.com/ceph/ceph/pull/55400">pr#55400</a>, Zac Dover)</p></li><li><p>doc/architecture: remove pleonasm (<a href="https://github.com/ceph/ceph/pull/55934">pr#55934</a>, Zac Dover)</p></li><li><p>doc/ceph-volume: add spillover fix procedure (<a href="https://github.com/ceph/ceph/pull/59542">pr#59542</a>, Zac Dover)</p></li><li><p>doc/ceph-volume: explain idempotence (<a href="https://github.com/ceph/ceph/pull/54234">pr#54234</a>, Zac Dover)</p></li><li><p>doc/ceph-volume: improve front matter (<a href="https://github.com/ceph/ceph/pull/54236">pr#54236</a>, Zac Dover)</p></li><li><p>doc/cephadm - edit t11ing (<a href="https://github.com/ceph/ceph/pull/55483">pr#55483</a>, Zac Dover)</p></li><li><p>doc/cephadm/services: remove excess rendered indentation in osd<span></span>.rst (<a href="https://github.com/ceph/ceph/pull/54324">pr#54324</a>, Ville Ojamo)</p></li><li><p>doc/cephadm/upgrade: ceph-ci containers are hosted by quay<span></span>.ceph<span></span>.io (<a href="https://github.com/ceph/ceph/pull/58682">pr#58682</a>, Casey Bodley)</p></li><li><p>doc/cephadm: add default monitor images (<a href="https://github.com/ceph/ceph/pull/57210">pr#57210</a>, Zac Dover)</p></li><li><p>doc/cephadm: add malformed-JSON removal instructions (<a href="https://github.com/ceph/ceph/pull/59665">pr#59665</a>, Zac Dover)</p></li><li><p>doc/cephadm: add note about ceph-exporter (Quincy) (<a href="https://github.com/ceph/ceph/pull/55520">pr#55520</a>, Zac Dover)</p></li><li><p>doc/cephadm: correct nfs config pool name (<a href="https://github.com/ceph/ceph/pull/55604">pr#55604</a>, Zac Dover)</p></li><li><p>doc/cephadm: edit "Using Custom Images" (<a href="https://github.com/ceph/ceph/pull/58942">pr#58942</a>, Zac Dover)</p></li><li><p>doc/cephadm: edit troubleshooting<span></span>.rst (1 of x) (<a href="https://github.com/ceph/ceph/pull/54284">pr#54284</a>, Zac Dover)</p></li><li><p>doc/cephadm: edit troubleshooting<span></span>.rst (2 of x) (<a href="https://github.com/ceph/ceph/pull/54321">pr#54321</a>, Zac Dover)</p></li><li><p>doc/cephadm: explain different methods of cephadm delivery (<a href="https://github.com/ceph/ceph/pull/56176">pr#56176</a>, Zac Dover)</p></li><li><p>doc/cephadm: fix typo in set ssh key command (<a href="https://github.com/ceph/ceph/pull/54389">pr#54389</a>, Piotr Parczewski)</p></li><li><p>doc/cephadm: how to get exact size_spec from device (<a href="https://github.com/ceph/ceph/pull/59432">pr#59432</a>, Zac Dover)</p></li><li><p>doc/cephadm: improve host-management<span></span>.rst (<a href="https://github.com/ceph/ceph/pull/56112">pr#56112</a>, Anthony D'Atri)</p></li><li><p>doc/cephadm: Improve multiple files (<a href="https://github.com/ceph/ceph/pull/56134">pr#56134</a>, Anthony D'Atri)</p></li><li><p>doc/cephadm: Quincy default images procedure (<a href="https://github.com/ceph/ceph/pull/57239">pr#57239</a>, Zac Dover)</p></li><li><p>doc/cephadm: remove downgrade reference from upgrade docs (<a href="https://github.com/ceph/ceph/pull/57087">pr#57087</a>, Adam King)</p></li><li><p>doc/cephfs/client-auth<span></span>.rst: correct ``fs authorize cephfs1 /dir1 clie… (<a href="https://github.com/ceph/ceph/pull/55247">pr#55247</a>, 叶海丰)</p></li><li><p>doc/cephfs: add cache pressure information (<a href="https://github.com/ceph/ceph/pull/59150">pr#59150</a>, Zac Dover)</p></li><li><p>doc/cephfs: add doc for disabling mgr/volumes plugin (<a href="https://github.com/ceph/ceph/pull/60498">pr#60498</a>, Rishabh Dave)</p></li><li><p>doc/cephfs: disambiguate "Reporting Free Space" (<a href="https://github.com/ceph/ceph/pull/56873">pr#56873</a>, Zac Dover)</p></li><li><p>doc/cephfs: disambiguate two sentences (<a href="https://github.com/ceph/ceph/pull/57705">pr#57705</a>, Zac Dover)</p></li><li><p>doc/cephfs: edit "Cloning Snapshots" in fs-volumes<span></span>.rst (<a href="https://github.com/ceph/ceph/pull/57667">pr#57667</a>, Zac Dover)</p></li><li><p>doc/cephfs: edit "is mount helper present" (<a href="https://github.com/ceph/ceph/pull/58580">pr#58580</a>, Zac Dover)</p></li><li><p>doc/cephfs: edit "Layout Fields" text (<a href="https://github.com/ceph/ceph/pull/59023">pr#59023</a>, Zac Dover)</p></li><li><p>doc/cephfs: edit "Pinning Subvolumes<span></span>.<span></span>.<span></span>." (<a href="https://github.com/ceph/ceph/pull/57664">pr#57664</a>, Zac Dover)</p></li><li><p>doc/cephfs: edit add-remove-mds (<a href="https://github.com/ceph/ceph/pull/55649">pr#55649</a>, Zac Dover)</p></li><li><p>doc/cephfs: edit front matter in client-auth<span></span>.rst (<a href="https://github.com/ceph/ceph/pull/57123">pr#57123</a>, Zac Dover)</p></li><li><p>doc/cephfs: edit front matter in mantle<span></span>.rst (<a href="https://github.com/ceph/ceph/pull/57793">pr#57793</a>, Zac Dover)</p></li><li><p>doc/cephfs: edit fs-volumes<span></span>.rst (1 of x) (<a href="https://github.com/ceph/ceph/pull/57419">pr#57419</a>, Zac Dover)</p></li><li><p>doc/cephfs: edit fs-volumes<span></span>.rst (1 of x) followup (<a href="https://github.com/ceph/ceph/pull/57428">pr#57428</a>, Zac Dover)</p></li><li><p>doc/cephfs: edit fs-volumes<span></span>.rst (2 of x) (<a href="https://github.com/ceph/ceph/pull/57544">pr#57544</a>, Zac Dover)</p></li><li><p>doc/cephfs: edit mount-using-fuse<span></span>.rst (<a href="https://github.com/ceph/ceph/pull/54354">pr#54354</a>, Jaanus Torp)</p></li><li><p>doc/cephfs: edit vstart warning text (<a href="https://github.com/ceph/ceph/pull/57816">pr#57816</a>, Zac Dover)</p></li><li><p>doc/cephfs: fix "file layouts" link (<a href="https://github.com/ceph/ceph/pull/58877">pr#58877</a>, Zac Dover)</p></li><li><p>doc/cephfs: fix "OSD capabilities" link (<a href="https://github.com/ceph/ceph/pull/58894">pr#58894</a>, Zac Dover)</p></li><li><p>doc/cephfs: fix architecture link to correct relative path (<a href="https://github.com/ceph/ceph/pull/56341">pr#56341</a>, molpako)</p></li><li><p>doc/cephfs: improve "layout fields" text (<a href="https://github.com/ceph/ceph/pull/59252">pr#59252</a>, Zac Dover)</p></li><li><p>doc/cephfs: improve cache-configuration<span></span>.rst (<a href="https://github.com/ceph/ceph/pull/59216">pr#59216</a>, Zac Dover)</p></li><li><p>doc/cephfs: improve ceph-fuse command (<a href="https://github.com/ceph/ceph/pull/56969">pr#56969</a>, Zac Dover)</p></li><li><p>doc/cephfs: note regarding start time time zone (<a href="https://github.com/ceph/ceph/pull/53577">pr#53577</a>, Milind Changire)</p></li><li><p>doc/cephfs: rearrange subvolume group information (<a href="https://github.com/ceph/ceph/pull/60437">pr#60437</a>, Indira Sawant)</p></li><li><p>doc/cephfs: refine client-auth (1 of 3) (<a href="https://github.com/ceph/ceph/pull/56781">pr#56781</a>, Zac Dover)</p></li><li><p>doc/cephfs: refine client-auth (2 of 3) (<a href="https://github.com/ceph/ceph/pull/56843">pr#56843</a>, Zac Dover)</p></li><li><p>doc/cephfs: refine client-auth (3 of 3) (<a href="https://github.com/ceph/ceph/pull/56852">pr#56852</a>, Zac Dover)</p></li><li><p>doc/cephfs: s/mountpoint/mount point/ (<a href="https://github.com/ceph/ceph/pull/59296">pr#59296</a>, Zac Dover)</p></li><li><p>doc/cephfs: s/mountpoint/mount point/ (<a href="https://github.com/ceph/ceph/pull/59288">pr#59288</a>, Zac Dover)</p></li><li><p>doc/cephfs: s/subvolumegroups/subvolume groups (<a href="https://github.com/ceph/ceph/pull/57744">pr#57744</a>, Zac Dover)</p></li><li><p>doc/cephfs: separate commands into sections (<a href="https://github.com/ceph/ceph/pull/57670">pr#57670</a>, Zac Dover)</p></li><li><p>doc/cephfs: streamline a paragraph (<a href="https://github.com/ceph/ceph/pull/58776">pr#58776</a>, Zac Dover)</p></li><li><p>doc/cephfs: take Anthony's suggestion (<a href="https://github.com/ceph/ceph/pull/58361">pr#58361</a>, Zac Dover)</p></li><li><p>doc/cephfs: update cephfs-shell link (<a href="https://github.com/ceph/ceph/pull/58372">pr#58372</a>, Zac Dover)</p></li><li><p>doc/cephfs: Update disaster-recovery-experts<span></span>.rst to mention Slack (<a href="https://github.com/ceph/ceph/pull/55045">pr#55045</a>, Dhairya Parmar)</p></li><li><p>doc/cephfs: use 'p' flag to set layouts or quotas (<a href="https://github.com/ceph/ceph/pull/60484">pr#60484</a>, TruongSinh Tran-Nguyen)</p></li><li><p>doc/config: edit "ceph-conf<span></span>.rst" (<a href="https://github.com/ceph/ceph/pull/54464">pr#54464</a>, Zac Dover)</p></li><li><p>doc/dev/peering: Change acting set num (<a href="https://github.com/ceph/ceph/pull/59064">pr#59064</a>, qn2060)</p></li><li><p>doc/dev/release-process<span></span>.rst: note new 'project' arguments (<a href="https://github.com/ceph/ceph/pull/57645">pr#57645</a>, Dan Mick)</p></li><li><p>doc/dev: add "activate latest release" RTD step (<a href="https://github.com/ceph/ceph/pull/59656">pr#59656</a>, Zac Dover)</p></li><li><p>doc/dev: add formatting to basic workflow (<a href="https://github.com/ceph/ceph/pull/58739">pr#58739</a>, Zac Dover)</p></li><li><p>doc/dev: edit "Principles for format change" (<a href="https://github.com/ceph/ceph/pull/58577">pr#58577</a>, Zac Dover)</p></li><li><p>doc/dev: edit internals<span></span>.rst (<a href="https://github.com/ceph/ceph/pull/55853">pr#55853</a>, Zac Dover)</p></li><li><p>doc/dev: fix spelling in crimson<span></span>.rst (<a href="https://github.com/ceph/ceph/pull/55738">pr#55738</a>, Zac Dover)</p></li><li><p>doc/dev: Fix typos in encoding<span></span>.rst (<a href="https://github.com/ceph/ceph/pull/58306">pr#58306</a>, N Balachandran)</p></li><li><p>doc/dev: improve basic-workflow<span></span>.rst (<a href="https://github.com/ceph/ceph/pull/58939">pr#58939</a>, Zac Dover)</p></li><li><p>doc/dev: link to ceph<span></span>.io leads list (<a href="https://github.com/ceph/ceph/pull/58107">pr#58107</a>, Zac Dover)</p></li><li><p>doc/dev: osd_internals/snaps<span></span>.rst: add clone_overlap doc (<a href="https://github.com/ceph/ceph/pull/56524">pr#56524</a>, Matan Breizman)</p></li><li><p>doc/dev: refine "Concepts" (<a href="https://github.com/ceph/ceph/pull/56661">pr#56661</a>, Zac Dover)</p></li><li><p>doc/dev: refine "Concepts" 2 of 3 (<a href="https://github.com/ceph/ceph/pull/56726">pr#56726</a>, Zac Dover)</p></li><li><p>doc/dev: refine "Concepts" 3 of 3 (<a href="https://github.com/ceph/ceph/pull/56730">pr#56730</a>, Zac Dover)</p></li><li><p>doc/dev: refine "Concepts" 4 of 3 (<a href="https://github.com/ceph/ceph/pull/56741">pr#56741</a>, Zac Dover)</p></li><li><p>doc/dev: remove "Stable Releases and Backports" (<a href="https://github.com/ceph/ceph/pull/60274">pr#60274</a>, Zac Dover)</p></li><li><p>doc/dev: repair broken image (<a href="https://github.com/ceph/ceph/pull/57009">pr#57009</a>, Zac Dover)</p></li><li><p>doc/dev: s/to asses/to assess/ (<a href="https://github.com/ceph/ceph/pull/57424">pr#57424</a>, Zac Dover)</p></li><li><p>doc/dev: update leads list (<a href="https://github.com/ceph/ceph/pull/56604">pr#56604</a>, Zac Dover)</p></li><li><p>doc/dev: update leads list (<a href="https://github.com/ceph/ceph/pull/56590">pr#56590</a>, Zac Dover)</p></li><li><p>doc/dev_guide: add needs-upgrade-testing label info (<a href="https://github.com/ceph/ceph/pull/58731">pr#58731</a>, Zac Dover)</p></li><li><p>doc/developer_guide: update doc about installing teuthology (<a href="https://github.com/ceph/ceph/pull/57751">pr#57751</a>, Rishabh Dave)</p></li><li><p>doc/glossary<span></span>.rst: add "Monitor Store" (<a href="https://github.com/ceph/ceph/pull/54744">pr#54744</a>, Zac Dover)</p></li><li><p>doc/glossary<span></span>.rst: add "OpenStack Swift" and "Swift" (<a href="https://github.com/ceph/ceph/pull/57943">pr#57943</a>, Zac Dover)</p></li><li><p>doc/glossary: add "ceph-ansible" (<a href="https://github.com/ceph/ceph/pull/59009">pr#59009</a>, Zac Dover)</p></li><li><p>doc/glossary: add "ceph-fuse" entry (<a href="https://github.com/ceph/ceph/pull/58945">pr#58945</a>, Zac Dover)</p></li><li><p>doc/glossary: add "Crimson" entry (<a href="https://github.com/ceph/ceph/pull/56074">pr#56074</a>, Zac Dover)</p></li><li><p>doc/glossary: add "librados" entry (<a href="https://github.com/ceph/ceph/pull/56236">pr#56236</a>, Zac Dover)</p></li><li><p>doc/glossary: add "object storage" (<a href="https://github.com/ceph/ceph/pull/59426">pr#59426</a>, Zac Dover)</p></li><li><p>doc/glossary: Add "OMAP" to glossary (<a href="https://github.com/ceph/ceph/pull/55750">pr#55750</a>, Zac Dover)</p></li><li><p>doc/glossary: add "PLP" to glossary (<a href="https://github.com/ceph/ceph/pull/60505">pr#60505</a>, Zac Dover)</p></li><li><p>doc/glossary: add "Prometheus" (<a href="https://github.com/ceph/ceph/pull/58979">pr#58979</a>, Zac Dover)</p></li><li><p>doc/glossary: add "Quorum" to glossary (<a href="https://github.com/ceph/ceph/pull/54510">pr#54510</a>, Zac Dover)</p></li><li><p>doc/glossary: Add "S3" (<a href="https://github.com/ceph/ceph/pull/57984">pr#57984</a>, Zac Dover)</p></li><li><p>doc/glossary: Add link to CRUSH paper (<a href="https://github.com/ceph/ceph/pull/55558">pr#55558</a>, Zac Dover)</p></li><li><p>doc/glossary: improve "BlueStore" entry (<a href="https://github.com/ceph/ceph/pull/54266">pr#54266</a>, Zac Dover)</p></li><li><p>doc/glossary: improve "MDS" entry (<a href="https://github.com/ceph/ceph/pull/55850">pr#55850</a>, Zac Dover)</p></li><li><p>doc/glossary: improve OSD definitions (<a href="https://github.com/ceph/ceph/pull/55614">pr#55614</a>, Zac Dover)</p></li><li><p>doc/governance: add Zac Dover's updated email (<a href="https://github.com/ceph/ceph/pull/60136">pr#60136</a>, Zac Dover)</p></li><li><p>doc/install: add manual RADOSGW install procedure (<a href="https://github.com/ceph/ceph/pull/55881">pr#55881</a>, Zac Dover)</p></li><li><p>doc/install: fix typos in openEuler-installation doc (<a href="https://github.com/ceph/ceph/pull/56414">pr#56414</a>, Rongqi Sun)</p></li><li><p>doc/install: Keep the name field of the created user consistent with … (<a href="https://github.com/ceph/ceph/pull/59758">pr#59758</a>, hejindong)</p></li><li><p>doc/install: update "update submodules" (<a href="https://github.com/ceph/ceph/pull/54962">pr#54962</a>, Zac Dover)</p></li><li><p>doc/man/8/mount<span></span>.ceph<span></span>.rst: add more mount options (<a href="https://github.com/ceph/ceph/pull/55755">pr#55755</a>, Xiubo Li)</p></li><li><p>doc/man/8/radosgw-admin: add get lifecycle command (<a href="https://github.com/ceph/ceph/pull/57161">pr#57161</a>, rkhudov)</p></li><li><p>doc/man: add missing long option switches (<a href="https://github.com/ceph/ceph/pull/57708">pr#57708</a>, Patrick Donnelly)</p></li><li><p>doc/man: edit "manipulating the omap key" (<a href="https://github.com/ceph/ceph/pull/55636">pr#55636</a>, Zac Dover)</p></li><li><p>doc/man: edit ceph-bluestore-tool<span></span>.rst (<a href="https://github.com/ceph/ceph/pull/59684">pr#59684</a>, Zac Dover)</p></li><li><p>doc/man: edit ceph-osd description (<a href="https://github.com/ceph/ceph/pull/54552">pr#54552</a>, Zac Dover)</p></li><li><p>doc/man: supplant "wsync" with "nowsync" as the default (<a href="https://github.com/ceph/ceph/pull/60201">pr#60201</a>, Zac Dover)</p></li><li><p>doc/mds: improve wording (<a href="https://github.com/ceph/ceph/pull/59587">pr#59587</a>, Piotr Parczewski)</p></li><li><p>doc/mgr/dashboard: fix TLS typo (<a href="https://github.com/ceph/ceph/pull/59033">pr#59033</a>, Mindy Preston)</p></li><li><p>doc/mgr: credit John Jasen for Zabbix 2 (<a href="https://github.com/ceph/ceph/pull/56685">pr#56685</a>, Zac Dover)</p></li><li><p>doc/mgr: document lack of MSWin NFS 4<span></span>.x support (<a href="https://github.com/ceph/ceph/pull/55033">pr#55033</a>, Zac Dover)</p></li><li><p>doc/mgr: edit "Overview" in dashboard<span></span>.rst (<a href="https://github.com/ceph/ceph/pull/57337">pr#57337</a>, Zac Dover)</p></li><li><p>doc/mgr: edit "Resolve IP address to hostname before redirect" (<a href="https://github.com/ceph/ceph/pull/57297">pr#57297</a>, Zac Dover)</p></li><li><p>doc/mgr: explain error message - dashboard<span></span>.rst (<a href="https://github.com/ceph/ceph/pull/57110">pr#57110</a>, Zac Dover)</p></li><li><p>doc/mgr: remove ceph-exporter (Quincy) (<a href="https://github.com/ceph/ceph/pull/55518">pr#55518</a>, Zac Dover)</p></li><li><p>doc/mgr: remove Zabbix 1 information (<a href="https://github.com/ceph/ceph/pull/56799">pr#56799</a>, Zac Dover)</p></li><li><p>doc/mgr: update zabbix information (<a href="https://github.com/ceph/ceph/pull/56632">pr#56632</a>, Zac Dover)</p></li><li><p>doc/rados/configuration/bluestore-config-ref: Fix lowcase typo (<a href="https://github.com/ceph/ceph/pull/54695">pr#54695</a>, Adam Kupczyk)</p></li><li><p>doc/rados/configuration/osd-config-ref: fix typo (<a href="https://github.com/ceph/ceph/pull/55679">pr#55679</a>, Pierre Riteau)</p></li><li><p>doc/rados/operations: add EC overhead table to erasure-code<span></span>.rst (<a href="https://github.com/ceph/ceph/pull/55245">pr#55245</a>, Anthony D'Atri)</p></li><li><p>doc/rados/operations: document <code>ceph balancer status detail</code> (<a href="https://github.com/ceph/ceph/pull/55264">pr#55264</a>, Laura Flores)</p></li><li><p>doc/rados/operations: Fix off-by-one errors in control<span></span>.rst (<a href="https://github.com/ceph/ceph/pull/55232">pr#55232</a>, tobydarling)</p></li><li><p>doc/rados/operations: Improve crush_location docs (<a href="https://github.com/ceph/ceph/pull/56595">pr#56595</a>, Niklas Hambüchen)</p></li><li><p>doc/rados/operations: Improve health-checks<span></span>.rst (<a href="https://github.com/ceph/ceph/pull/59584">pr#59584</a>, Anthony D'Atri)</p></li><li><p>doc/rados/operations: remove vanity cluster name reference from crush… (<a href="https://github.com/ceph/ceph/pull/58949">pr#58949</a>, Anthony D'Atri)</p></li><li><p>doc/rados/operations: rephrase OSDs peering (<a href="https://github.com/ceph/ceph/pull/57158">pr#57158</a>, Piotr Parczewski)</p></li><li><p>doc/rados: add "change public network" procedure (<a href="https://github.com/ceph/ceph/pull/55800">pr#55800</a>, Zac Dover)</p></li><li><p>doc/rados: add "pgs not deep scrubbed in time" info (<a href="https://github.com/ceph/ceph/pull/59735">pr#59735</a>, Zac Dover)</p></li><li><p>doc/rados: add bucket rename command (<a href="https://github.com/ceph/ceph/pull/57028">pr#57028</a>, Zac Dover)</p></li><li><p>doc/rados: add confval directives to health-checks (<a href="https://github.com/ceph/ceph/pull/59873">pr#59873</a>, Zac Dover)</p></li><li><p>doc/rados: add link to messenger v2 info in mon-lookup-dns<span></span>.rst (<a href="https://github.com/ceph/ceph/pull/59796">pr#59796</a>, Zac Dover)</p></li><li><p>doc/rados: add link to pg blog post (<a href="https://github.com/ceph/ceph/pull/55612">pr#55612</a>, Zac Dover)</p></li><li><p>doc/rados: add options to network config ref (<a href="https://github.com/ceph/ceph/pull/57917">pr#57917</a>, Zac Dover)</p></li><li><p>doc/rados: add osd_deep_scrub_interval setting operation (<a href="https://github.com/ceph/ceph/pull/59804">pr#59804</a>, Zac Dover)</p></li><li><p>doc/rados: add PG definition (<a href="https://github.com/ceph/ceph/pull/55631">pr#55631</a>, Zac Dover)</p></li><li><p>doc/rados: add pg-states and pg-concepts to tree (<a href="https://github.com/ceph/ceph/pull/58051">pr#58051</a>, Zac Dover)</p></li><li><p>doc/rados: add stop monitor command (<a href="https://github.com/ceph/ceph/pull/57852">pr#57852</a>, Zac Dover)</p></li><li><p>doc/rados: add stretch_rule workaround (<a href="https://github.com/ceph/ceph/pull/58183">pr#58183</a>, Zac Dover)</p></li><li><p>doc/rados: credit Prashant for a procedure (<a href="https://github.com/ceph/ceph/pull/58259">pr#58259</a>, Zac Dover)</p></li><li><p>doc/rados: document manually passing search domain (<a href="https://github.com/ceph/ceph/pull/58433">pr#58433</a>, Zac Dover)</p></li><li><p>doc/rados: document unfound object cache-tiering scenario (<a href="https://github.com/ceph/ceph/pull/59382">pr#59382</a>, Zac Dover)</p></li><li><p>doc/rados: edit "client can't connect<span></span>.<span></span>.<span></span>." (<a href="https://github.com/ceph/ceph/pull/54655">pr#54655</a>, Zac Dover)</p></li><li><p>doc/rados: edit "Everything Failed! Now What?" (<a href="https://github.com/ceph/ceph/pull/54666">pr#54666</a>, Zac Dover)</p></li><li><p>doc/rados: edit "monitor store failures" (<a href="https://github.com/ceph/ceph/pull/54660">pr#54660</a>, Zac Dover)</p></li><li><p>doc/rados: edit "Placement Groups Never Get Clean" (<a href="https://github.com/ceph/ceph/pull/60048">pr#60048</a>, Zac Dover)</p></li><li><p>doc/rados: edit "recovering broken monmap" (<a href="https://github.com/ceph/ceph/pull/54602">pr#54602</a>, Zac Dover)</p></li><li><p>doc/rados: edit "troubleshooting-mon" (<a href="https://github.com/ceph/ceph/pull/54503">pr#54503</a>, Zac Dover)</p></li><li><p>doc/rados: edit "understanding mon_status" (<a href="https://github.com/ceph/ceph/pull/54580">pr#54580</a>, Zac Dover)</p></li><li><p>doc/rados: edit "Using the Monitor's Admin Socket" (<a href="https://github.com/ceph/ceph/pull/54577">pr#54577</a>, Zac Dover)</p></li><li><p>doc/rados: edit t-mon "common issues" (1 of x) (<a href="https://github.com/ceph/ceph/pull/54419">pr#54419</a>, Zac Dover)</p></li><li><p>doc/rados: edit t-mon "common issues" (2 of x) (<a href="https://github.com/ceph/ceph/pull/54422">pr#54422</a>, Zac Dover)</p></li><li><p>doc/rados: edit t-mon "common issues" (3 of x) (<a href="https://github.com/ceph/ceph/pull/54439">pr#54439</a>, Zac Dover)</p></li><li><p>doc/rados: edit t-mon "common issues" (4 of x) (<a href="https://github.com/ceph/ceph/pull/54444">pr#54444</a>, Zac Dover)</p></li><li><p>doc/rados: edit t-mon "common issues" (5 of x) (<a href="https://github.com/ceph/ceph/pull/54456">pr#54456</a>, Zac Dover)</p></li><li><p>doc/rados: edit t-mon<span></span>.rst text (<a href="https://github.com/ceph/ceph/pull/54350">pr#54350</a>, Zac Dover)</p></li><li><p>doc/rados: edit t-shooting-mon<span></span>.rst (<a href="https://github.com/ceph/ceph/pull/54428">pr#54428</a>, Zac Dover)</p></li><li><p>doc/rados: edit troubleshooting-osd<span></span>.rst (<a href="https://github.com/ceph/ceph/pull/58273">pr#58273</a>, Zac Dover)</p></li><li><p>doc/rados: edit troubleshooting-pg<span></span>.rst (<a href="https://github.com/ceph/ceph/pull/54229">pr#54229</a>, Zac Dover)</p></li><li><p>doc/rados: explain replaceable parts of command (<a href="https://github.com/ceph/ceph/pull/58061">pr#58061</a>, Zac Dover)</p></li><li><p>doc/rados: fix broken links (<a href="https://github.com/ceph/ceph/pull/55681">pr#55681</a>, Zac Dover)</p></li><li><p>doc/rados: fix outdated value for ms_bind_port_max (<a href="https://github.com/ceph/ceph/pull/57049">pr#57049</a>, Pierre Riteau)</p></li><li><p>doc/rados: followup to PR#58057 (<a href="https://github.com/ceph/ceph/pull/58163">pr#58163</a>, Zac Dover)</p></li><li><p>doc/rados: format "initial troubleshooting" (<a href="https://github.com/ceph/ceph/pull/54478">pr#54478</a>, Zac Dover)</p></li><li><p>doc/rados: format Q&amp;A list in t-mon<span></span>.rst (<a href="https://github.com/ceph/ceph/pull/54346">pr#54346</a>, Zac Dover)</p></li><li><p>doc/rados: format Q&amp;A list in tshooting-mon<span></span>.rst (<a href="https://github.com/ceph/ceph/pull/54367">pr#54367</a>, Zac Dover)</p></li><li><p>doc/rados: format sections in tshooting-mon<span></span>.rst (<a href="https://github.com/ceph/ceph/pull/54639">pr#54639</a>, Zac Dover)</p></li><li><p>doc/rados: improve "Ceph Subsystems" (<a href="https://github.com/ceph/ceph/pull/54703">pr#54703</a>, Zac Dover)</p></li><li><p>doc/rados: improve "scrubbing" explanation (<a href="https://github.com/ceph/ceph/pull/54271">pr#54271</a>, Zac Dover)</p></li><li><p>doc/rados: improve formatting of log-and-debug<span></span>.rst (<a href="https://github.com/ceph/ceph/pull/54747">pr#54747</a>, Zac Dover)</p></li><li><p>doc/rados: improve leader/peon monitor explanation (<a href="https://github.com/ceph/ceph/pull/57960">pr#57960</a>, Zac Dover)</p></li><li><p>doc/rados: link to pg setting commands (<a href="https://github.com/ceph/ceph/pull/55937">pr#55937</a>, Zac Dover)</p></li><li><p>doc/rados: ops/pgs: s/power of 2/power of two (<a href="https://github.com/ceph/ceph/pull/54701">pr#54701</a>, Zac Dover)</p></li><li><p>doc/rados: parallelize t-mon headings (<a href="https://github.com/ceph/ceph/pull/54462">pr#54462</a>, Zac Dover)</p></li><li><p>doc/rados: PR#57022 unfinished business (<a href="https://github.com/ceph/ceph/pull/57266">pr#57266</a>, Zac Dover)</p></li><li><p>doc/rados: remove dual-stack docs (<a href="https://github.com/ceph/ceph/pull/57074">pr#57074</a>, Zac Dover)</p></li><li><p>doc/rados: remove PGcalc from docs (<a href="https://github.com/ceph/ceph/pull/55902">pr#55902</a>, Zac Dover)</p></li><li><p>doc/rados: remove redundant pg repair commands (<a href="https://github.com/ceph/ceph/pull/57041">pr#57041</a>, Zac Dover)</p></li><li><p>doc/rados: repair stretch-mode<span></span>.rst (<a href="https://github.com/ceph/ceph/pull/54763">pr#54763</a>, Zac Dover)</p></li><li><p>doc/rados: restore PGcalc tool (<a href="https://github.com/ceph/ceph/pull/56058">pr#56058</a>, Zac Dover)</p></li><li><p>doc/rados: revert "doc/rados/operations: document <code>ceph balancer status detail</code>" (<a href="https://github.com/ceph/ceph/pull/55359">pr#55359</a>, Laura Flores)</p></li><li><p>doc/rados: s/cepgsqlite/cephsqlite/ (<a href="https://github.com/ceph/ceph/pull/57248">pr#57248</a>, Zac Dover)</p></li><li><p>doc/rados: standardize markup of "clean" (<a href="https://github.com/ceph/ceph/pull/60502">pr#60502</a>, Zac Dover)</p></li><li><p>doc/rados: update "stretch mode" (<a href="https://github.com/ceph/ceph/pull/54757">pr#54757</a>, Michael Collins)</p></li><li><p>doc/rados: update common<span></span>.rst (<a href="https://github.com/ceph/ceph/pull/56269">pr#56269</a>, Zac Dover)</p></li><li><p>doc/rados: update config for autoscaler (<a href="https://github.com/ceph/ceph/pull/55439">pr#55439</a>, Zac Dover)</p></li><li><p>doc/rados: update how to install c++ header files (<a href="https://github.com/ceph/ceph/pull/58309">pr#58309</a>, Pere Diaz Bou)</p></li><li><p>doc/rados: update PG guidance (<a href="https://github.com/ceph/ceph/pull/55461">pr#55461</a>, Zac Dover)</p></li><li><p>doc/radosgw - edit admin<span></span>.rst "set user rate limit" (<a href="https://github.com/ceph/ceph/pull/55151">pr#55151</a>, Zac Dover)</p></li><li><p>doc/radosgw/admin<span></span>.rst: use underscores in config var names (<a href="https://github.com/ceph/ceph/pull/54934">pr#54934</a>, Ville Ojamo)</p></li><li><p>doc/radosgw/multisite: fix Configuring Secondary Zones -&gt; Updating the Period (<a href="https://github.com/ceph/ceph/pull/60334">pr#60334</a>, Casey Bodley)</p></li><li><p>doc/radosgw: add confval directives (<a href="https://github.com/ceph/ceph/pull/55485">pr#55485</a>, Zac Dover)</p></li><li><p>doc/radosgw: add gateway starting command (<a href="https://github.com/ceph/ceph/pull/54834">pr#54834</a>, Zac Dover)</p></li><li><p>doc/radosgw: admin<span></span>.rst - edit "Create a Subuser" (<a href="https://github.com/ceph/ceph/pull/55021">pr#55021</a>, Zac Dover)</p></li><li><p>doc/radosgw: admin<span></span>.rst - edit "Create a User" (<a href="https://github.com/ceph/ceph/pull/55005">pr#55005</a>, Zac Dover)</p></li><li><p>doc/radosgw: admin<span></span>.rst - edit sections (<a href="https://github.com/ceph/ceph/pull/55018">pr#55018</a>, Zac Dover)</p></li><li><p>doc/radosgw: disambiguate version-added remarks (<a href="https://github.com/ceph/ceph/pull/57142">pr#57142</a>, Zac Dover)</p></li><li><p>doc/radosgw: edit "Add/Remove a Key" (<a href="https://github.com/ceph/ceph/pull/55056">pr#55056</a>, Zac Dover)</p></li><li><p>doc/radosgw: edit "Enable/Disable Bucket Rate Limit" (<a href="https://github.com/ceph/ceph/pull/55261">pr#55261</a>, Zac Dover)</p></li><li><p>doc/radosgw: edit "read/write global rate limit" admin<span></span>.rst (<a href="https://github.com/ceph/ceph/pull/55272">pr#55272</a>, Zac Dover)</p></li><li><p>doc/radosgw: edit "remove a subuser" (<a href="https://github.com/ceph/ceph/pull/55035">pr#55035</a>, Zac Dover)</p></li><li><p>doc/radosgw: edit "Usage" admin<span></span>.rst (<a href="https://github.com/ceph/ceph/pull/55322">pr#55322</a>, Zac Dover)</p></li><li><p>doc/radosgw: edit admin<span></span>.rst "Get Bucket Rate Limit" (<a href="https://github.com/ceph/ceph/pull/55254">pr#55254</a>, Zac Dover)</p></li><li><p>doc/radosgw: edit admin<span></span>.rst "get user rate limit" (<a href="https://github.com/ceph/ceph/pull/55158">pr#55158</a>, Zac Dover)</p></li><li><p>doc/radosgw: edit admin<span></span>.rst "set bucket rate limit" (<a href="https://github.com/ceph/ceph/pull/55243">pr#55243</a>, Zac Dover)</p></li><li><p>doc/radosgw: edit admin<span></span>.rst - quota (<a href="https://github.com/ceph/ceph/pull/55083">pr#55083</a>, Zac Dover)</p></li><li><p>doc/radosgw: edit admin<span></span>.rst 1 of x (<a href="https://github.com/ceph/ceph/pull/55001">pr#55001</a>, Zac Dover)</p></li><li><p>doc/radosgw: edit compression<span></span>.rst (<a href="https://github.com/ceph/ceph/pull/54986">pr#54986</a>, Zac Dover)</p></li><li><p>doc/radosgw: edit front matter - role<span></span>.rst (<a href="https://github.com/ceph/ceph/pull/54855">pr#54855</a>, Zac Dover)</p></li><li><p>doc/radosgw: edit multisite<span></span>.rst (<a href="https://github.com/ceph/ceph/pull/55672">pr#55672</a>, Zac Dover)</p></li><li><p>doc/radosgw: edit sections (<a href="https://github.com/ceph/ceph/pull/55028">pr#55028</a>, Zac Dover)</p></li><li><p>doc/radosgw: fix formatting (<a href="https://github.com/ceph/ceph/pull/54754">pr#54754</a>, Zac Dover)</p></li><li><p>doc/radosgw: Fix JSON typo in Principal Tag example code snippet (<a href="https://github.com/ceph/ceph/pull/54643">pr#54643</a>, Daniel Parkes)</p></li><li><p>doc/radosgw: fix verb disagreement - index<span></span>.html (<a href="https://github.com/ceph/ceph/pull/55339">pr#55339</a>, Zac Dover)</p></li><li><p>doc/radosgw: format "Create a Role" (<a href="https://github.com/ceph/ceph/pull/54887">pr#54887</a>, Zac Dover)</p></li><li><p>doc/radosgw: format commands in role<span></span>.rst (<a href="https://github.com/ceph/ceph/pull/54906">pr#54906</a>, Zac Dover)</p></li><li><p>doc/radosgw: format POST statements (<a href="https://github.com/ceph/ceph/pull/54850">pr#54850</a>, Zac Dover)</p></li><li><p>doc/radosgw: Improve dynamicresharding<span></span>.rst (<a href="https://github.com/ceph/ceph/pull/54369">pr#54369</a>, Anthony D'Atri)</p></li><li><p>doc/radosgw: Revert "doc/rgw/lua: add info uploading a (<a href="https://github.com/ceph/ceph/pull/55526">pr#55526</a>, Zac Dover)</p></li><li><p>doc/radosgw: update link in rgw-cache<span></span>.rst (<a href="https://github.com/ceph/ceph/pull/54806">pr#54806</a>, Zac Dover)</p></li><li><p>doc/radosgw: update S3 action list (<a href="https://github.com/ceph/ceph/pull/57366">pr#57366</a>, Zac Dover)</p></li><li><p>doc/radosgw: use 'confval' directive for reshard config options (<a href="https://github.com/ceph/ceph/pull/57025">pr#57025</a>, Casey Bodley)</p></li><li><p>doc/radosrgw: edit admin<span></span>.rst (<a href="https://github.com/ceph/ceph/pull/55074">pr#55074</a>, Zac Dover)</p></li><li><p>doc/rbd/rbd-exclusive-locks: mention incompatibility with advisory locks (<a href="https://github.com/ceph/ceph/pull/58865">pr#58865</a>, Ilya Dryomov)</p></li><li><p>doc/rbd: "rbd flatten" doesn't take encryption options in quincy (<a href="https://github.com/ceph/ceph/pull/56272">pr#56272</a>, Ilya Dryomov)</p></li><li><p>doc/rbd: add namespace information for mirror commands (<a href="https://github.com/ceph/ceph/pull/60271">pr#60271</a>, N Balachandran)</p></li><li><p>doc/rbd: minor changes to the rbd man page (<a href="https://github.com/ceph/ceph/pull/56257">pr#56257</a>, N Balachandran)</p></li><li><p>doc/README<span></span>.md - add ordered list (<a href="https://github.com/ceph/ceph/pull/59800">pr#59800</a>, Zac Dover)</p></li><li><p>doc/README<span></span>.md: create selectable commands (<a href="https://github.com/ceph/ceph/pull/59836">pr#59836</a>, Zac Dover)</p></li><li><p>doc/README<span></span>.md: edit "Build Prerequisites" (<a href="https://github.com/ceph/ceph/pull/59639">pr#59639</a>, Zac Dover)</p></li><li><p>doc/README<span></span>.md: improve formatting (<a href="https://github.com/ceph/ceph/pull/59702">pr#59702</a>, Zac Dover)</p></li><li><p>doc/rgw/d3n: pass cache dir volume to extra_container_args (<a href="https://github.com/ceph/ceph/pull/59769">pr#59769</a>, Mark Kogan)</p></li><li><p>doc/rgw/notification: persistent notification queue full behavior (<a href="https://github.com/ceph/ceph/pull/59235">pr#59235</a>, Yuval Lifshitz)</p></li><li><p>doc/rgw/notifications: specify which event types are enabled by default (<a href="https://github.com/ceph/ceph/pull/54501">pr#54501</a>, Yuval Lifshitz)</p></li><li><p>do ... |
http://localhost:1200/ceph/blog/a11y - Success ✔️<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
<channel>
<title>Ceph Blog</title>
<link>https://ceph.io/en/news/blog/</link>
<atom:link href="http://localhost:1200/ceph/blog/a11y" rel="self" type="application/rss+xml"></atom:link>
<description>Ceph Blog - Powered by RSSHub</description>
<generator>RSSHub</generator>
<webMaster>[email protected] (RSSHub)</webMaster>
<language>en</language>
<lastBuildDate>Fri, 06 Dec 2024 13:27:02 GMT</lastBuildDate>
<ttl>5</ttl>
<item>
<title>v17.2.8 Quincy released</title>
<description><div class="intro-para richtext"><p>This is the eighth, and expected to be last, backport release in the Quincy series. We recommend all users update to this release.</p><p>v17.2.8 will have RPM/centos 9 packages instead of&nbsp; RPM/centos 8 built.</p><p>v17.2.8 container images, now based on CentOS 9, may be incompatible on older kernels (e.g., Ubuntu 18.04)&nbsp; due to differences in thread creation methods.&nbsp; Users upgrading to v17.2.8 container images with older OS versions may encounter crashes during <code>pthread_create</code>.&nbsp; However, we recommend upgrading your OS to avoid this unsupported combination.</p><p>Users should expect to see the el8 rpm subdirectory empty and the "dnf" commands are expected to fail with 17.2.8. They can choose to use 17.2.8 RPM packages for centos 8/el8 provided by CERN as a community member or continue to stay at 17.2.7 following instructions from <a href="https://docs.ceph.com/en/latest/install/get-packages/#rhel">https://docs.ceph.com/en/latest/install/get-packages/#rhel</a>, the ceph.repo file should point to <a href="https://download.ceph.com/rpm-17.2.7/el8">https://download.ceph.com/rpm-17.2.7/el8</a> instead of <a href="https://download.ceph.com/rpm-quincy/el8">https://download.ceph.com/rpm-quincy/el8</a></p><p>These CERN packages come with no warranty and have not been tested. The software in them has been tested by Ceph according to [platforms](<a href="https://docs.ceph.com/en/latest/start/os-recommendations/">https://docs.ceph.com/en/latest/start/os-recommendations/</a> #platforms). The repository for el8 builds is hosted by CERN on [Linux @ CERN](<a href="https://linuxsoft.cern.ch/repos/ceph-ext-">https://linuxsoft.cern.ch/repos/ceph-ext-</a> quincy8el-stable/). The public part of the GPG key used to sign the packages is available at <a href="https://linuxsoft.cern.ch/repos/RPM-GPG-KEY-Ceph-Community">RPM-GPG-KEY-Ceph-Community</a>.</p><h2 id="notable-changes">Notable Changes <a class="link-anchor" href="https://ceph.io/en/news/blog/2024/v17-2-8-quincy-released/#notable-changes">¶</a></h2><ul><li>RADOS: The <code>get_pool_is_selfmanaged_snaps_mode</code> C++ API has been deprecated due to being prone to false negative results. Its safer replacement is <code>pool_is_in_selfmanaged_snaps_mode</code>.</li><li>RBD: When diffing against the beginning of time (<code>fromsnapname == NULL</code>) in fast-diff mode (<code>whole_object == true</code> with the <code>fast-diff</code> image feature enabled and valid), diff-iterate is now guaranteed to execute locally if an exclusive lock is available. This brings a dramatic performance improvement for QEMU live disk synchronization and backup use cases.</li><li>RBD: The option <code>--image-id</code> has been added to the <code>rbd children</code> CLI command, so it can be run for images in the trash.</li><li>RBD: The <code>RBD_IMAGE_OPTION_CLONE_FORMAT</code> option has been exposed in Python bindings via the <code>clone_format</code> optional parameter to the <code>clone</code>, <code>deep_copy</code> and <code>migration_prepare</code> methods.</li><li>RBD: The <code>RBD_IMAGE_OPTION_FLATTEN</code> option has been exposed in Python bindings via the <code>flatten</code> optional parameter to the <code>deep_copy</code> and <code>migration_prepare</code> methods.</li></ul><h2 id="changelog">Changelog <a class="link-anchor" href="https://ceph.io/en/news/blog/2024/v17-2-8-quincy-released/#changelog">¶</a></h2><ul><li><p><span></span>.github: sync the list of paths for rbd label, expand tests label to qa/* (<a href="https://github.com/ceph/ceph/pull/57726">pr#57726</a>, Ilya Dryomov)</p></li><li><p>[quincy] qa/multisite: stabilize multisite testing (<a href="https://github.com/ceph/ceph/pull/60479">pr#60479</a>, Shilpa Jagannath, Casey Bodley)</p></li><li><p>[quincy] RGW backports (<a href="https://github.com/ceph/ceph/pull/51806">pr#51806</a>, Soumya Koduri, Casey Bodley)</p></li><li><p>[rgw][lc][rgw_lifecycle_work_time] adjust timing if the configured end time is less than the start time (<a href="https://github.com/ceph/ceph/pull/54874">pr#54874</a>, Oguzhan Ozmen)</p></li><li><p>Add Containerfile and build<span></span>.sh to build it (<a href="https://github.com/ceph/ceph/pull/60230">pr#60230</a>, Dan Mick)</p></li><li><p>admin/doc-requirements: bump Sphinx to 5<span></span>.0<span></span>.2 (<a href="https://github.com/ceph/ceph/pull/55204">pr#55204</a>, Nizamudeen A)</p></li><li><p>batch backport of #50743, #55342, #48557 (<a href="https://github.com/ceph/ceph/pull/55593">pr#55593</a>, John Mulligan, Afreen, Laura Flores)</p></li><li><p>blk/aio: fix long batch (64+K entries) submission (<a href="https://github.com/ceph/ceph/pull/58674">pr#58674</a>, Igor Fedotov, Adam Kupczyk, Robin Geuze)</p></li><li><p>bluestore/bluestore_types: avoid heap-buffer-overflow in another way to keep code uniformity (<a href="https://github.com/ceph/ceph/pull/58818">pr#58818</a>, Rongqi Sun)</p></li><li><p>bluestore/bluestore_types: check 'it' valid before using (<a href="https://github.com/ceph/ceph/pull/56889">pr#56889</a>, Rongqi Sun)</p></li><li><p>build: Make boost_url a list (<a href="https://github.com/ceph/ceph/pull/58316">pr#58316</a>, Adam Emerson, Kefu Chai)</p></li><li><p>centos 9 related backports for RBD (<a href="https://github.com/ceph/ceph/pull/58565">pr#58565</a>, Casey Bodley, Ilya Dryomov)</p></li><li><p>ceph-menv:fix typo in README (<a href="https://github.com/ceph/ceph/pull/55164">pr#55164</a>, yu.wang)</p></li><li><p>ceph-node-proxy not present, not part of container (<a href="https://github.com/ceph/ceph/pull/60337">pr#60337</a>, Dan Mick)</p></li><li><p>ceph-volume: add missing import (<a href="https://github.com/ceph/ceph/pull/56260">pr#56260</a>, Guillaume Abrioux)</p></li><li><p>ceph-volume: create LVs when using partitions (<a href="https://github.com/ceph/ceph/pull/58221">pr#58221</a>, Guillaume Abrioux)</p></li><li><p>ceph-volume: fix a bug in _check_generic_reject_reasons (<a href="https://github.com/ceph/ceph/pull/54706">pr#54706</a>, Kim Minjong)</p></li><li><p>ceph-volume: fix a regression in <code>raw list</code> (<a href="https://github.com/ceph/ceph/pull/54522">pr#54522</a>, Guillaume Abrioux)</p></li><li><p>ceph-volume: Fix migration from WAL to data with no DB (<a href="https://github.com/ceph/ceph/pull/55496">pr#55496</a>, Igor Fedotov)</p></li><li><p>ceph-volume: Fix unbound var in disk<span></span>.get_devices() (<a href="https://github.com/ceph/ceph/pull/59651">pr#59651</a>, Zack Cerza)</p></li><li><p>ceph-volume: fix zap_partitions() in devices<span></span>.lvm<span></span>.zap (<a href="https://github.com/ceph/ceph/pull/55480">pr#55480</a>, Guillaume Abrioux)</p></li><li><p>ceph-volume: fixes fallback to stat in is_device and is_partition (<a href="https://github.com/ceph/ceph/pull/54630">pr#54630</a>, Teoman ONAY)</p></li><li><p>ceph-volume: Revert "ceph-volume: fix raw list for lvm devices" (<a href="https://github.com/ceph/ceph/pull/54430">pr#54430</a>, Matthew Booth, Guillaume Abrioux)</p></li><li><p>ceph-volume: use 'no workqueue' options with dmcrypt (<a href="https://github.com/ceph/ceph/pull/55336">pr#55336</a>, Guillaume Abrioux)</p></li><li><p>ceph-volume: use importlib from stdlib on Python 3<span></span>.8 and up (<a href="https://github.com/ceph/ceph/pull/58006">pr#58006</a>, Guillaume Abrioux, Kefu Chai)</p></li><li><p>ceph-volume: Use safe accessor to get TYPE info (<a href="https://github.com/ceph/ceph/pull/56322">pr#56322</a>, Dillon Amburgey)</p></li><li><p>ceph<span></span>.spec<span></span>.in: add support for openEuler OS (<a href="https://github.com/ceph/ceph/pull/56366">pr#56366</a>, liuqinfei)</p></li><li><p>ceph<span></span>.spec<span></span>.in: we need jsonnet for all distroes for make check (<a href="https://github.com/ceph/ceph/pull/60074">pr#60074</a>, Kyr Shatskyy)</p></li><li><p>ceph_test_rados_api_misc: adjust LibRadosMiscConnectFailure<span></span>.ConnectTimeout timeout (<a href="https://github.com/ceph/ceph/pull/58128">pr#58128</a>, Lucian Petrut)</p></li><li><p>cephadm: add a --dry-run option to cephadm shell (<a href="https://github.com/ceph/ceph/pull/54221">pr#54221</a>, John Mulligan)</p></li><li><p>cephadm: add tcmu-runner to logrotate config (<a href="https://github.com/ceph/ceph/pull/55966">pr#55966</a>, Adam King)</p></li><li><p>cephadm: add timemaster to timesync services list (<a href="https://github.com/ceph/ceph/pull/56308">pr#56308</a>, Florent Carli)</p></li><li><p>cephadm: Adding support to configure public_network cfg section (<a href="https://github.com/ceph/ceph/pull/55959">pr#55959</a>, Redouane Kachach)</p></li><li><p>cephadm: allow ports to be opened in firewall during adoption, reconfig, redeploy (<a href="https://github.com/ceph/ceph/pull/55960">pr#55960</a>, Adam King)</p></li><li><p>cephadm: disable ms_bind_ipv4 if we will enable ms_bind_ipv6 (<a href="https://github.com/ceph/ceph/pull/58760">pr#58760</a>, Dan van der Ster, Joshua Blanch)</p></li><li><p>cephadm: fix host-maintenance command always exiting with a failure (<a href="https://github.com/ceph/ceph/pull/58755">pr#58755</a>, John Mulligan)</p></li><li><p>cephadm: make custom_configs work for tcmu-runner container (<a href="https://github.com/ceph/ceph/pull/53425">pr#53425</a>, Adam King)</p></li><li><p>cephadm: pin pyfakefs version for tox tests (<a href="https://github.com/ceph/ceph/pull/56763">pr#56763</a>, Adam King)</p></li><li><p>cephadm: remove restriction for crush device classes (<a href="https://github.com/ceph/ceph/pull/56087">pr#56087</a>, Seena Fallah)</p></li><li><p>cephadm: run tcmu-runner through script to do restart on failure (<a href="https://github.com/ceph/ceph/pull/55975">pr#55975</a>, Adam King, Raimund Sacherer, Teoman ONAY, Ilya Dryomov)</p></li><li><p>cephadm: support for CA signed keys (<a href="https://github.com/ceph/ceph/pull/55965">pr#55965</a>, Adam King)</p></li><li><p>cephadm: turn off cgroups_split setting when bootstrapping with --no-cgroups-split (<a href="https://github.com/ceph/ceph/pull/58761">pr#58761</a>, Adam King)</p></li><li><p>cephadm: use importlib<span></span>.metadata for querying ceph_iscsi's version (<a href="https://github.com/ceph/ceph/pull/58637">pr#58637</a>, Kefu Chai)</p></li><li><p>cephfs-mirror: various fixes (<a href="https://github.com/ceph/ceph/pull/56702">pr#56702</a>, Jos Collin)</p></li><li><p>cephfs: Fixed a bug in the readdir_cache_cb function that may have us… (<a href="https://github.com/ceph/ceph/pull/58806">pr#58806</a>, Tod Chen)</p></li><li><p>cephfs: upgrade cephfs-shell's path wherever necessary (<a href="https://github.com/ceph/ceph/pull/54186">pr#54186</a>, Rishabh Dave)</p></li><li><p>client, mds: update mtime and change attr for snapdir when snaps are created, deleted and renamed (<a href="http://tracker.ceph.com/issues/54501">issue#54501</a>, <a href="https://github.com/ceph/ceph/pull/50730">pr#50730</a>, Venky Shankar)</p></li><li><p>client/fuse: handle case of renameat2 with non-zero flags (<a href="https://github.com/ceph/ceph/pull/55010">pr#55010</a>, Leonid Usov, Shachar Sharon)</p></li><li><p>client: always refresh mds feature bits on session open (<a href="http://tracker.ceph.com/issues/63188">issue#63188</a>, <a href="https://github.com/ceph/ceph/pull/54244">pr#54244</a>, Venky Shankar)</p></li><li><p>client: call _getattr() for -ENODATA returned _getvxattr() calls (<a href="https://github.com/ceph/ceph/pull/54405">pr#54405</a>, Jos Collin)</p></li><li><p>client: disallow unprivileged users to escalate root privileges (<a href="https://github.com/ceph/ceph/pull/60314">pr#60314</a>, Xiubo Li, Venky Shankar)</p></li><li><p>client: fix leak of file handles (<a href="https://github.com/ceph/ceph/pull/56121">pr#56121</a>, Xavi Hernandez)</p></li><li><p>client: queue a delay cap flushing if there are ditry caps/snapcaps (<a href="https://github.com/ceph/ceph/pull/54465">pr#54465</a>, Xiubo Li)</p></li><li><p>cloud sync: fix crash due to objs on cr stack (<a href="https://github.com/ceph/ceph/pull/51136">pr#51136</a>, Yehuda Sadeh)</p></li><li><p>cls/cas/cls_cas_internal: Initialize 'hash' value before decoding (<a href="https://github.com/ceph/ceph/pull/59236">pr#59236</a>, Nitzan Mordechai)</p></li><li><p>cmake/modules/BuildRocksDB<span></span>.cmake: inherit parent's CMAKE_CXX_FLAGS (<a href="https://github.com/ceph/ceph/pull/55501">pr#55501</a>, Kefu Chai)</p></li><li><p>cmake/rgw: librgw tests depend on ALLOC_LIBS (<a href="https://github.com/ceph/ceph/pull/54796">pr#54796</a>, Casey Bodley)</p></li><li><p>cmake: use or turn off liburing for rocksdb (<a href="https://github.com/ceph/ceph/pull/54123">pr#54123</a>, Casey Bodley, Patrick Donnelly)</p></li><li><p>common/admin_socket: add a command to raise a signal (<a href="https://github.com/ceph/ceph/pull/54356">pr#54356</a>, Leonid Usov)</p></li><li><p>common/dout: fix FTBFS on GCC 14 (<a href="https://github.com/ceph/ceph/pull/59057">pr#59057</a>, Radoslaw Zarzynski)</p></li><li><p>common/Formatter: dump inf/nan as null (<a href="https://github.com/ceph/ceph/pull/60064">pr#60064</a>, Md Mahamudur Rahaman Sajib)</p></li><li><p>common/StackStringStream: update pointer to newly allocated memory in overflow() (<a href="https://github.com/ceph/ceph/pull/57363">pr#57363</a>, Rongqi Sun)</p></li><li><p>common/weighted_shuffle: don't feed std::discrete_distribution with all-zero weights (<a href="https://github.com/ceph/ceph/pull/55154">pr#55154</a>, Radosław Zarzyński)</p></li><li><p>common: intrusive_lru destructor add (<a href="https://github.com/ceph/ceph/pull/54557">pr#54557</a>, Ali Maredia)</p></li><li><p>common: fix compilation warnings in numa<span></span>.cc (<a href="https://github.com/ceph/ceph/pull/58704">pr#58704</a>, Radoslaw Zarzynski)</p></li><li><p>common: resolve config proxy deadlock using refcounted pointers (<a href="https://github.com/ceph/ceph/pull/54374">pr#54374</a>, Patrick Donnelly)</p></li><li><p>Do not duplicate query-string in ops-log (<a href="https://github.com/ceph/ceph/pull/57132">pr#57132</a>, Matt Benjamin)</p></li><li><p>do not evict clients if OSDs are laggy (<a href="https://github.com/ceph/ceph/pull/52271">pr#52271</a>, Dhairya Parmar, Laura Flores)</p></li><li><p>doc/architecture<span></span>.rst - fix typo (<a href="https://github.com/ceph/ceph/pull/55385">pr#55385</a>, Zac Dover)</p></li><li><p>doc/architecture<span></span>.rst: improve rados definition (<a href="https://github.com/ceph/ceph/pull/55344">pr#55344</a>, Zac Dover)</p></li><li><p>doc/architecture: correct typo (<a href="https://github.com/ceph/ceph/pull/56013">pr#56013</a>, Zac Dover)</p></li><li><p>doc/architecture: improve some paragraphs (<a href="https://github.com/ceph/ceph/pull/55400">pr#55400</a>, Zac Dover)</p></li><li><p>doc/architecture: remove pleonasm (<a href="https://github.com/ceph/ceph/pull/55934">pr#55934</a>, Zac Dover)</p></li><li><p>doc/ceph-volume: add spillover fix procedure (<a href="https://github.com/ceph/ceph/pull/59542">pr#59542</a>, Zac Dover)</p></li><li><p>doc/ceph-volume: explain idempotence (<a href="https://github.com/ceph/ceph/pull/54234">pr#54234</a>, Zac Dover)</p></li><li><p>doc/ceph-volume: improve front matter (<a href="https://github.com/ceph/ceph/pull/54236">pr#54236</a>, Zac Dover)</p></li><li><p>doc/cephadm - edit t11ing (<a href="https://github.com/ceph/ceph/pull/55483">pr#55483</a>, Zac Dover)</p></li><li><p>doc/cephadm/services: remove excess rendered indentation in osd<span></span>.rst (<a href="https://github.com/ceph/ceph/pull/54324">pr#54324</a>, Ville Ojamo)</p></li><li><p>doc/cephadm/upgrade: ceph-ci containers are hosted by quay<span></span>.ceph<span></span>.io (<a href="https://github.com/ceph/ceph/pull/58682">pr#58682</a>, Casey Bodley)</p></li><li><p>doc/cephadm: add default monitor images (<a href="https://github.com/ceph/ceph/pull/57210">pr#57210</a>, Zac Dover)</p></li><li><p>doc/cephadm: add malformed-JSON removal instructions (<a href="https://github.com/ceph/ceph/pull/59665">pr#59665</a>, Zac Dover)</p></li><li><p>doc/cephadm: add note about ceph-exporter (Quincy) (<a href="https://github.com/ceph/ceph/pull/55520">pr#55520</a>, Zac Dover)</p></li><li><p>doc/cephadm: correct nfs config pool name (<a href="https://github.com/ceph/ceph/pull/55604">pr#55604</a>, Zac Dover)</p></li><li><p>doc/cephadm: edit "Using Custom Images" (<a href="https://github.com/ceph/ceph/pull/58942">pr#58942</a>, Zac Dover)</p></li><li><p>doc/cephadm: edit troubleshooting<span></span>.rst (1 of x) (<a href="https://github.com/ceph/ceph/pull/54284">pr#54284</a>, Zac Dover)</p></li><li><p>doc/cephadm: edit troubleshooting<span></span>.rst (2 of x) (<a href="https://github.com/ceph/ceph/pull/54321">pr#54321</a>, Zac Dover)</p></li><li><p>doc/cephadm: explain different methods of cephadm delivery (<a href="https://github.com/ceph/ceph/pull/56176">pr#56176</a>, Zac Dover)</p></li><li><p>doc/cephadm: fix typo in set ssh key command (<a href="https://github.com/ceph/ceph/pull/54389">pr#54389</a>, Piotr Parczewski)</p></li><li><p>doc/cephadm: how to get exact size_spec from device (<a href="https://github.com/ceph/ceph/pull/59432">pr#59432</a>, Zac Dover)</p></li><li><p>doc/cephadm: improve host-management<span></span>.rst (<a href="https://github.com/ceph/ceph/pull/56112">pr#56112</a>, Anthony D'Atri)</p></li><li><p>doc/cephadm: Improve multiple files (<a href="https://github.com/ceph/ceph/pull/56134">pr#56134</a>, Anthony D'Atri)</p></li><li><p>doc/cephadm: Quincy default images procedure (<a href="https://github.com/ceph/ceph/pull/57239">pr#57239</a>, Zac Dover)</p></li><li><p>doc/cephadm: remove downgrade reference from upgrade docs (<a href="https://github.com/ceph/ceph/pull/57087">pr#57087</a>, Adam King)</p></li><li><p>doc/cephfs/client-auth<span></span>.rst: correct ``fs authorize cephfs1 /dir1 clie… (<a href="https://github.com/ceph/ceph/pull/55247">pr#55247</a>, 叶海丰)</p></li><li><p>doc/cephfs: add cache pressure information (<a href="https://github.com/ceph/ceph/pull/59150">pr#59150</a>, Zac Dover)</p></li><li><p>doc/cephfs: add doc for disabling mgr/volumes plugin (<a href="https://github.com/ceph/ceph/pull/60498">pr#60498</a>, Rishabh Dave)</p></li><li><p>doc/cephfs: disambiguate "Reporting Free Space" (<a href="https://github.com/ceph/ceph/pull/56873">pr#56873</a>, Zac Dover)</p></li><li><p>doc/cephfs: disambiguate two sentences (<a href="https://github.com/ceph/ceph/pull/57705">pr#57705</a>, Zac Dover)</p></li><li><p>doc/cephfs: edit "Cloning Snapshots" in fs-volumes<span></span>.rst (<a href="https://github.com/ceph/ceph/pull/57667">pr#57667</a>, Zac Dover)</p></li><li><p>doc/cephfs: edit "is mount helper present" (<a href="https://github.com/ceph/ceph/pull/58580">pr#58580</a>, Zac Dover)</p></li><li><p>doc/cephfs: edit "Layout Fields" text (<a href="https://github.com/ceph/ceph/pull/59023">pr#59023</a>, Zac Dover)</p></li><li><p>doc/cephfs: edit "Pinning Subvolumes<span></span>.<span></span>.<span></span>." (<a href="https://github.com/ceph/ceph/pull/57664">pr#57664</a>, Zac Dover)</p></li><li><p>doc/cephfs: edit add-remove-mds (<a href="https://github.com/ceph/ceph/pull/55649">pr#55649</a>, Zac Dover)</p></li><li><p>doc/cephfs: edit front matter in client-auth<span></span>.rst (<a href="https://github.com/ceph/ceph/pull/57123">pr#57123</a>, Zac Dover)</p></li><li><p>doc/cephfs: edit front matter in mantle<span></span>.rst (<a href="https://github.com/ceph/ceph/pull/57793">pr#57793</a>, Zac Dover)</p></li><li><p>doc/cephfs: edit fs-volumes<span></span>.rst (1 of x) (<a href="https://github.com/ceph/ceph/pull/57419">pr#57419</a>, Zac Dover)</p></li><li><p>doc/cephfs: edit fs-volumes<span></span>.rst (1 of x) followup (<a href="https://github.com/ceph/ceph/pull/57428">pr#57428</a>, Zac Dover)</p></li><li><p>doc/cephfs: edit fs-volumes<span></span>.rst (2 of x) (<a href="https://github.com/ceph/ceph/pull/57544">pr#57544</a>, Zac Dover)</p></li><li><p>doc/cephfs: edit mount-using-fuse<span></span>.rst (<a href="https://github.com/ceph/ceph/pull/54354">pr#54354</a>, Jaanus Torp)</p></li><li><p>doc/cephfs: edit vstart warning text (<a href="https://github.com/ceph/ceph/pull/57816">pr#57816</a>, Zac Dover)</p></li><li><p>doc/cephfs: fix "file layouts" link (<a href="https://github.com/ceph/ceph/pull/58877">pr#58877</a>, Zac Dover)</p></li><li><p>doc/cephfs: fix "OSD capabilities" link (<a href="https://github.com/ceph/ceph/pull/58894">pr#58894</a>, Zac Dover)</p></li><li><p>doc/cephfs: fix architecture link to correct relative path (<a href="https://github.com/ceph/ceph/pull/56341">pr#56341</a>, molpako)</p></li><li><p>doc/cephfs: improve "layout fields" text (<a href="https://github.com/ceph/ceph/pull/59252">pr#59252</a>, Zac Dover)</p></li><li><p>doc/cephfs: improve cache-configuration<span></span>.rst (<a href="https://github.com/ceph/ceph/pull/59216">pr#59216</a>, Zac Dover)</p></li><li><p>doc/cephfs: improve ceph-fuse command (<a href="https://github.com/ceph/ceph/pull/56969">pr#56969</a>, Zac Dover)</p></li><li><p>doc/cephfs: note regarding start time time zone (<a href="https://github.com/ceph/ceph/pull/53577">pr#53577</a>, Milind Changire)</p></li><li><p>doc/cephfs: rearrange subvolume group information (<a href="https://github.com/ceph/ceph/pull/60437">pr#60437</a>, Indira Sawant)</p></li><li><p>doc/cephfs: refine client-auth (1 of 3) (<a href="https://github.com/ceph/ceph/pull/56781">pr#56781</a>, Zac Dover)</p></li><li><p>doc/cephfs: refine client-auth (2 of 3) (<a href="https://github.com/ceph/ceph/pull/56843">pr#56843</a>, Zac Dover)</p></li><li><p>doc/cephfs: refine client-auth (3 of 3) (<a href="https://github.com/ceph/ceph/pull/56852">pr#56852</a>, Zac Dover)</p></li><li><p>doc/cephfs: s/mountpoint/mount point/ (<a href="https://github.com/ceph/ceph/pull/59296">pr#59296</a>, Zac Dover)</p></li><li><p>doc/cephfs: s/mountpoint/mount point/ (<a href="https://github.com/ceph/ceph/pull/59288">pr#59288</a>, Zac Dover)</p></li><li><p>doc/cephfs: s/subvolumegroups/subvolume groups (<a href="https://github.com/ceph/ceph/pull/57744">pr#57744</a>, Zac Dover)</p></li><li><p>doc/cephfs: separate commands into sections (<a href="https://github.com/ceph/ceph/pull/57670">pr#57670</a>, Zac Dover)</p></li><li><p>doc/cephfs: streamline a paragraph (<a href="https://github.com/ceph/ceph/pull/58776">pr#58776</a>, Zac Dover)</p></li><li><p>doc/cephfs: take Anthony's suggestion (<a href="https://github.com/ceph/ceph/pull/58361">pr#58361</a>, Zac Dover)</p></li><li><p>doc/cephfs: update cephfs-shell link (<a href="https://github.com/ceph/ceph/pull/58372">pr#58372</a>, Zac Dover)</p></li><li><p>doc/cephfs: Update disaster-recovery-experts<span></span>.rst to mention Slack (<a href="https://github.com/ceph/ceph/pull/55045">pr#55045</a>, Dhairya Parmar)</p></li><li><p>doc/cephfs: use 'p' flag to set layouts or quotas (<a href="https://github.com/ceph/ceph/pull/60484">pr#60484</a>, TruongSinh Tran-Nguyen)</p></li><li><p>doc/config: edit "ceph-conf<span></span>.rst" (<a href="https://github.com/ceph/ceph/pull/54464">pr#54464</a>, Zac Dover)</p></li><li><p>doc/dev/peering: Change acting set num (<a href="https://github.com/ceph/ceph/pull/59064">pr#59064</a>, qn2060)</p></li><li><p>doc/dev/release-process<span></span>.rst: note new 'project' arguments (<a href="https://github.com/ceph/ceph/pull/57645">pr#57645</a>, Dan Mick)</p></li><li><p>doc/dev: add "activate latest release" RTD step (<a href="https://github.com/ceph/ceph/pull/59656">pr#59656</a>, Zac Dover)</p></li><li><p>doc/dev: add formatting to basic workflow (<a href="https://github.com/ceph/ceph/pull/58739">pr#58739</a>, Zac Dover)</p></li><li><p>doc/dev: edit "Principles for format change" (<a href="https://github.com/ceph/ceph/pull/58577">pr#58577</a>, Zac Dover)</p></li><li><p>doc/dev: edit internals<span></span>.rst (<a href="https://github.com/ceph/ceph/pull/55853">pr#55853</a>, Zac Dover)</p></li><li><p>doc/dev: fix spelling in crimson<span></span>.rst (<a href="https://github.com/ceph/ceph/pull/55738">pr#55738</a>, Zac Dover)</p></li><li><p>doc/dev: Fix typos in encoding<span></span>.rst (<a href="https://github.com/ceph/ceph/pull/58306">pr#58306</a>, N Balachandran)</p></li><li><p>doc/dev: improve basic-workflow<span></span>.rst (<a href="https://github.com/ceph/ceph/pull/58939">pr#58939</a>, Zac Dover)</p></li><li><p>doc/dev: link to ceph<span></span>.io leads list (<a href="https://github.com/ceph/ceph/pull/58107">pr#58107</a>, Zac Dover)</p></li><li><p>doc/dev: osd_internals/snaps<span></span>.rst: add clone_overlap doc (<a href="https://github.com/ceph/ceph/pull/56524">pr#56524</a>, Matan Breizman)</p></li><li><p>doc/dev: refine "Concepts" (<a href="https://github.com/ceph/ceph/pull/56661">pr#56661</a>, Zac Dover)</p></li><li><p>doc/dev: refine "Concepts" 2 of 3 (<a href="https://github.com/ceph/ceph/pull/56726">pr#56726</a>, Zac Dover)</p></li><li><p>doc/dev: refine "Concepts" 3 of 3 (<a href="https://github.com/ceph/ceph/pull/56730">pr#56730</a>, Zac Dover)</p></li><li><p>doc/dev: refine "Concepts" 4 of 3 (<a href="https://github.com/ceph/ceph/pull/56741">pr#56741</a>, Zac Dover)</p></li><li><p>doc/dev: remove "Stable Releases and Backports" (<a href="https://github.com/ceph/ceph/pull/60274">pr#60274</a>, Zac Dover)</p></li><li><p>doc/dev: repair broken image (<a href="https://github.com/ceph/ceph/pull/57009">pr#57009</a>, Zac Dover)</p></li><li><p>doc/dev: s/to asses/to assess/ (<a href="https://github.com/ceph/ceph/pull/57424">pr#57424</a>, Zac Dover)</p></li><li><p>doc/dev: update leads list (<a href="https://github.com/ceph/ceph/pull/56604">pr#56604</a>, Zac Dover)</p></li><li><p>doc/dev: update leads list (<a href="https://github.com/ceph/ceph/pull/56590">pr#56590</a>, Zac Dover)</p></li><li><p>doc/dev_guide: add needs-upgrade-testing label info (<a href="https://github.com/ceph/ceph/pull/58731">pr#58731</a>, Zac Dover)</p></li><li><p>doc/developer_guide: update doc about installing teuthology (<a href="https://github.com/ceph/ceph/pull/57751">pr#57751</a>, Rishabh Dave)</p></li><li><p>doc/glossary<span></span>.rst: add "Monitor Store" (<a href="https://github.com/ceph/ceph/pull/54744">pr#54744</a>, Zac Dover)</p></li><li><p>doc/glossary<span></span>.rst: add "OpenStack Swift" and "Swift" (<a href="https://github.com/ceph/ceph/pull/57943">pr#57943</a>, Zac Dover)</p></li><li><p>doc/glossary: add "ceph-ansible" (<a href="https://github.com/ceph/ceph/pull/59009">pr#59009</a>, Zac Dover)</p></li><li><p>doc/glossary: add "ceph-fuse" entry (<a href="https://github.com/ceph/ceph/pull/58945">pr#58945</a>, Zac Dover)</p></li><li><p>doc/glossary: add "Crimson" entry (<a href="https://github.com/ceph/ceph/pull/56074">pr#56074</a>, Zac Dover)</p></li><li><p>doc/glossary: add "librados" entry (<a href="https://github.com/ceph/ceph/pull/56236">pr#56236</a>, Zac Dover)</p></li><li><p>doc/glossary: add "object storage" (<a href="https://github.com/ceph/ceph/pull/59426">pr#59426</a>, Zac Dover)</p></li><li><p>doc/glossary: Add "OMAP" to glossary (<a href="https://github.com/ceph/ceph/pull/55750">pr#55750</a>, Zac Dover)</p></li><li><p>doc/glossary: add "PLP" to glossary (<a href="https://github.com/ceph/ceph/pull/60505">pr#60505</a>, Zac Dover)</p></li><li><p>doc/glossary: add "Prometheus" (<a href="https://github.com/ceph/ceph/pull/58979">pr#58979</a>, Zac Dover)</p></li><li><p>doc/glossary: add "Quorum" to glossary (<a href="https://github.com/ceph/ceph/pull/54510">pr#54510</a>, Zac Dover)</p></li><li><p>doc/glossary: Add "S3" (<a href="https://github.com/ceph/ceph/pull/57984">pr#57984</a>, Zac Dover)</p></li><li><p>doc/glossary: Add link to CRUSH paper (<a href="https://github.com/ceph/ceph/pull/55558">pr#55558</a>, Zac Dover)</p></li><li><p>doc/glossary: improve "BlueStore" entry (<a href="https://github.com/ceph/ceph/pull/54266">pr#54266</a>, Zac Dover)</p></li><li><p>doc/glossary: improve "MDS" entry (<a href="https://github.com/ceph/ceph/pull/55850">pr#55850</a>, Zac Dover)</p></li><li><p>doc/glossary: improve OSD definitions (<a href="https://github.com/ceph/ceph/pull/55614">pr#55614</a>, Zac Dover)</p></li><li><p>doc/governance: add Zac Dover's updated email (<a href="https://github.com/ceph/ceph/pull/60136">pr#60136</a>, Zac Dover)</p></li><li><p>doc/install: add manual RADOSGW install procedure (<a href="https://github.com/ceph/ceph/pull/55881">pr#55881</a>, Zac Dover)</p></li><li><p>doc/install: fix typos in openEuler-installation doc (<a href="https://github.com/ceph/ceph/pull/56414">pr#56414</a>, Rongqi Sun)</p></li><li><p>doc/install: Keep the name field of the created user consistent with … (<a href="https://github.com/ceph/ceph/pull/59758">pr#59758</a>, hejindong)</p></li><li><p>doc/install: update "update submodules" (<a href="https://github.com/ceph/ceph/pull/54962">pr#54962</a>, Zac Dover)</p></li><li><p>doc/man/8/mount<span></span>.ceph<span></span>.rst: add more mount options (<a href="https://github.com/ceph/ceph/pull/55755">pr#55755</a>, Xiubo Li)</p></li><li><p>doc/man/8/radosgw-admin: add get lifecycle command (<a href="https://github.com/ceph/ceph/pull/57161">pr#57161</a>, rkhudov)</p></li><li><p>doc/man: add missing long option switches (<a href="https://github.com/ceph/ceph/pull/57708">pr#57708</a>, Patrick Donnelly)</p></li><li><p>doc/man: edit "manipulating the omap key" (<a href="https://github.com/ceph/ceph/pull/55636">pr#55636</a>, Zac Dover)</p></li><li><p>doc/man: edit ceph-bluestore-tool<span></span>.rst (<a href="https://github.com/ceph/ceph/pull/59684">pr#59684</a>, Zac Dover)</p></li><li><p>doc/man: edit ceph-osd description (<a href="https://github.com/ceph/ceph/pull/54552">pr#54552</a>, Zac Dover)</p></li><li><p>doc/man: supplant "wsync" with "nowsync" as the default (<a href="https://github.com/ceph/ceph/pull/60201">pr#60201</a>, Zac Dover)</p></li><li><p>doc/mds: improve wording (<a href="https://github.com/ceph/ceph/pull/59587">pr#59587</a>, Piotr Parczewski)</p></li><li><p>doc/mgr/dashboard: fix TLS typo (<a href="https://github.com/ceph/ceph/pull/59033">pr#59033</a>, Mindy Preston)</p></li><li><p>doc/mgr: credit John Jasen for Zabbix 2 (<a href="https://github.com/ceph/ceph/pull/56685">pr#56685</a>, Zac Dover)</p></li><li><p>doc/mgr: document lack of MSWin NFS 4<span></span>.x support (<a href="https://github.com/ceph/ceph/pull/55033">pr#55033</a>, Zac Dover)</p></li><li><p>doc/mgr: edit "Overview" in dashboard<span></span>.rst (<a href="https://github.com/ceph/ceph/pull/57337">pr#57337</a>, Zac Dover)</p></li><li><p>doc/mgr: edit "Resolve IP address to hostname before redirect" (<a href="https://github.com/ceph/ceph/pull/57297">pr#57297</a>, Zac Dover)</p></li><li><p>doc/mgr: explain error message - dashboard<span></span>.rst (<a href="https://github.com/ceph/ceph/pull/57110">pr#57110</a>, Zac Dover)</p></li><li><p>doc/mgr: remove ceph-exporter (Quincy) (<a href="https://github.com/ceph/ceph/pull/55518">pr#55518</a>, Zac Dover)</p></li><li><p>doc/mgr: remove Zabbix 1 information (<a href="https://github.com/ceph/ceph/pull/56799">pr#56799</a>, Zac Dover)</p></li><li><p>doc/mgr: update zabbix information (<a href="https://github.com/ceph/ceph/pull/56632">pr#56632</a>, Zac Dover)</p></li><li><p>doc/rados/configuration/bluestore-config-ref: Fix lowcase typo (<a href="https://github.com/ceph/ceph/pull/54695">pr#54695</a>, Adam Kupczyk)</p></li><li><p>doc/rados/configuration/osd-config-ref: fix typo (<a href="https://github.com/ceph/ceph/pull/55679">pr#55679</a>, Pierre Riteau)</p></li><li><p>doc/rados/operations: add EC overhead table to erasure-code<span></span>.rst (<a href="https://github.com/ceph/ceph/pull/55245">pr#55245</a>, Anthony D'Atri)</p></li><li><p>doc/rados/operations: document <code>ceph balancer status detail</code> (<a href="https://github.com/ceph/ceph/pull/55264">pr#55264</a>, Laura Flores)</p></li><li><p>doc/rados/operations: Fix off-by-one errors in control<span></span>.rst (<a href="https://github.com/ceph/ceph/pull/55232">pr#55232</a>, tobydarling)</p></li><li><p>doc/rados/operations: Improve crush_location docs (<a href="https://github.com/ceph/ceph/pull/56595">pr#56595</a>, Niklas Hambüchen)</p></li><li><p>doc/rados/operations: Improve health-checks<span></span>.rst (<a href="https://github.com/ceph/ceph/pull/59584">pr#59584</a>, Anthony D'Atri)</p></li><li><p>doc/rados/operations: remove vanity cluster name reference from crush… (<a href="https://github.com/ceph/ceph/pull/58949">pr#58949</a>, Anthony D'Atri)</p></li><li><p>doc/rados/operations: rephrase OSDs peering (<a href="https://github.com/ceph/ceph/pull/57158">pr#57158</a>, Piotr Parczewski)</p></li><li><p>doc/rados: add "change public network" procedure (<a href="https://github.com/ceph/ceph/pull/55800">pr#55800</a>, Zac Dover)</p></li><li><p>doc/rados: add "pgs not deep scrubbed in time" info (<a href="https://github.com/ceph/ceph/pull/59735">pr#59735</a>, Zac Dover)</p></li><li><p>doc/rados: add bucket rename command (<a href="https://github.com/ceph/ceph/pull/57028">pr#57028</a>, Zac Dover)</p></li><li><p>doc/rados: add confval directives to health-checks (<a href="https://github.com/ceph/ceph/pull/59873">pr#59873</a>, Zac Dover)</p></li><li><p>doc/rados: add link to messenger v2 info in mon-lookup-dns<span></span>.rst (<a href="https://github.com/ceph/ceph/pull/59796">pr#59796</a>, Zac Dover)</p></li><li><p>doc/rados: add link to pg blog post (<a href="https://github.com/ceph/ceph/pull/55612">pr#55612</a>, Zac Dover)</p></li><li><p>doc/rados: add options to network config ref (<a href="https://github.com/ceph/ceph/pull/57917">pr#57917</a>, Zac Dover)</p></li><li><p>doc/rados: add osd_deep_scrub_interval setting operation (<a href="https://github.com/ceph/ceph/pull/59804">pr#59804</a>, Zac Dover)</p></li><li><p>doc/rados: add PG definition (<a href="https://github.com/ceph/ceph/pull/55631">pr#55631</a>, Zac Dover)</p></li><li><p>doc/rados: add pg-states and pg-concepts to tree (<a href="https://github.com/ceph/ceph/pull/58051">pr#58051</a>, Zac Dover)</p></li><li><p>doc/rados: add stop monitor command (<a href="https://github.com/ceph/ceph/pull/57852">pr#57852</a>, Zac Dover)</p></li><li><p>doc/rados: add stretch_rule workaround (<a href="https://github.com/ceph/ceph/pull/58183">pr#58183</a>, Zac Dover)</p></li><li><p>doc/rados: credit Prashant for a procedure (<a href="https://github.com/ceph/ceph/pull/58259">pr#58259</a>, Zac Dover)</p></li><li><p>doc/rados: document manually passing search domain (<a href="https://github.com/ceph/ceph/pull/58433">pr#58433</a>, Zac Dover)</p></li><li><p>doc/rados: document unfound object cache-tiering scenario (<a href="https://github.com/ceph/ceph/pull/59382">pr#59382</a>, Zac Dover)</p></li><li><p>doc/rados: edit "client can't connect<span></span>.<span></span>.<span></span>." (<a href="https://github.com/ceph/ceph/pull/54655">pr#54655</a>, Zac Dover)</p></li><li><p>doc/rados: edit "Everything Failed! Now What?" (<a href="https://github.com/ceph/ceph/pull/54666">pr#54666</a>, Zac Dover)</p></li><li><p>doc/rados: edit "monitor store failures" (<a href="https://github.com/ceph/ceph/pull/54660">pr#54660</a>, Zac Dover)</p></li><li><p>doc/rados: edit "Placement Groups Never Get Clean" (<a href="https://github.com/ceph/ceph/pull/60048">pr#60048</a>, Zac Dover)</p></li><li><p>doc/rados: edit "recovering broken monmap" (<a href="https://github.com/ceph/ceph/pull/54602">pr#54602</a>, Zac Dover)</p></li><li><p>doc/rados: edit "troubleshooting-mon" (<a href="https://github.com/ceph/ceph/pull/54503">pr#54503</a>, Zac Dover)</p></li><li><p>doc/rados: edit "understanding mon_status" (<a href="https://github.com/ceph/ceph/pull/54580">pr#54580</a>, Zac Dover)</p></li><li><p>doc/rados: edit "Using the Monitor's Admin Socket" (<a href="https://github.com/ceph/ceph/pull/54577">pr#54577</a>, Zac Dover)</p></li><li><p>doc/rados: edit t-mon "common issues" (1 of x) (<a href="https://github.com/ceph/ceph/pull/54419">pr#54419</a>, Zac Dover)</p></li><li><p>doc/rados: edit t-mon "common issues" (2 of x) (<a href="https://github.com/ceph/ceph/pull/54422">pr#54422</a>, Zac Dover)</p></li><li><p>doc/rados: edit t-mon "common issues" (3 of x) (<a href="https://github.com/ceph/ceph/pull/54439">pr#54439</a>, Zac Dover)</p></li><li><p>doc/rados: edit t-mon "common issues" (4 of x) (<a href="https://github.com/ceph/ceph/pull/54444">pr#54444</a>, Zac Dover)</p></li><li><p>doc/rados: edit t-mon "common issues" (5 of x) (<a href="https://github.com/ceph/ceph/pull/54456">pr#54456</a>, Zac Dover)</p></li><li><p>doc/rados: edit t-mon<span></span>.rst text (<a href="https://github.com/ceph/ceph/pull/54350">pr#54350</a>, Zac Dover)</p></li><li><p>doc/rados: edit t-shooting-mon<span></span>.rst (<a href="https://github.com/ceph/ceph/pull/54428">pr#54428</a>, Zac Dover)</p></li><li><p>doc/rados: edit troubleshooting-osd<span></span>.rst (<a href="https://github.com/ceph/ceph/pull/58273">pr#58273</a>, Zac Dover)</p></li><li><p>doc/rados: edit troubleshooting-pg<span></span>.rst (<a href="https://github.com/ceph/ceph/pull/54229">pr#54229</a>, Zac Dover)</p></li><li><p>doc/rados: explain replaceable parts of command (<a href="https://github.com/ceph/ceph/pull/58061">pr#58061</a>, Zac Dover)</p></li><li><p>doc/rados: fix broken links (<a href="https://github.com/ceph/ceph/pull/55681">pr#55681</a>, Zac Dover)</p></li><li><p>doc/rados: fix outdated value for ms_bind_port_max (<a href="https://github.com/ceph/ceph/pull/57049">pr#57049</a>, Pierre Riteau)</p></li><li><p>doc/rados: followup to PR#58057 (<a href="https://github.com/ceph/ceph/pull/58163">pr#58163</a>, Zac Dover)</p></li><li><p>doc/rados: format "initial troubleshooting" (<a href="https://github.com/ceph/ceph/pull/54478">pr#54478</a>, Zac Dover)</p></li><li><p>doc/rados: format Q&amp;A list in t-mon<span></span>.rst (<a href="https://github.com/ceph/ceph/pull/54346">pr#54346</a>, Zac Dover)</p></li><li><p>doc/rados: format Q&amp;A list in tshooting-mon<span></span>.rst (<a href="https://github.com/ceph/ceph/pull/54367">pr#54367</a>, Zac Dover)</p></li><li><p>doc/rados: format sections in tshooting-mon<span></span>.rst (<a href="https://github.com/ceph/ceph/pull/54639">pr#54639</a>, Zac Dover)</p></li><li><p>doc/rados: improve "Ceph Subsystems" (<a href="https://github.com/ceph/ceph/pull/54703">pr#54703</a>, Zac Dover)</p></li><li><p>doc/rados: improve "scrubbing" explanation (<a href="https://github.com/ceph/ceph/pull/54271">pr#54271</a>, Zac Dover)</p></li><li><p>doc/rados: improve formatting of log-and-debug<span></span>.rst (<a href="https://github.com/ceph/ceph/pull/54747">pr#54747</a>, Zac Dover)</p></li><li><p>doc/rados: improve leader/peon monitor explanation (<a href="https://github.com/ceph/ceph/pull/57960">pr#57960</a>, Zac Dover)</p></li><li><p>doc/rados: link to pg setting commands (<a href="https://github.com/ceph/ceph/pull/55937">pr#55937</a>, Zac Dover)</p></li><li><p>doc/rados: ops/pgs: s/power of 2/power of two (<a href="https://github.com/ceph/ceph/pull/54701">pr#54701</a>, Zac Dover)</p></li><li><p>doc/rados: parallelize t-mon headings (<a href="https://github.com/ceph/ceph/pull/54462">pr#54462</a>, Zac Dover)</p></li><li><p>doc/rados: PR#57022 unfinished business (<a href="https://github.com/ceph/ceph/pull/57266">pr#57266</a>, Zac Dover)</p></li><li><p>doc/rados: remove dual-stack docs (<a href="https://github.com/ceph/ceph/pull/57074">pr#57074</a>, Zac Dover)</p></li><li><p>doc/rados: remove PGcalc from docs (<a href="https://github.com/ceph/ceph/pull/55902">pr#55902</a>, Zac Dover)</p></li><li><p>doc/rados: remove redundant pg repair commands (<a href="https://github.com/ceph/ceph/pull/57041">pr#57041</a>, Zac Dover)</p></li><li><p>doc/rados: repair stretch-mode<span></span>.rst (<a href="https://github.com/ceph/ceph/pull/54763">pr#54763</a>, Zac Dover)</p></li><li><p>doc/rados: restore PGcalc tool (<a href="https://github.com/ceph/ceph/pull/56058">pr#56058</a>, Zac Dover)</p></li><li><p>doc/rados: revert "doc/rados/operations: document <code>ceph balancer status detail</code>" (<a href="https://github.com/ceph/ceph/pull/55359">pr#55359</a>, Laura Flores)</p></li><li><p>doc/rados: s/cepgsqlite/cephsqlite/ (<a href="https://github.com/ceph/ceph/pull/57248">pr#57248</a>, Zac Dover)</p></li><li><p>doc/rados: standardize markup of "clean" (<a href="https://github.com/ceph/ceph/pull/60502">pr#60502</a>, Zac Dover)</p></li><li><p>doc/rados: update "stretch mode" (<a href="https://github.com/ceph/ceph/pull/54757">pr#54757</a>, Michael Collins)</p></li><li><p>doc/rados: update common<span></span>.rst (<a href="https://github.com/ceph/ceph/pull/56269">pr#56269</a>, Zac Dover)</p></li><li><p>doc/rados: update config for autoscaler (<a href="https://github.com/ceph/ceph/pull/55439">pr#55439</a>, Zac Dover)</p></li><li><p>doc/rados: update how to install c++ header files (<a href="https://github.com/ceph/ceph/pull/58309">pr#58309</a>, Pere Diaz Bou)</p></li><li><p>doc/rados: update PG guidance (<a href="https://github.com/ceph/ceph/pull/55461">pr#55461</a>, Zac Dover)</p></li><li><p>doc/radosgw - edit admin<span></span>.rst "set user rate limit" (<a href="https://github.com/ceph/ceph/pull/55151">pr#55151</a>, Zac Dover)</p></li><li><p>doc/radosgw/admin<span></span>.rst: use underscores in config var names (<a href="https://github.com/ceph/ceph/pull/54934">pr#54934</a>, Ville Ojamo)</p></li><li><p>doc/radosgw/multisite: fix Configuring Secondary Zones -&gt; Updating the Period (<a href="https://github.com/ceph/ceph/pull/60334">pr#60334</a>, Casey Bodley)</p></li><li><p>doc/radosgw: add confval directives (<a href="https://github.com/ceph/ceph/pull/55485">pr#55485</a>, Zac Dover)</p></li><li><p>doc/radosgw: add gateway starting command (<a href="https://github.com/ceph/ceph/pull/54834">pr#54834</a>, Zac Dover)</p></li><li><p>doc/radosgw: admin<span></span>.rst - edit "Create a Subuser" (<a href="https://github.com/ceph/ceph/pull/55021">pr#55021</a>, Zac Dover)</p></li><li><p>doc/radosgw: admin<span></span>.rst - edit "Create a User" (<a href="https://github.com/ceph/ceph/pull/55005">pr#55005</a>, Zac Dover)</p></li><li><p>doc/radosgw: admin<span></span>.rst - edit sections (<a href="https://github.com/ceph/ceph/pull/55018">pr#55018</a>, Zac Dover)</p></li><li><p>doc/radosgw: disambiguate version-added remarks (<a href="https://github.com/ceph/ceph/pull/57142">pr#57142</a>, Zac Dover)</p></li><li><p>doc/radosgw: edit "Add/Remove a Key" (<a href="https://github.com/ceph/ceph/pull/55056">pr#55056</a>, Zac Dover)</p></li><li><p>doc/radosgw: edit "Enable/Disable Bucket Rate Limit" (<a href="https://github.com/ceph/ceph/pull/55261">pr#55261</a>, Zac Dover)</p></li><li><p>doc/radosgw: edit "read/write global rate limit" admin<span></span>.rst (<a href="https://github.com/ceph/ceph/pull/55272">pr#55272</a>, Zac Dover)</p></li><li><p>doc/radosgw: edit "remove a subuser" (<a href="https://github.com/ceph/ceph/pull/55035">pr#55035</a>, Zac Dover)</p></li><li><p>doc/radosgw: edit "Usage" admin<span></span>.rst (<a href="https://github.com/ceph/ceph/pull/55322">pr#55322</a>, Zac Dover)</p></li><li><p>doc/radosgw: edit admin<span></span>.rst "Get Bucket Rate Limit" (<a href="https://github.com/ceph/ceph/pull/55254">pr#55254</a>, Zac Dover)</p></li><li><p>doc/radosgw: edit admin<span></span>.rst "get user rate limit" (<a href="https://github.com/ceph/ceph/pull/55158">pr#55158</a>, Zac Dover)</p></li><li><p>doc/radosgw: edit admin<span></span>.rst "set bucket rate limit" (<a href="https://github.com/ceph/ceph/pull/55243">pr#55243</a>, Zac Dover)</p></li><li><p>doc/radosgw: edit admin<span></span>.rst - quota (<a href="https://github.com/ceph/ceph/pull/55083">pr#55083</a>, Zac Dover)</p></li><li><p>doc/radosgw: edit admin<span></span>.rst 1 of x (<a href="https://github.com/ceph/ceph/pull/55001">pr#55001</a>, Zac Dover)</p></li><li><p>doc/radosgw: edit compression<span></span>.rst (<a href="https://github.com/ceph/ceph/pull/54986">pr#54986</a>, Zac Dover)</p></li><li><p>doc/radosgw: edit front matter - role<span></span>.rst (<a href="https://github.com/ceph/ceph/pull/54855">pr#54855</a>, Zac Dover)</p></li><li><p>doc/radosgw: edit multisite<span></span>.rst (<a href="https://github.com/ceph/ceph/pull/55672">pr#55672</a>, Zac Dover)</p></li><li><p>doc/radosgw: edit sections (<a href="https://github.com/ceph/ceph/pull/55028">pr#55028</a>, Zac Dover)</p></li><li><p>doc/radosgw: fix formatting (<a href="https://github.com/ceph/ceph/pull/54754">pr#54754</a>, Zac Dover)</p></li><li><p>doc/radosgw: Fix JSON typo in Principal Tag example code snippet (<a href="https://github.com/ceph/ceph/pull/54643">pr#54643</a>, Daniel Parkes)</p></li><li><p>doc/radosgw: fix verb disagreement - index<span></span>.html (<a href="https://github.com/ceph/ceph/pull/55339">pr#55339</a>, Zac Dover)</p></li><li><p>doc/radosgw: format "Create a Role" (<a href="https://github.com/ceph/ceph/pull/54887">pr#54887</a>, Zac Dover)</p></li><li><p>doc/radosgw: format commands in role<span></span>.rst (<a href="https://github.com/ceph/ceph/pull/54906">pr#54906</a>, Zac Dover)</p></li><li><p>doc/radosgw: format POST statements (<a href="https://github.com/ceph/ceph/pull/54850">pr#54850</a>, Zac Dover)</p></li><li><p>doc/radosgw: Improve dynamicresharding<span></span>.rst (<a href="https://github.com/ceph/ceph/pull/54369">pr#54369</a>, Anthony D'Atri)</p></li><li><p>doc/radosgw: Revert "doc/rgw/lua: add info uploading a (<a href="https://github.com/ceph/ceph/pull/55526">pr#55526</a>, Zac Dover)</p></li><li><p>doc/radosgw: update link in rgw-cache<span></span>.rst (<a href="https://github.com/ceph/ceph/pull/54806">pr#54806</a>, Zac Dover)</p></li><li><p>doc/radosgw: update S3 action list (<a href="https://github.com/ceph/ceph/pull/57366">pr#57366</a>, Zac Dover)</p></li><li><p>doc/radosgw: use 'confval' directive for reshard config options (<a href="https://github.com/ceph/ceph/pull/57025">pr#57025</a>, Casey Bodley)</p></li><li><p>doc/radosrgw: edit admin<span></span>.rst (<a href="https://github.com/ceph/ceph/pull/55074">pr#55074</a>, Zac Dover)</p></li><li><p>doc/rbd/rbd-exclusive-locks: mention incompatibility with advisory locks (<a href="https://github.com/ceph/ceph/pull/58865">pr#58865</a>, Ilya Dryomov)</p></li><li><p>doc/rbd: "rbd flatten" doesn't take encryption options in quincy (<a href="https://github.com/ceph/ceph/pull/56272">pr#56272</a>, Ilya Dryomov)</p></li><li><p>doc/rbd: add namespace information for mirror commands (<a href="https://github.com/ceph/ceph/pull/60271">pr#60271</a>, N Balachandran)</p></li><li><p>doc/rbd: minor changes to the rbd man page (<a href="https://github.com/ceph/ceph/pull/56257">pr#56257</a>, N Balachandran)</p></li><li><p>doc/README<span></span>.md - add ordered list (<a href="https://github.com/ceph/ceph/pull/59800">pr#59800</a>, Zac Dover)</p></li><li><p>doc/README<span></span>.md: create selectable commands (<a href="https://github.com/ceph/ceph/pull/59836">pr#59836</a>, Zac Dover)</p></li><li><p>doc/README<span></span>.md: edit "Build Prerequisites" (<a href="https://github.com/ceph/ceph/pull/59639">pr#59639</a>, Zac Dover)</p></li><li><p>doc/README<span></span>.md: improve formatting (<a href="https://github.com/ceph/ceph/pull/59702">pr#59702</a>, Zac Dover)</p></li><li><p>doc/rgw/d3n: pass cache dir volume to extra_container_args (<a href="https://github.com/ceph/ceph/pull/59769">pr#59769</a>, Mark Kogan)</p></li><li><p>doc/rgw/notification: persistent notification queue full behavior (<a href="https://github.com/ceph/ceph/pull/59235">pr#59235</a>, Yuval Lifshitz)</p></li><li><p>doc/rgw/notifications: specify which event types are enabled by default (<a href="https://github.com/ceph/ceph/pull/54501">pr#54501</a>, Yuval Lifshitz)</p></li><li |
Both works. |
Routes
Full routes
Related documentation
https://docs.rsshub.app/routes/blog#blog-1
What is expected?
i get rss
What is actually happening?
i get error
Deployment information
RSSHub demo (https://rsshub.app)
Deployment information (for self-hosted)
No response
Additional info
The text was updated successfully, but these errors were encountered: