]> git.proxmox.com Git - proxmox-backup.git/commit
api: merge garbage-collection-status and -job-status
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Mon, 22 Apr 2024 09:43:51 +0000 (11:43 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Mon, 22 Apr 2024 11:58:08 +0000 (13:58 +0200)
commit113de4515b51019ed66726a48c17c25ef612cc26
tree02aadf09d04015b7d24320d78de38a1a5eed883b
parent3ae21d87c1b1b190dd076f0fd08cef95b3a4eeaa
api: merge garbage-collection-status and -job-status

the latter was newly introduced, and they both return basically the same
information now. the new extended (job) status struct is a strict superset of
the old status struct, so this is not a breaking change API wise.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
src/api2/admin/datastore.rs
src/api2/admin/gc.rs