From 8557d01f755235cb7f9454423090f49a359e42f0 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Sat, 6 May 2017 10:46:21 +0200 Subject: [PATCH] rename drive 'replica' property to 'replicate' --- PVE/QemuServer.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm index 4b5da2f..2fb419d 100644 --- a/PVE/QemuServer.pm +++ b/PVE/QemuServer.pm @@ -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, -- 2.39.2