From 36e54bd7f1aa6b36f8d18adda6ee6cc114537cd7 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Sat, 5 Nov 2016 16:28:59 +0100 Subject: [PATCH] remove format_description from $met_fmt->{model} --- PVE/QemuServer.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm index b85e505e..8f4c7aab 100644 --- a/PVE/QemuServer.pm +++ b/PVE/QemuServer.pm @@ -613,7 +613,6 @@ my $net_fmt = { model => { type => 'string', description => "Network Card Model. The 'virtio' model provides the best performance with very low CPU overhead. If your guest does not support this driver, it is usually best to use 'e1000'.", - format_description => 'model', enum => $nic_model_list, default_key => 1, },