public inbox for pdm-devel@lists.proxmox.com
 help / color / mirror / Atom feed
From: Lukas Wagner <l.wagner@proxmox.com>
To: pdm-devel@lists.proxmox.com
Subject: [pdm-devel] [PATCH proxmox-datacenter-manager v6 6/6] fixup! fake remote: make the fake_remote feature compile again
Date: Thu, 14 Aug 2025 09:56:22 +0200	[thread overview]
Message-ID: <20250814075622.51786-7-l.wagner@proxmox.com> (raw)
In-Reply-To: <20250814075622.51786-1-l.wagner@proxmox.com>

Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
---
 server/src/test_support/fake_remote.rs | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/server/src/test_support/fake_remote.rs b/server/src/test_support/fake_remote.rs
index 27ba7c5c..e32a88a1 100644
--- a/server/src/test_support/fake_remote.rs
+++ b/server/src/test_support/fake_remote.rs
@@ -144,6 +144,7 @@ impl pve_api_types::client::PveClient for FakePveClient {
                 maxdisk: Some(100 * 1024 * 1024),
                 maxmem: Some(8 * 1024 * 1024 * 1024),
                 mem: Some(3 * 1024 * 1024 * 1024),
+                memhost: Some(4 * 1024 * 1024),
                 name: Some(format!("vm-{vmid}")),
                 netin: Some(1034),
                 netout: Some(1034),
@@ -176,6 +177,7 @@ impl pve_api_types::client::PveClient for FakePveClient {
                 maxcpu: Some(4.),
                 maxdisk: Some(100 * 1024 * 1024),
                 maxmem: Some(8 * 1024 * 1024 * 1024),
+                memhost: Some(4 * 1024 * 1024),
                 mem: Some(3 * 1024 * 1024 * 1024),
                 name: Some(format!("ct-{vmid}")),
                 netin: Some(1034),
@@ -209,6 +211,7 @@ impl pve_api_types::client::PveClient for FakePveClient {
                 maxdisk: Some(100 * 1024 * 1024),
                 maxmem: Some(8 * 1024 * 1024 * 1024),
                 mem: Some(3 * 1024 * 1024 * 1024),
+                memhost: None,
                 name: None,
                 netin: None,
                 netout: None,
@@ -241,6 +244,7 @@ impl pve_api_types::client::PveClient for FakePveClient {
                 maxdisk: Some(100 * 1024 * 1024),
                 maxmem: None,
                 mem: None,
+                memhost: None,
                 name: None,
                 netin: None,
                 netout: None,
-- 
2.47.2



_______________________________________________
pdm-devel mailing list
pdm-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pdm-devel


  parent reply	other threads:[~2025-08-14  7:54 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-08-14  7:56 [pdm-devel] [PATCH proxmox-datacenter-manager v6 0/6] remote task cache fetching task / better cache backend Lukas Wagner
2025-08-14  7:56 ` [pdm-devel] [PATCH proxmox-datacenter-manager v6 1/6] remote tasks: implement improved cache for remote tasks Lukas Wagner
2025-08-19 14:24   ` Dominik Csapak
2025-08-20  7:50   ` Dominik Csapak
2025-08-14  7:56 ` [pdm-devel] [PATCH proxmox-datacenter-manager v6 2/6] remote tasks: add background task for task polling, use new task cache Lukas Wagner
2025-08-20  8:25   ` Dominik Csapak
2025-08-14  7:56 ` [pdm-devel] [PATCH proxmox-datacenter-manager v6 3/6] pdm-api-types: remote tasks: add new_from_str constructor for TaskStateType Lukas Wagner
2025-08-14  7:56 ` [pdm-devel] [PATCH proxmox-datacenter-manager v6 4/6] fake remote: make the fake_remote feature compile again Lukas Wagner
2025-08-20  8:26   ` Dominik Csapak
2025-08-20  8:27     ` Dominik Csapak
2025-08-14  7:56 ` [pdm-devel] [PATCH proxmox-datacenter-manager v6 5/6] fake remote: clippy fixes Lukas Wagner
2025-08-14  7:56 ` Lukas Wagner [this message]
2025-08-14  7:59   ` [pdm-devel] [PATCH proxmox-datacenter-manager v6 6/6] fixup! fake remote: make the fake_remote feature compile again Lukas Wagner
2025-08-20  8:30 ` [pdm-devel] [PATCH proxmox-datacenter-manager v6 0/6] remote task cache fetching task / better cache backend Dominik Csapak
2025-08-20 12:47 ` [pdm-devel] superseded: " Lukas Wagner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250814075622.51786-7-l.wagner@proxmox.com \
    --to=l.wagner@proxmox.com \
    --cc=pdm-devel@lists.proxmox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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