public inbox for pbs-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pbs-devel] [PATCH proxmox-backup 0/2] fix #6358: group removal fails if group notes exist
@ 2025-05-07 15:38 Christian Ebner
  2025-05-07 15:38 ` [pbs-devel] [PATCH proxmox-backup 1/2] api: datastore: make group notes path helper a DataStore method Christian Ebner
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Christian Ebner @ 2025-05-07 15:38 UTC (permalink / raw)
  To: pbs-devel

These patches fix an issue with the backup group removal failing and
leaving behind an unusable backup group, due to not taking a possibly
present backup group's notes file into account.

The series consists of 2 patches, the first being preparatory,
allowing to reuse the group notes filepath helper, the second fixing
the actual issue by conditionally removing the notes file before
further group directory cleanup.

Link to the bugtracker issue:
https://bugzilla.proxmox.com/show_bug.cgi?id=6358

Christian Ebner (2):
  api: datastore: make group notes path helper a DataStore method
  fix #6358: remove group note file if present on group destroy

 pbs-datastore/src/backup_info.rs |  7 +++++++
 pbs-datastore/src/datastore.rs   | 11 +++++++++++
 src/api2/admin/datastore.rs      | 26 +++++++-------------------
 3 files changed, 25 insertions(+), 19 deletions(-)

-- 
2.39.5



_______________________________________________
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-06-04 11:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-05-07 15:38 [pbs-devel] [PATCH proxmox-backup 0/2] fix #6358: group removal fails if group notes exist Christian Ebner
2025-05-07 15:38 ` [pbs-devel] [PATCH proxmox-backup 1/2] api: datastore: make group notes path helper a DataStore method Christian Ebner
2025-05-07 15:38 ` [pbs-devel] [PATCH proxmox-backup 2/2] fix #6358: remove group note file if present on group destroy Christian Ebner
2025-06-04 11:31 ` [pbs-devel] applied-series: [PATCH proxmox-backup 0/2] fix #6358: group removal fails if group notes exist Fabian Grünbichler

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