seem that we forgot to add rerror to scsi disk. (werror is already present)
Signed-off-by: Alexandre Derumier <aderum...@odiso.com> --- PVE/QemuServer.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm index 6865d60..80da44f 100644 --- a/PVE/QemuServer.pm +++ b/PVE/QemuServer.pm @@ -877,6 +877,7 @@ my $idedesc = { PVE::JSONSchema::register_standard_option("pve-qm-ide", $idedesc); my $scsi_fmt = { + %rerror_fmt, %drivedesc_base, %iothread_fmt, %queues_fmt, -- 2.11.0 _______________________________________________ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel