[pbs-devel] applied: [PATCH proxmox-backup v7 1/8] use 'fs_info' from proxmox-sys
Thomas Lamprecht
t.lamprecht at proxmox.com
Tue Jun 7 08:51:42 CEST 2022
Am 02/06/2022 um 14:18 schrieb Dominik Csapak:
> as replacement for 'disk_usage' in tools. also remove that there since
> we do not need it anymore
>
> Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
> ---
> src/api2/admin/datastore.rs | 4 ++--
> src/api2/node/status.rs | 13 ++++++++++---
> src/api2/status.rs | 4 ++--
> src/bin/proxmox-backup-proxy.rs | 4 ++--
> src/tools/disks/mod.rs | 20 +-------------------
> 5 files changed, 17 insertions(+), 28 deletions(-)
>
>
applied, thanks! Had to remove a path::Path import in api2/node/status.rs which got
unused by this patch (maybe there was still some other unrelated usage from when you
created this, that got removed in the meantime - didn't checked as it's not a biggie
anyway). Anyhow, I squashed that in your path and added the info about when the
proxmox-sys helper got made available (in the recent 0.3 bump).
More information about the pbs-devel
mailing list