Thomas Lamprecht
e0981f8b8b
d/control: bump versioned (build-)dependency of libpve-common-perl
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2022-02-09 18:47:03 +01:00
Thomas Lamprecht
b6d59e3efb
d/control: bump (build-)dependency of libpve-guest-common-perl
...
to get new helpers for snapshot
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2022-02-09 18:45:50 +01:00
Thomas Lamprecht
3b43845ad1
d/control: bump versioned dependency on libpve-common-perl
...
to ensure the renamed 'storage-pair' is handled correctly..
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2021-11-11 12:40:21 +01:00
Fabian Grünbichler
e52415c15b
d/control: add pve-ha-manager to B-D
...
it's needed for tests to succeed.
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Reviewed-by: Fabian Ebner <f.ebner@proxmox.com>
2021-11-11 10:47:26 +01:00
Thomas Lamprecht
6881de41a4
d/control: bump versioned dependency on pve-edk2-firmware 3.20210831-1
...
to ensure the newer OVMF 4MB builds with secureboot/SMM-enforcement
are available.
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2021-10-05 18:09:48 +02:00
Thomas Lamprecht
6b8c4311bf
d/control: add dependency for swtpm and swtpm-tools
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2021-10-05 07:09:24 +02:00
Thomas Lamprecht
16b7bc2659
d/control: wrap-and-sort -tkn
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2021-10-05 07:08:32 +02:00
Thomas Lamprecht
a799cf5b64
d/control: bump versioned dependency for pve-common
...
to ensure the newer systemd properties required for KillMode=none
replacement can be used
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2021-06-23 12:16:36 +02:00
Thomas Lamprecht
b818a0504c
debian: update compat, copyright, ..
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2021-05-13 19:09:29 +02:00
Thomas Lamprecht
41ab78c626
d/control: bump pve-storage dependency for new vdisk param
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2021-04-18 18:04:29 +02:00
Thomas Lamprecht
8bf0fc5350
d/control: bump versioned dependency of libpve-common-perl to 6.3-3
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2021-02-08 16:35:24 +01:00
Thomas Lamprecht
eabd73492a
d/control: bump versioned dependency on libpve-guest-common-perl (>= 3.1-3)
...
for new move VM config helper
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2020-12-15 15:56:49 +01:00
Thomas Lamprecht
82d30d5acf
d/control: bump versioned dependency for libpve-common-perl
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2020-12-03 17:26:24 +01:00
Fabian Grünbichler
1b535ca9f9
d/control: bump versioned dependency on pve-storage
...
for 'activate_volumes in storage_migrate', which we now rely on in
migration code
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2020-11-24 16:28:08 +01:00
Stefan Reiter
3ff8500175
qmeventd: add handling for -no-shutdown QEMU instances
...
We take care of killing QEMU processes when a guest shuts down manually.
QEMU will not exit itself, if started with -no-shutdown, but it will
still emit a "SHUTDOWN" event, which we await and then send SIGTERM.
This additionally allows us to handle backups in such situations. A
vzdump instance will connect to our socket and identify itself as such
in the handshake, sending along a VMID which will be marked as backing
up until the file handle is closed.
When a SHUTDOWN event is received while the VM is backing up, we do not
kill the VM. And when the vzdump handle is closed, we check if the
guest has started up since, and only if it's determined to still be
turned off, we then finally kill QEMU.
We cannot wait for QEMU directly to finish the backup (i.e. with
query-backup), as that would kill the VM too fast for vzdump to send the
last 'query-backup' to mark the backup as successful and done.
For handling 'query-status' messages sent to QEMU, a state-machine-esque
protocol is implemented into the Client struct (ClientState). This is
necessary, since QMP works asynchronously, and results arrive on the
same channel as events and even the handshake.
For referencing QEMU Clients from vzdump messages, they are kept in a
hash table. This requires linking against glib.
Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
2020-11-05 11:22:47 +01:00
Thomas Lamprecht
460e50689f
d/control: update
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2020-09-08 19:12:36 +02:00
Fabian Grünbichler
2673ee0b16
d/control: bump versioned dep on pve-storage
...
needed for PBS plugin methods that are called in backup/restore.
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2020-08-06 09:49:20 +02:00
Thomas Lamprecht
871deaa557
d/control: update build-dependency of pve-doc-generator
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2020-07-13 12:25:33 +02:00
Fabian Grünbichler
b6f8076eb6
d/control: bump versioned dependency on pve-common
...
for PVE::JSONSchema with additional validator support
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2020-07-08 10:28:20 +02:00
Fabian Grünbichler
946cb0fe9f
d/control: depend on new libpve-guest-common-perl
...
with lock_config_shared
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2020-05-05 11:41:55 +02:00
Fabian Grünbichler
1e68f42199
d/control: bump build-depend on pve-storage
...
with refactored archive/compressor info and RE
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2020-05-04 14:09:36 +02:00
Fabian Grünbichler
4fcfd15d52
d/control: depend on updated guest-common/pve-storage
...
pve-storage: new storage_migrate with allow_rename
guest-common: update_volume_ids
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2020-04-09 09:36:41 +02:00
Thomas Lamprecht
da75afe5c0
d/control: bump versioned to libpve-common-perl
...
mainly for the new idmap and storage map format
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2020-04-08 17:13:18 +02:00
Fabian Grünbichler
20c1b5f0e5
bump version to 6.1-12
...
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2020-03-30 10:00:21 +02:00
Thomas Lamprecht
7c4351f7d4
fix #2580 : api/delete: drop VM from HA resources if purge is set
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2020-03-12 13:39:00 +01:00
Thomas Lamprecht
7ed8e940f1
d/control: bump versioned dependency for libpve-guest-common-perl (>= 3.0-5)
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2020-03-12 11:11:58 +01:00
Thomas Lamprecht
37e9b2d031
d/control: bump versioned dependency for libpve-guest-common-perl (>= 3.0-4)
...
for the moved definedness-safe comparison methods
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2020-03-10 14:28:29 +01:00
Thomas Lamprecht
ae200950d4
grammar fix: s/does not exists/does not exist/g
...
bump versioned build-dependency, as qemu-server has tests checking
for errors, and we fixed an grammar error in pve-storage, so we need
the newer version to ensure our test go through
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-12-13 12:20:56 +01:00
Thomas Lamprecht
db40988ec9
Revert "fix #2478 : record python3-minimal as build dependency"
...
This reverts commit 951b1783cd
.
2019-12-09 10:32:46 +01:00
Thomas Lamprecht
951b1783cd
fix #2478 : record python3-minimal as build dependency
...
Suggested-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-11-26 11:37:21 +01:00
Thomas Lamprecht
c7ef117f4e
d/control: bump versioned dependency on pve-common
...
to ensure the sysfs PCI tools can cope with our new more flexible PCI
addr (domain != 0000) fix
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-11-20 20:24:49 +01:00
Thomas Lamprecht
1773bb6b8b
d/control: break old ha-manager, pve-manager
...
due to the refactoring file/module movements we made
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-11-20 19:07:12 +01:00
Fabian Grünbichler
d3f7bdfe83
d/control: add (build-)depends on libpve-cluster-perl
...
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2019-11-18 12:10:25 +01:00
Thomas Lamprecht
78b7776309
d/control: bump version dependency to ha-manager
...
so that we have the new "ha-manager crm-command" available
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-11-14 14:44:14 +01:00
Fabian Grünbichler
e987ca201b
d/control: add build-dependency on pkg-config
...
needed to find libjson-c-dev headers for qmeventd
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2019-11-08 11:22:51 +01:00
Fabian Grünbichler
8bc27da653
d/control: add build-dependency on pve-edk2-firmware
...
needed for config2command tests
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2019-11-08 11:22:51 +01:00
Fabian Grünbichler
3fd78fdd9b
d/control: add build-dependency on pve-qemu-kvm
...
instead of qemu-utils, since we actually depend on files from our qemu
package for some tests.
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2019-11-08 11:22:51 +01:00
Fabian Grünbichler
425441e6fa
move 'use UUID' statement to correct file
...
and add the libuuid-perl package to build-depends as well.
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2019-11-08 11:22:51 +01:00
Thomas Lamprecht
331a5079e1
d/control: bump version dependency to pve-common
...
ensures we have the new get_host_arch method replacement in common
available
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-10-29 16:06:56 +01:00
Thomas Lamprecht
0c040cfee2
d/control: bump version dependency to libpve-guest-common-perl
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-10-18 11:29:50 +02:00
Thomas Lamprecht
7e7ec468a0
d/control: update dh version dependency and standard version
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-09-25 14:58:05 +02:00
Thomas Lamprecht
0d79b008bb
d/control: bump version dependency to libpve-common-perl
...
for the new wait_for_unit_removed helper
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-06-24 17:20:30 +02:00
Thomas Lamprecht
0522f25243
d/control: wrap and sort + remove duplicates
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-06-24 17:20:30 +02:00
Thomas Lamprecht
f5e5a63049
d/control: bump qemu versioned dependency to 3.0.1-62
...
to ensure we have the md-clear flag available
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-06-14 20:55:32 +02:00
Thomas Lamprecht
79cf869514
d/control: remove dependency to essential libc
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-05-22 19:00:36 +02:00
Thomas Lamprecht
22ea82a2f8
bump debian compat level to 11
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-05-22 18:47:53 +02:00
Thomas Lamprecht
460fd91560
d/control: add ${misc:Depends} to Depends list
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-05-13 16:06:56 +00:00
Thomas Lamprecht
3ff84d6fe6
remove registering 'pve-snapshot-name', now in common
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-03-21 12:56:39 +01:00
Stoiko Ivanov
c893f574d3
d/control: bump version dependency of libpve-common-perl
...
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-03-14 09:56:59 +01:00
Thomas Lamprecht
eff36b2caa
d/control: bump version dependency to pve-doc-generator
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2019-02-22 13:31:32 +01:00