mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-05 14:17:58 +00:00
whitespace fixup
This commit is contained in:
parent
9b49ba658f
commit
1849c59288
@ -492,24 +492,24 @@ EODESCR
|
||||
optional => 1,
|
||||
},
|
||||
replica => {
|
||||
optional => 1,
|
||||
description => "Storage replica for local storage.",
|
||||
type => 'boolean',
|
||||
default => 0,
|
||||
optional => 1,
|
||||
description => "Storage replica for local storage.",
|
||||
type => 'boolean',
|
||||
default => 0,
|
||||
},
|
||||
replica_rate_limit => {
|
||||
optional => 1,
|
||||
description => "Storage replica rate limit in KBytes/s.",
|
||||
type => 'integer',
|
||||
minimum => 1,
|
||||
optional => 1,
|
||||
description => "Storage replica rate limit in KBytes/s.",
|
||||
type => 'integer',
|
||||
minimum => 1,
|
||||
},
|
||||
replica_interval => {
|
||||
optional => 1,
|
||||
description => "Storage replica sync interval",
|
||||
type => 'integer',
|
||||
minimum => 1,
|
||||
maximum => 1440,
|
||||
default => 15,
|
||||
optional => 1,
|
||||
description => "Storage replica sync interval",
|
||||
type => 'integer',
|
||||
minimum => 1,
|
||||
maximum => 1440,
|
||||
default => 15,
|
||||
},
|
||||
replica_target => {
|
||||
optional => 1,
|
||||
|
Loading…
Reference in New Issue
Block a user