mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-10-04 22:53:08 +00:00
followup: reword bwlimit default wording
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
0aab5a16b3
commit
41756a3b8a
@ -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',
|
||||
},
|
||||
},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user