From 1e4fb053d35a6a90b0f3a7acfb05120126b6cdaf Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Tue, 7 Feb 2017 14:55:48 +0100 Subject: [PATCH] skiplock standard option was moved to pve-common this now need libpve-common-perl >= 4.0-92 --- PVE/QemuServer.pm | 6 ------ control.in | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm index de6a6299..a9707c8a 100644 --- a/PVE/QemuServer.pm +++ b/PVE/QemuServer.pm @@ -56,12 +56,6 @@ cfs_register_file('/qemu-server/', \&parse_vm_config, \&write_vm_config); -PVE::JSONSchema::register_standard_option('skiplock', { - description => "Ignore locks - only root is allowed to use this option.", - type => 'boolean', - optional => 1, -}); - PVE::JSONSchema::register_standard_option('pve-qm-stateuri', { description => "Some command save/restore state from this location.", type => 'string', diff --git a/control.in b/control.in index 896d8b57..522cd4a3 100644 --- a/control.in +++ b/control.in @@ -3,7 +3,7 @@ Version: @@VERSION@@-@@PKGRELEASE@@ Section: admin Priority: optional Architecture: @@ARCH@@ -Depends: libc6 (>= 2.7-18), perl (>= 5.10.0-19), libterm-readline-gnu-perl, pve-qemu-kvm (>= 2.2-1), netcat6, libpve-access-control, libpve-storage-perl, pve-cluster, libjson-perl, libjson-xs-perl, libio-multiplex-perl, libnet-ssleay-perl, socat, pve-firewall, libuuid-perl, pve-ha-manager, dbus, libpve-common-perl, libpve-guest-common-perl +Depends: libc6 (>= 2.7-18), perl (>= 5.10.0-19), libterm-readline-gnu-perl, pve-qemu-kvm (>= 2.2-1), netcat6, libpve-access-control, libpve-storage-perl, pve-cluster, libjson-perl, libjson-xs-perl, libio-multiplex-perl, libnet-ssleay-perl, socat, pve-firewall, libuuid-perl, pve-ha-manager, dbus, libpve-common-perl (>= 4.0-92), libpve-guest-common-perl Maintainer: Proxmox Support Team Description: Qemu Server Tools This package contains the Qemu Server tools used by Proxmox VE