mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-05-30 05:34:11 +00:00
remove registering 'pve-snapshot-name', now in common
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
11efdfa5a9
commit
3ff84d6fe6
@ -2,6 +2,7 @@ package PVE::QemuServer;
|
|||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
|
||||||
use POSIX;
|
use POSIX;
|
||||||
use IO::Handle;
|
use IO::Handle;
|
||||||
use IO::Select;
|
use IO::Select;
|
||||||
@ -77,12 +78,6 @@ PVE::JSONSchema::register_standard_option('pve-qm-stateuri', {
|
|||||||
optional => 1,
|
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', {
|
PVE::JSONSchema::register_standard_option('pve-qm-image-format', {
|
||||||
type => 'string',
|
type => 'string',
|
||||||
enum => [qw(raw cow qcow qed qcow2 vmdk cloop)],
|
enum => [qw(raw cow qcow qed qcow2 vmdk cloop)],
|
||||||
|
4
debian/control
vendored
4
debian/control
vendored
@ -5,7 +5,7 @@ Maintainer: Proxmox Support Team <support@proxmox.com>
|
|||||||
Build-Depends: debhelper (>= 7.0.50~),
|
Build-Depends: debhelper (>= 7.0.50~),
|
||||||
libio-multiplex-perl,
|
libio-multiplex-perl,
|
||||||
libjson-c-dev,
|
libjson-c-dev,
|
||||||
libpve-common-perl (>= 5.0-48),
|
libpve-common-perl (>= 5.0-49),
|
||||||
libpve-guest-common-perl (>= 2.0-20),
|
libpve-guest-common-perl (>= 2.0-20),
|
||||||
libpve-storage-perl,
|
libpve-storage-perl,
|
||||||
libtest-mockmodule-perl,
|
libtest-mockmodule-perl,
|
||||||
@ -29,7 +29,7 @@ Depends: dbus,
|
|||||||
libjson-xs-perl,
|
libjson-xs-perl,
|
||||||
libnet-ssleay-perl,
|
libnet-ssleay-perl,
|
||||||
libpve-access-control (>= 5.0-7),
|
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-guest-common-perl (>= 2.0-18),
|
||||||
libpve-storage-perl (>= 5.0-18),
|
libpve-storage-perl (>= 5.0-18),
|
||||||
libpve-guest-common-perl (>= 2.0-20),
|
libpve-guest-common-perl (>= 2.0-20),
|
||||||
|
Loading…
Reference in New Issue
Block a user