]> git.proxmox.com Git - qemu-server.git/commitdiff
followup: reword bwlimit default wording
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 2 Apr 2019 08:37:40 +0000 (10:37 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 2 Apr 2019 09:01:35 +0000 (11:01 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/API2/Qemu.pm

index a93822b2237cc0a602a470c65d0611335a72f4d4..54690896d009b07978c1a5fc701b240cf2fd1196 100644 (file)
@@ -444,7 +444,7 @@ __PACKAGE__->register_method({
                    optional => 1,
                    type => 'integer',
                    minimum => '0',
-                   default => 'restore limit from datacenter.cfg/storage.cfg',
+                   default => 'restore limit from datacenter or storage config',
                },
                start => {
                    optional => 1,
@@ -2657,7 +2657,7 @@ __PACKAGE__->register_method({
                optional => 1,
                type => 'integer',
                minimum => '0',
-               default => 'clone limit from datacenter.cfg/storage.cfg',
+               default => 'clone limit from datacenter or storage config',
            },
         },
     },
@@ -2969,7 +2969,7 @@ __PACKAGE__->register_method({
                optional => 1,
                type => 'integer',
                minimum => '0',
-               default => 'move limit from datacenter.cfg/storage.cfg',
+               default => 'move limit from datacenter or storage config',
            },
        },
     },
@@ -3154,7 +3154,7 @@ __PACKAGE__->register_method({
                optional => 1,
                type => 'integer',
                minimum => '0',
-               default => 'migrate limit from datacenter.cfg/storage.cfg',
+               default => 'migrate limit from datacenter or storage config',
            },
        },
     },