From: Daniel Kral <d.kral@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [pve-devel] [PATCH proxmox v4 1/2] resource-scheduling: use workspace's .cargo/config.toml
Date: Fri, 14 Nov 2025 11:06:13 +0100 [thread overview]
Message-ID: <20251114100641.92919-2-d.kral@proxmox.com> (raw)
In-Reply-To: <20251114100641.92919-1-d.kral@proxmox.com>
.cargo/config has been deprecated since cargo 3.39 and
proxmox-resource-scheduling should use the workspace's config.toml.
Signed-off-by: Daniel Kral <d.kral@proxmox.com>
---
new
proxmox-resource-scheduling/.cargo/config | 5 -----
1 file changed, 5 deletions(-)
delete mode 100644 proxmox-resource-scheduling/.cargo/config
diff --git a/proxmox-resource-scheduling/.cargo/config b/proxmox-resource-scheduling/.cargo/config
deleted file mode 100644
index 3b5b6e48..00000000
--- a/proxmox-resource-scheduling/.cargo/config
+++ /dev/null
@@ -1,5 +0,0 @@
-[source]
-[source.debian-packages]
-directory = "/usr/share/cargo/registry"
-[source.crates-io]
-replace-with = "debian-packages"
--
2.47.3
_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
next prev parent reply other threads:[~2025-11-14 10:05 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-14 10:06 [pve-devel] [PATCH-SERIES ha-manager/perl-rs/proxmox v4 00/12] Granular online_node_usage accounting Daniel Kral
2025-11-14 10:06 ` Daniel Kral [this message]
2025-11-14 10:06 ` [pve-devel] [PATCH proxmox v4 2/2] resource-scheduling: allow owned nodes slice for score_nodes_to_start_service Daniel Kral
2025-11-14 10:06 ` [pve-devel] [PATCH perl-rs v4 1/2] pve-rs: resource scheduling: allow granular usage changes Daniel Kral
2025-11-14 10:06 ` [pve-devel] [PATCH perl-rs v4 2/2] test: resource_scheduling: use score_nodes helper to imitate HA Manager Daniel Kral
2025-11-14 10:06 ` [pve-devel] [PATCH ha-manager v4 1/8] manager: remove redundant recompute_online_node_usage from next_state_recovery Daniel Kral
2025-11-14 10:06 ` [pve-devel] [PATCH ha-manager v4 2/8] manager: remove redundant add_service_usage_to_node " Daniel Kral
2025-11-14 10:06 ` [pve-devel] [PATCH ha-manager v4 3/8] manager: remove redundant add_service_usage_to_node from next_state_started Daniel Kral
2025-11-14 10:06 ` [pve-devel] [PATCH ha-manager v4 4/8] rules: resource affinity: decouple get_resource_affinity helper from Usage class Daniel Kral
2025-11-14 10:06 ` [pve-devel] [PATCH ha-manager v4 5/8] manager: make recompute_online_node_usage use add_service_usage helper Daniel Kral
2025-11-14 10:06 ` [pve-devel] [PATCH ha-manager v4 6/8] usage: allow granular changes to Usage implementations Daniel Kral
2025-11-14 10:06 ` [pve-devel] [PATCH ha-manager v4 7/8] manager: make online node usage computation granular Daniel Kral
2025-11-14 10:06 ` [pve-devel] [PATCH ha-manager v4 8/8] implement static service stats cache Daniel Kral
2025-11-14 12:57 ` [pve-devel] applied-series: [PATCH-SERIES ha-manager/perl-rs/proxmox v4 00/12] Granular online_node_usage accounting Thomas Lamprecht
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=20251114100641.92919-2-d.kral@proxmox.com \
--to=d.kral@proxmox.com \
--cc=pve-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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.