]> git.proxmox.com Git - qemu-server.git/commitdiff
rename drive 'replica' property to 'replicate'
authorDietmar Maurer <dietmar@proxmox.com>
Sat, 6 May 2017 08:46:21 +0000 (10:46 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Sat, 6 May 2017 08:46:21 +0000 (10:46 +0200)
PVE/QemuServer.pm

index 4b5da2fbc17515cf2c044f50dba2e11f62b76227..2fb419db835dbbe043e0892fcd479a0b882d1592 100644 (file)
@@ -748,7 +748,7 @@ my %drivedesc_base = (
        description => "Whether the drive should be included when making backups.",
        optional => 1,
     },
-    replica => {
+    replicate => {
        type => 'boolean',
        description => 'Will include this drive to an storage replical job.',
        optional => 1,