public inbox for pbs-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pbs-devel] [PATCH proxmox-backup v3 0/3] fixes #6195: add support for moving namespaces
@ 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
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Hannes Laimer @ 2025-09-11  9:49 UTC (permalink / raw)
  To: pbs-devel

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

-- 
2.47.3



_______________________________________________
pbs-devel mailing list
pbs-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pbs-devel


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-09-11  9:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-09-11  9:49 [pbs-devel] [PATCH proxmox-backup v3 0/3] fixes #6195: add support for moving namespaces 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-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

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