Compare commits

..

1 Commits

Author SHA1 Message Date
715a6d3a7d Add vitastor support 2025-08-25 19:53:32 +03:00
5 changed files with 1419 additions and 1 deletions

View File

@@ -57,7 +57,7 @@ $(BUILDDIR): submodule
.PHONY: deb kvm
deb kvm: $(DEBS)
$(DEBS) &: $(BUILDDIR)
cd $(BUILDDIR); dpkg-buildpackage -b -us -uc
cd $(BUILDDIR); dpkg-buildpackage -b -us -uc -j40
lintian $(DEBS)
sbuild: $(DSC)

6
debian/changelog vendored
View File

@@ -1,3 +1,9 @@
pve-qemu-kvm (10.0.2-4+vitastor1) trixie; urgency=medium
* Add Vitastor support
-- Vitaliy Filippov <vitalif@yourcmc.ru> Mon, 25 Aug 2025 19:39:12 +0300
pve-qemu-kvm (10.0.2-4) trixie; urgency=medium
* savevm-async: reuse migration blocker check for snapshots/hibernation to

1
debian/control vendored
View File

@@ -51,6 +51,7 @@ Depends: ceph-common (>= 0.48),
libspice-server1 (>= 0.14.0~),
libusb-1.0-0 (>= 1.0.17-1),
libusbredirparser1 (>= 0.6-2),
vitastor-client (>= 0.9.4),
libuuid1,
${misc:Depends},
${shlibs:Depends},

File diff suppressed because it is too large Load Diff

View File

@@ -66,3 +66,4 @@ pve/0057-block-zeroinit-support-using-as-blockdev-driver.patch
pve/0058-block-alloc-track-support-using-as-blockdev-driver.patch
pve/0059-block-qapi-include-child-references-in-block-device-.patch
pve/0060-savevm-async-reuse-migration-blocker-check-for-snaps.patch
pve-qemu-10.0-vitastor.patch