[pve-devel] [PATCH manager 2/2] VM -> guest in VZDump schema descriptions

Fabian Grünbichler f.gruenbichler at proxmox.com
Thu Apr 14 09:16:10 CEST 2016


---
 PVE/VZDump.pm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/PVE/VZDump.pm b/PVE/VZDump.pm
index 62159ae..12cf5ea 100644
--- a/PVE/VZDump.pm
+++ b/PVE/VZDump.pm
@@ -32,7 +32,7 @@ my @plugins = qw();
 my $confdesc = {
     vmid => {
 	type => 'string', format => 'pve-vmid-list',
-	description => "The ID of the VM you want to backup.",
+	description => "The ID of the guest system you want to backup.",
 	completion => \&PVE::Cluster::complete_local_vmid,
 	optional => 1,
     },
@@ -43,7 +43,7 @@ my $confdesc = {
     }),
     all => {
 	type => 'boolean',
-	description => "Backup all known VMs on this host.",
+	description => "Backup all known guest systems on this host.",
 	optional => 1,
 	default => 0,
     },
@@ -82,7 +82,7 @@ my $confdesc = {
     },
     exclude => {
 	type => 'string', format => 'pve-vmid-list',
-	description => "Exclude specified VMs (assumes --all)",
+	description => "Exclude specified guest systems (assumes --all)",
 	optional => 1,
     },
     'exclude-path' => {
@@ -159,14 +159,14 @@ my $confdesc = {
     },
     stopwait => {
 	type => 'integer',
-	description => "Maximal time to wait until a VM is stopped (minutes).",
+	description => "Maximal time to wait until a guest system is stopped (minutes).",
 	optional => 1,
 	minimum => 0,
 	default => 10, # 10 minutes
     },
     maxfiles => {
 	type => 'integer',
-	description => "Maximal number of backup files per VM.",
+	description => "Maximal number of backup files per guest system.",
 	optional => 1,
 	minimum => 1,
 	default => 1,
-- 
2.1.4





More information about the pve-devel mailing list