remove registering 'pve-snapshot-name', now in common

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2019-03-21 12:53:45 +01:00
parent 11efdfa5a9
commit 3ff84d6fe6
2 changed files with 3 additions and 8 deletions

View File

@ -2,6 +2,7 @@ package PVE::QemuServer;
use strict;
use warnings;
use POSIX;
use IO::Handle;
use IO::Select;
@ -77,12 +78,6 @@ PVE::JSONSchema::register_standard_option('pve-qm-stateuri', {
optional => 1,
});
PVE::JSONSchema::register_standard_option('pve-snapshot-name', {
description => "The name of the snapshot.",
type => 'string', format => 'pve-configid',
maxLength => 40,
});
PVE::JSONSchema::register_standard_option('pve-qm-image-format', {
type => 'string',
enum => [qw(raw cow qcow qed qcow2 vmdk cloop)],

4
debian/control vendored
View File

@ -5,7 +5,7 @@ Maintainer: Proxmox Support Team <support@proxmox.com>
Build-Depends: debhelper (>= 7.0.50~),
libio-multiplex-perl,
libjson-c-dev,
libpve-common-perl (>= 5.0-48),
libpve-common-perl (>= 5.0-49),
libpve-guest-common-perl (>= 2.0-20),
libpve-storage-perl,
libtest-mockmodule-perl,
@ -29,7 +29,7 @@ Depends: dbus,
libjson-xs-perl,
libnet-ssleay-perl,
libpve-access-control (>= 5.0-7),
libpve-common-perl (>= 5.0-48),
libpve-common-perl (>= 5.0-49),
libpve-guest-common-perl (>= 2.0-18),
libpve-storage-perl (>= 5.0-18),
libpve-guest-common-perl (>= 2.0-20),