]> git.proxmox.com Git - pve-container.git/commitdiff
followup: reword bwlimit default wording
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 2 Apr 2019 09:29:00 +0000 (11:29 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 2 Apr 2019 12:32:04 +0000 (14:32 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/PVE/API2/LXC.pm

index cf2e874cf6af04bd7fcce0643165ce96bd474e34..5a8a9c9686389f4c018af761f87e2f74106565a9 100644 (file)
@@ -171,7 +171,7 @@ __PACKAGE__->register_method({
                optional => 1,
                type => 'number',
                minimum => '0',
-               default => 'restore limit from datacenter.cfg/storage.cfg',
+               default => 'restore limit from datacenter or storage config',
            },
            start => {
                optional => 1,
@@ -1000,7 +1000,7 @@ __PACKAGE__->register_method({
                optional => 1,
                type => 'number',
                minimum => '0',
-               default => 'migrate limit from datacenter.cfg/storage.cfg',
+               default => 'migrate limit from datacenter or storage config',
            },
        },
     },
@@ -1270,7 +1270,7 @@ __PACKAGE__->register_method({
                optional => 1,
                type => 'number',
                minimum => '0',
-               default => 'clone limit from datacenter.cfg/storage.cfg',
+               default => 'clone limit from datacenter or storage config',
            },
         },
     },
@@ -1721,7 +1721,7 @@ __PACKAGE__->register_method({
                optional => 1,
                type => 'number',
                minimum => '0',
-               default => 'clone limit from datacenter.cfg/storage.cfg',
+               default => 'clone limit from datacenter or storage config',
            },
        },
     },