From: "Fabian Grünbichler" <f.gruenbichler@proxmox.com>
To: pbs-devel@lists.proxmox.com
Subject: [PATCH proxmox-backup 4/4] move namespace: use group(s)/namespace(s) consistently
Date: Mon, 27 Apr 2026 14:02:28 +0200 [thread overview]
Message-ID: <20260427120234.634681-5-f.gruenbichler@proxmox.com> (raw)
In-Reply-To: <20260427120234.634681-1-f.gruenbichler@proxmox.com>
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
---
pbs-datastore/src/datastore.rs | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pbs-datastore/src/datastore.rs b/pbs-datastore/src/datastore.rs
index dd5075675..ed303d551 100644
--- a/pbs-datastore/src/datastore.rs
+++ b/pbs-datastore/src/datastore.rs
@@ -1262,7 +1262,7 @@ impl DataStore {
let backend = self.backend()?;
log::info!(
- "moving namespace '{source_ns}' -> '{target_ns}': {} namespaces",
+ "moving namespace '{source_ns}' -> '{target_ns}': {} namespace(s)",
attempted_ns.len(),
);
@@ -1392,7 +1392,7 @@ impl DataStore {
.any(|failed| failed == ns || ns.contains(failed).is_some())
{
log::warn!(
- "skipping source namespace '{ns}' cleanup: contains groups that failed to move",
+ "skipping source namespace '{ns}' cleanup: contains group(s) that failed to move",
);
continue;
}
@@ -1423,7 +1423,7 @@ impl DataStore {
}
if depth_limited_child {
log::debug!(
- "keeping source namespace '{ns}': contains namespaces excluded by max-depth",
+ "keeping source namespace '{ns}': contains namespace(s) excluded by max-depth",
);
continue;
}
--
2.47.3
prev parent reply other threads:[~2026-04-27 12:03 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-27 12:02 [PATCH proxmox-backup 0/4] move group/namespace logging improvements Fabian Grünbichler
2026-04-27 12:02 ` [PATCH proxmox-backup 1/4] move group: use human-readable snapshot timestamp in check Fabian Grünbichler
2026-04-27 12:02 ` [PATCH proxmox-backup 2/4] move group: split overly long error message Fabian Grünbichler
2026-04-27 12:02 ` [PATCH proxmox-backup 3/4] move namespace: move context log line before check Fabian Grünbichler
2026-04-27 12:02 ` Fabian Grünbichler [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=20260427120234.634681-5-f.gruenbichler@proxmox.com \
--to=f.gruenbichler@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox