[pbs-devel] superseded: [PATCH proxmox-backup 0/2] fixes #6195, add support for moving namespaces
Hannes Laimer
h.laimer at proxmox.com
Wed Sep 3 14:10:10 CEST 2025
superseded-by:
https://lore.proxmox.com/pbs-devel/20250903120844.211292-1-h.laimer@proxmox.com/T/#ma96e762273bef2d51bfbc17cc7a263deef0aed4e
On 03.09.25 12:11, 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.
>
>
> Hannes Laimer (2):
> fix #6195: api: datastore: add endpoint for moving namespaces
> fix #6195: ui: add button/window for moving a namespace
>
> pbs-datastore/src/datastore.rs | 121 +++++++++++++++++++++++++++++++++
> src/api2/admin/namespace.rs | 43 +++++++++++-
> www/Makefile | 1 +
> www/datastore/Content.js | 38 +++++++++++
> www/window/NamespaceMove.js | 47 +++++++++++++
> 5 files changed, 248 insertions(+), 2 deletions(-)
> create mode 100644 www/window/NamespaceMove.js
>
More information about the pbs-devel
mailing list