From: Maximiliano Sandoval <m.sandoval@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [PATCH manager 1/2] api: ceph: mds: deprecate createmds' hotstandby parameter
Date: Wed, 15 Jul 2026 10:24:31 +0200 [thread overview]
Message-ID: <20260715082434.116441-2-m.sandoval@proxmox.com> (raw)
In-Reply-To: <20260715082434.116441-1-m.sandoval@proxmox.com>
The configuration mds_standby_replay set by this parameter was removed for Ceph
14.1.1 in [1].
[1] https://github.com/ceph/ceph/commit/d4638836ba2335f5b8eeb4a7624992caf7bb6901
Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
---
PVE/API2/Ceph/MDS.pm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/PVE/API2/Ceph/MDS.pm b/PVE/API2/Ceph/MDS.pm
index 31b6fb7e3..57a7f5e4d 100644
--- a/PVE/API2/Ceph/MDS.pm
+++ b/PVE/API2/Ceph/MDS.pm
@@ -151,8 +151,9 @@ __PACKAGE__->register_method({
optional => 1,
default => 0,
description =>
- "Determines whether a ceph-mds daemon should poll and replay the log of an active MDS. "
- . "Faster switch on MDS failure, but needs more idle resources.",
+ "Determines whether a ceph-mds daemon should poll and replay the log of an active MDS."
+ . " Faster switch on MDS failure, but needs more idle resources."
+ . " Deprecated: the setting was removed in Ceph 14.1.1.",
},
},
},
--
2.47.3
next prev parent reply other threads:[~2026-07-15 8:25 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-15 8:24 [PATCH manager 0/2] api: ceph: mds: do not set unused keys in config file Maximiliano Sandoval
2026-07-15 8:24 ` Maximiliano Sandoval [this message]
2026-07-15 8:24 ` [PATCH manager 2/2] " Maximiliano Sandoval
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260715082434.116441-2-m.sandoval@proxmox.com \
--to=m.sandoval@proxmox.com \
--cc=pve-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.