public inbox for pbs-devel@lists.proxmox.com
 help / color / mirror / Atom feed
From: Hannes Laimer <h.laimer@proxmox.com>
To: pbs-devel@lists.proxmox.com
Subject: superseded: [pbs-devel] [PATCH proxmox-backup v3 0/3] fixes #6195: add support for moving namespaces
Date: Wed, 11 Mar 2026 16:15:00 +0100	[thread overview]
Message-ID: <ba68516b-9ea7-4327-8987-2e9deed75606@proxmox.com> (raw)
In-Reply-To: <20250911094943.34300-1-h.laimer@proxmox.com>

superseded-by:
https://lore.proxmox.com/pbs-devel/20260311151315.133637-1-h.laimer@proxmox.com/T/#t

On 2025-09-11 11:50, Hannes Laimer wrote:
> Adds support for moving namespaces within a datastore. 
> - we don't create non-existing target namespaces
> - we don't allow moving if a namespace with the same "name" already
>   exists. So given:
>    /a/b/c/x
>    /1/2/3/4/x
>   moving /1/2/3/4/x to /a/b/c/ is not allowed.
> these are the only real restrictions. Of course moving itself into
> sub-namespaces, exeeding depth limit or moving root are also not. But
> those are not really artificial.
> 
> v3, thanks @Thomas:
>  - add commit message outlining how moving is done
>  - add some comments containing a simple example that show how paths are
>    manipulated throughout the moving process
>  - add short section to docs
> 
> v2, thanks @Shannon:
>  - only allow moving if no tasks are running, some more info on the
>    patch itself 
> 
> Hannes Laimer (3):
>   fix #6195: api: datastore: add endpoint for moving namespaces
>   fix #6195: ui: add button/window for moving a namespace
>   docs: add section for moving datastores
> 
>  docs/storage.rst               |  20 ++++-
>  pbs-datastore/src/datastore.rs | 129 +++++++++++++++++++++++++++++++++
>  src/api2/admin/namespace.rs    |  50 ++++++++++++-
>  www/Makefile                   |   1 +
>  www/datastore/Content.js       |  38 ++++++++++
>  www/window/NamespaceMove.js    |  47 ++++++++++++
>  6 files changed, 282 insertions(+), 3 deletions(-)
>  create mode 100644 www/window/NamespaceMove.js
> 





      parent reply	other threads:[~2026-03-11 15:15 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-09-11  9:49 Hannes Laimer
2025-09-11  9:49 ` [pbs-devel] [PATCH proxmox-backup v3 1/3] fix #6195: api: datastore: add endpoint " Hannes Laimer
2025-09-15  8:16   ` Christian Ebner
2025-09-15  8:27     ` Hannes Laimer
2025-09-15  8:56       ` Christian Ebner
2025-09-15  9:19         ` Hannes Laimer
2025-09-15 10:01           ` Christian Ebner
2025-09-15 10:32             ` Hannes Laimer
2025-09-11  9:49 ` [pbs-devel] [PATCH proxmox-backup v3 2/3] fix #6195: ui: add button/window for moving a namespace Hannes Laimer
2025-09-11  9:49 ` [pbs-devel] [PATCH proxmox-backup v3 3/3] docs: add section for moving datastores Hannes Laimer
2026-03-11 15:15 ` Hannes Laimer [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=ba68516b-9ea7-4327-8987-2e9deed75606@proxmox.com \
    --to=h.laimer@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
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal