[pve-devel] [PATCH proxmox-resource-scheduling 2/2] pve ha: fix typo in comment

Fiona Ebner f.ebner at proxmox.com
Tue Mar 21 13:33:43 CET 2023


Signed-off-by: Fiona Ebner <f.ebner at proxmox.com>
---
 src/pve_static.rs | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/pve_static.rs b/src/pve_static.rs
index 6663b70..814d44f 100644
--- a/src/pve_static.rs
+++ b/src/pve_static.rs
@@ -9,11 +9,11 @@ use crate::topsis;
 pub struct StaticNodeUsage {
     /// Hostname of the node.
     pub name: String,
-    /// CPU utilization. Can be more than `maxcpu` if overcommited.
+    /// CPU utilization. Can be more than `maxcpu` if overcommitted.
     pub cpu: f64,
     /// Total number of CPUs.
     pub maxcpu: usize,
-    /// Used memory in bytes. Can be more than `maxmem` if overcommited.
+    /// Used memory in bytes. Can be more than `maxmem` if overcommitted.
     pub mem: usize,
     /// Total memory in bytes.
     pub maxmem: usize,
-- 
2.30.2






More information about the pve-devel mailing list