[pdm-devel] applied: [PATCH datacenter-manager 01/13] fake remote: add missing parameter for cluster_metrics_export function

Wolfgang Bumiller w.bumiller at proxmox.com
Thu Oct 30 11:26:00 CET 2025


applied this one early, as it is just a build fix, basically

On Wed, Oct 29, 2025 at 03:48:50PM +0100, Lukas Wagner wrote:
> Signed-off-by: Lukas Wagner <l.wagner at proxmox.com>
> ---
>  server/src/test_support/fake_remote.rs | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/server/src/test_support/fake_remote.rs b/server/src/test_support/fake_remote.rs
> index f4f6967e..cd2ccf60 100644
> --- a/server/src/test_support/fake_remote.rs
> +++ b/server/src/test_support/fake_remote.rs
> @@ -276,6 +276,7 @@ impl pve_api_types::client::PveClient for FakePveClient {
>          &self,
>          _history: Option<bool>,
>          _local_only: Option<bool>,
> +        _node_list: Option<String>,
>          start_time: Option<i64>,
>      ) -> Result<ClusterMetrics, proxmox_client::Error> {
>          tokio::time::sleep(Duration::from_millis(self.api_delay_ms as u64)).await;
> -- 
> 2.47.3




More information about the pdm-devel mailing list