From 331b6d8d61e7056242e765fce64b2e590d3b6a76 Mon Sep 17 00:00:00 2001 From: "Michael N. Lipp" Date: Fri, 21 Mar 2025 09:18:38 +0100 Subject: [PATCH 1/2] Minor edit. --- webpages/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webpages/index.md b/webpages/index.md index 3c7101e..34a3c99 100644 --- a/webpages/index.md +++ b/webpages/index.md @@ -11,8 +11,8 @@ layout: vm-operator ![Overview picture](index-pic.svg) -This project provides an easy to use and flexible solution -for running QEMU/KVM based VMs in Kubernetes pods. +This project provides an easy to use and flexible solution for +running QEMU/KVM based virtual machines (VMs) in Kubernetes pods. The image used for the VM pods combines QEMU and a control program for starting and managing the QEMU process. This application is called From 4bcbafb4f19abc7962245ba0a92c15476018e2d2 Mon Sep 17 00:00:00 2001 From: "Michael N. Lipp" Date: Sat, 22 Mar 2025 11:25:02 +0100 Subject: [PATCH 2/2] Improve label. --- .../org/jdrupes/vmoperator/vmmgmt/l10n.properties | 12 ++++++------ .../org/jdrupes/vmoperator/vmmgmt/l10n_de.properties | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/org.jdrupes.vmoperator.vmmgmt/resources/org/jdrupes/vmoperator/vmmgmt/l10n.properties b/org.jdrupes.vmoperator.vmmgmt/resources/org/jdrupes/vmoperator/vmmgmt/l10n.properties index ef55662..95cb839 100644 --- a/org.jdrupes.vmoperator.vmmgmt/resources/org/jdrupes/vmoperator/vmmgmt/l10n.properties +++ b/org.jdrupes.vmoperator.vmmgmt/resources/org/jdrupes/vmoperator/vmmgmt/l10n.properties @@ -3,15 +3,15 @@ conletName = VM Management VMsSummary = VMs (running/total) assignedTo = Assigned to -currentCpus = Current CPUs -currentRam = Current RAM +currentCpus = Current vCPUs +currentRam = Current vRAM guestOs = Guest OS -maximumCpus = Maximum CPUs -maximumRam = Maximum RAM +maximumCpus = Maximum vCPUs +maximumRam = Maximum vRAM notInUse = Currently closed nodeName = Node -requestedCpus = Requested CPUs -requestedRam = Requested RAM +requestedCpus = Requested vCPUs +requestedRam = Requested vRAM runnerVersion = Runner version running = Running since = Since diff --git a/org.jdrupes.vmoperator.vmmgmt/resources/org/jdrupes/vmoperator/vmmgmt/l10n_de.properties b/org.jdrupes.vmoperator.vmmgmt/resources/org/jdrupes/vmoperator/vmmgmt/l10n_de.properties index b8ece92..abe0d46 100644 --- a/org.jdrupes.vmoperator.vmmgmt/resources/org/jdrupes/vmoperator/vmmgmt/l10n_de.properties +++ b/org.jdrupes.vmoperator.vmmgmt/resources/org/jdrupes/vmoperator/vmmgmt/l10n_de.properties @@ -7,15 +7,15 @@ Last\ hour = Letzte Stunde Last\ day = Letzter Tag assignedTo = Zugewiesen an -currentCpus = Aktuelle CPUs -currentRam = Akuelles RAM +currentCpus = Aktuelle vCPUs +currentRam = Akuelles vRAM guestOs = Gast BS -maximumCpus = Maximale CPUs -maximumRam = Maximales RAM +maximumCpus = Maximale vCPUs +maximumRam = Maximales vRAM nodeName = Knoten notInUse = Derzeit geschlossen -requestedCpus = Angeforderte CPUs -requestedRam = Angefordertes RAM +requestedCpus = Angeforderte vCPUs +requestedRam = Angefordertes vRAM runnerVersion = Runner-Version running = Gestartet since = Seit