followup: reword bwlimit default wording

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2019-04-02 10:37:40 +02:00
parent 0aab5a16b3
commit 41756a3b8a

View 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',
},
},
},