Your message dated Tue, 29 Dec 2020 15:35:39 +0000
with message-id <[email protected]>
and subject line Bug#942244: fixed in xen-tools 4.9-1
has caused the Debian Bug report #942244,
regarding xen-tools: xen-create-image does not work with lvm_thin
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
942244: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=942244
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: xen-tools
Version: 4.8-1
Severity: normal
Tags: patch
Dear Maintainer,
I have been using xen-create-image and LVM as the backing for the
disks for a long time. Now I have made a LVM ThinPool and was glad to
find support for that in xen-tools. However it fails to work due to
the name of the VG is specifed on the cmd-line for the lvcreate
command and it should not be that way when a ThinPool is used.
I have fixed the xen-create-image command on my machine and it works
with both regular LVM and LVM with ThinPool on my setup. See the patch
included in this report for the details on what I did.
-- System Information:
Debian Release: 10.1
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 4.19.0-6-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8),
LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
Versions of packages xen-tools depends on:
ii debootstrap 1.0.114
ii libconfig-inifiles-perl 3.000001-1
ii libdata-validate-domain-perl 0.10-1
ii libdata-validate-ip-perl 0.27-1
ii libdata-validate-uri-perl 0.07-1
ii libfile-slurp-perl 9999.26-1
ii libfile-which-perl 1.23-1
ii libsort-versions-perl 1.62-1
ii libterm-ui-perl 0.46-1
ii libtext-template-perl 1.55-1
ii openssh-client 1:7.9p1-10+deb10u1
ii perl 5.28.1-6
Versions of packages xen-tools recommends:
ii debian-archive-keyring 2019.1
ii e2fsprogs 1.44.5-1+deb10u2
pn libexpect-perl <none>
ii lvm2 2.03.02-3
pn rinse <none>
ii ubuntu-keyring [ubuntu-archive-keyring] 2018.09.18.1-5
ii xen-hypervisor-4.11-amd64 [xen-hypervisor] 4.11.1+92-g6c33308a8d-2
ii xen-utils-4.11 [xen-utils] 4.11.1+92-g6c33308a8d-2
Versions of packages xen-tools suggests:
pn btrfs-progs | btrfs-tools <none>
pn cfengine2 <none>
ii grub-xen-host 2.02+dfsg1-20
pn reiserfsprogs <none>
pn xfsprogs <none>
-- Configuration Files:
/etc/xen-tools/xen-tools.conf changed [not included]
/etc/xen-tools/xm.tmpl changed [not included]
-- no debconf information
--- /usr/bin/xen-create-image~ 2019-02-09 01:56:51.000000000 +0100
+++ /usr/bin/xen-create-image 2019-10-12 21:33:07.000000000 +0200
@@ -3224,12 +3224,11 @@
# The commands to create the volume.
#
my $disk_cmd =
- "lvcreate $CONFIG{'lvm'} ".
- ($lvm_needs_yes ? '--yes' : '').
- ' '.
+ "lvcreate ".
+ ($lvm_needs_yes ? '--yes ' : '').
($CONFIG{ 'lvm_thin' } ?
"-T $CONFIG{'lvm'}/$CONFIG{'lvm_thin'} -V" :
- '-L').
+ "$CONFIG{'lvm'} -L").
" $partition->{'size'} -n $disk";
#
--- End Message ---
--- Begin Message ---
Source: xen-tools
Source-Version: 4.9-1
Done: Axel Beckert <[email protected]>
We believe that the bug you reported is fixed in the latest version of
xen-tools, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Axel Beckert <[email protected]> (supplier of updated xen-tools package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Tue, 29 Dec 2020 12:19:51 +0100
Source: xen-tools
Architecture: source
Version: 4.9-1
Distribution: unstable
Urgency: medium
Maintainer: Axel Beckert <[email protected]>
Changed-By: Axel Beckert <[email protected]>
Closes: 815021 942244 972749
Changes:
xen-tools (4.9-1) unstable; urgency=medium
.
* New upstream bugfix and minor feature release.
+ Mark Debian 7 Wheezy and 8 Jessie as EoL.
+ Update list of Ubuntu and Debian releases.
+ distributions.conf: Fix typo in release name of future Debian 12
release (bookwork → bookworm).
+ Actually install xen-resize-guest tool. (Thanks lintian for the
spare-manual-page warning!)
+ Distinguish between those Debian releases using $dist/updates for
security updates and those who use $dist-security. Thanks Paul Wise!
(Closes: #972749)
- Add test for this; needs libtest-file-contents-perl as build-dep.
+ Fix support for lvm_thin. Thanks to Andreas Sundstrom for the bug
report and patch! (Closes: #942244)
+ Mount /proc and /dev before calling update-grub. Thanks to Brandon
Bradley for the bug report and patch. (Closes: #815021)
+ Add Debian install rules for arm64. (GH #62; patch by Ian McLinden)
+ Add netplan p2p support for Ubuntu. (GH #58; patch by Volker Janzen)
+ Fix storage commandline options not overriding xen-tools.conf
settings also in xen-update-image and xen-delete-image. (GH #57;
patch by Volker Janzen)
+ partitions/sample-server: Change options=sync to
options=defaults. (GL MR !1; patch by Wolfgang Karall)
+ Start all Debian releases since Stretch (9) with pygrub by default.
.
* Recommend deboootstrap ≥ 1.0.117~ for working bootstrapping of Ubuntu
6.06 Dapper and 6.10 Edgy (see #659360) and for support of Ubuntu
17.10 Artful, 18.04 LTS Bionic, 18.10 Cosmic, 19.04 Disco, 19.10 Eoan,
and 20.04 Focal.
* Fix non-RFC-conforming four-letter day of week abbreviations in
ancient debian/changelog entries.
* Bump debian/watch version from 3 to 4. Thanks Lintian!
* Bump debhelper compatibility level to 13.
+ Build-depend on "debhelper-compat (= 13)" to replace debian/compat.
* Declare compliance with Debian Policy 4.5.1. (No changes required.)
* Adapt distributions.conf defaults to the fact that Debian Unstable
still ships Ubuntu keyrings as of 2018, see #978438.
Checksums-Sha1:
97e42ae31a49b32806f9cf2940a49194d182c7ed 2483 xen-tools_4.9-1.dsc
906fb4e1c3ffdbf0080702bc8e791b99c690a0d8 273045 xen-tools_4.9.orig.tar.gz
7002f5d4516ad0bdd6c4ebe7746bece0acb98974 833 xen-tools_4.9.orig.tar.gz.asc
d3d60744b14fd2767922af94927965a614773b13 27852 xen-tools_4.9-1.debian.tar.xz
848560965c0e436c27923a58908d23bdef1d70aa 14066 xen-tools_4.9-1_source.buildinfo
Checksums-Sha256:
429117b61eff4af9f8025b5bb5cf7a898e0b4e4fef016a4ed86890c1dd728a57 2483
xen-tools_4.9-1.dsc
b8caa5c543d6bd914d9c8fb22ca904997d97206c93e8a661ff787b906953a8d2 273045
xen-tools_4.9.orig.tar.gz
4e02a82a549a3ab1e2b76955b34eec0eb4f46b1fdf57639c7f2c5fc063d437df 833
xen-tools_4.9.orig.tar.gz.asc
a5936afc790c8d48564d8c41656be5e03dff523482af72584995c0ffb6990f56 27852
xen-tools_4.9-1.debian.tar.xz
40501f227f85c16ab4431a1d5ab4805b3cfe4b1788a3d4a989e4cb937087312c 14066
xen-tools_4.9-1_source.buildinfo
Files:
51ed526c6dfc1da38fa6ee36ae785e50 2483 utils optional xen-tools_4.9-1.dsc
145bb4ce09de367a10abab86eaf639a5 273045 utils optional
xen-tools_4.9.orig.tar.gz
2a34a608f53ac6cf42fcb709d241e1e3 833 utils optional
xen-tools_4.9.orig.tar.gz.asc
751dc505f17fed44ca764323dc051164 27852 utils optional
xen-tools_4.9-1.debian.tar.xz
0f829ea22360f00106739ce04b46a5fc 14066 utils optional
xen-tools_4.9-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEERoyJeTtCmBnp12Ema+Zjx1o1yXUFAl/rEyYACgkQa+Zjx1o1
yXW/8w//T8/IY3fGvBO1mNavxFesAciPnTHUrjEqgdIRMRtlxeFepRJDZHxoX9vC
K14S8dKfvD+Ebk+AgsvcFnlTz9BW10sbuMIKk+FaDB/WnBuj/ZRhrbzKqjRinRZ4
21o6STzcpnWfw9l1tK6Z0mw7ajNYDQ33ubeFiLOz9/meqx8/B0jOLrMF/3UMpkH+
T/R85FwIX6LrrU2R2wi5Q/E2wFO0vE6FFnn3aJhRV3HwWjbmOlSk+KqKpOOYdZXC
UyK/7qVH71P38jsyCiPeEv4XP9PihmYrodkqZScs4OYKsRwSsG+b30eIpcpJuS0U
scIaYlwYZ6nw9RkaqC8CZhFyUcjeUHGCNyWyI5AYt9BHMq8D0B6qI0jDUgt4bqMc
m0qE7/QZBDPDvQAJZeThctd88dPi/9Zcb225sVFRbqcHZ7OBAdXrtU8+xuaa4DPZ
0tSbRKu4rTiiM7N1nWExUp9jQiufrIFIXcmmvhIBEDy3XqcM3kvWnUvBnuRiooSf
fLkxrWHhjRxFX88ED+vUc5mHUwimAp8B53rA9M5ypiJne0bU1O3Jgd5KU2xFAFRR
7+B93oPyK3jGhAOsYzhmkB3u8vBfcProGJwK6EdQ73YRB/bXQvNqvJQJkCC5caYZ
RjsSy3IeQL0So0LB27cKtj3vMaPef/cc5Z/3GO6FSWjXCP5BQBI=
=0tXB
-----END PGP SIGNATURE-----
--- End Message ---