Compare commits
1 Commits
master
...
v8.1.5-2+v
Author | SHA1 | Date |
---|---|---|
Vitaliy Filippov | a6885c7d11 |
2
Makefile
2
Makefile
|
@ -56,7 +56,7 @@ $(BUILDDIR): submodule
|
||||||
deb kvm: $(DEBS)
|
deb kvm: $(DEBS)
|
||||||
$(DEB_DBG): $(DEB)
|
$(DEB_DBG): $(DEB)
|
||||||
$(DEB): $(BUILDDIR)
|
$(DEB): $(BUILDDIR)
|
||||||
cd $(BUILDDIR); dpkg-buildpackage -b -us -uc -j
|
cd $(BUILDDIR); dpkg-buildpackage -b -us -uc -j32
|
||||||
lintian $(DEBS)
|
lintian $(DEBS)
|
||||||
|
|
||||||
sbuild: $(DSC)
|
sbuild: $(DSC)
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
pve-qemu-kvm (8.1.5-2+vitastor1) bookworm; urgency=medium
|
||||||
|
|
||||||
|
* Add Vitastor support
|
||||||
|
|
||||||
|
-- Vitaliy Filippov <vitalif@yourcmc.ru> Wed, 07 Feb 2024 01:11:00 +0300
|
||||||
|
|
||||||
pve-qemu-kvm (8.1.5-2) bookworm; urgency=medium
|
pve-qemu-kvm (8.1.5-2) bookworm; urgency=medium
|
||||||
|
|
||||||
* work around for a situation where guest IO might get stuck, if the VM is
|
* work around for a situation where guest IO might get stuck, if the VM is
|
||||||
|
|
|
@ -59,6 +59,7 @@ Depends: ceph-common (>= 0.48),
|
||||||
libspice-server1 (>= 0.14.0~),
|
libspice-server1 (>= 0.14.0~),
|
||||||
libusb-1.0-0 (>= 1.0.17-1),
|
libusb-1.0-0 (>= 1.0.17-1),
|
||||||
libusbredirparser1 (>= 0.6-2),
|
libusbredirparser1 (>= 0.6-2),
|
||||||
|
vitastor-client (>= 0.9.4),
|
||||||
libuuid1,
|
libuuid1,
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
${shlibs:Depends},
|
${shlibs:Depends},
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -60,3 +60,4 @@ pve/0042-Revert-block-rbd-implement-bdrv_co_block_status.patch
|
||||||
pve/0043-alloc-track-fix-deadlock-during-drop.patch
|
pve/0043-alloc-track-fix-deadlock-during-drop.patch
|
||||||
pve/0044-migration-for-snapshots-hold-the-BQL-during-setup-ca.patch
|
pve/0044-migration-for-snapshots-hold-the-BQL-during-setup-ca.patch
|
||||||
pve/0045-savevm-async-don-t-hold-BQL-during-setup.patch
|
pve/0045-savevm-async-don-t-hold-BQL-during-setup.patch
|
||||||
|
pve-qemu-8.1-vitastor.patch
|
||||||
|
|
Loading…
Reference in New Issue