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

Lukas Wagner l.wagner at proxmox.com
Wed Oct 29 15:48:50 CET 2025


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