From: Maximiliano Sandoval <m.sandoval@proxmox.com>
To: pbs-devel@lists.proxmox.com
Subject: [PATCH backup] maintenance: Document supported maintenance modes
Date: Thu, 19 Feb 2026 16:11:10 +0100 [thread overview]
Message-ID: <20260219151111.508869-1-m.sandoval@proxmox.com> (raw)
Strings taken from MaintenanceType at pbs-api-types.
Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
---
Personally, I find `read-only` almost-but-not-quite self-explanatory, offline on
the other hand benefits from an explicit explanation.
docs/maintenance.rst | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/docs/maintenance.rst b/docs/maintenance.rst
index 051a7f4e8..46d9502d9 100644
--- a/docs/maintenance.rst
+++ b/docs/maintenance.rst
@@ -349,3 +349,9 @@ Internally Proxmox Backup Server tracks whether each datastore access is a
write or read operation, so that it can gracefully enter the respective mode,
by allowing conflicting operations that started before enabling the maintenance
mode to finish.
+
+The supported maintenance modes are:
+
+- ``read-only``: Only read operations are allowed on the datastore.
+
+- ``offline``: Neither read nor write operations are allowed on the datastore.
--
2.47.3
next reply other threads:[~2026-02-19 15:10 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-19 15:11 Maximiliano Sandoval [this message]
2026-02-19 16:12 ` applied: " Thomas Lamprecht
2026-02-20 9:17 ` Christian Ebner
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=20260219151111.508869-1-m.sandoval@proxmox.com \
--to=m.sandoval@proxmox.com \
--cc=pbs-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.