From: Maximiliano Sandoval <m.sandoval@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [PATCH manager 2/2] api: ceph: mds: do not set unused keys in config file
Date: Wed, 15 Jul 2026 10:24:32 +0200 [thread overview]
Message-ID: <20260715082434.116441-3-m.sandoval@proxmox.com> (raw)
In-Reply-To: <20260715082434.116441-1-m.sandoval@proxmox.com>
... during MDS creation.
The configuration keys:
- mds_standby_for_name
- mds_standby_replay
Were 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, 5 deletions(-)
diff --git a/PVE/API2/Ceph/MDS.pm b/PVE/API2/Ceph/MDS.pm
index 57a7f5e4d..1a5791151 100644
--- a/PVE/API2/Ceph/MDS.pm
+++ b/PVE/API2/Ceph/MDS.pm
@@ -195,11 +195,6 @@ __PACKAGE__->register_method({
}
$cfg->{$section}->{host} = $nodename;
- $cfg->{$section}->{'mds_standby_for_name'} = 'pve';
-
- if ($param->{hotstandby}) {
- $cfg->{$section}->{'mds_standby_replay'} = 'true';
- }
cfs_write_file('ceph.conf', $cfg);
--
2.47.3
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 ` [PATCH manager 1/2] api: ceph: mds: deprecate createmds' hotstandby parameter Maximiliano Sandoval
2026-07-15 8:24 ` Maximiliano Sandoval [this message]
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-3-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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox