qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Bug 1913969] [NEW] unable to migrate non shared storage when TLS is used
@ 2021-01-31 21:56 Vjaceslavs Klimovs
  2021-05-12 18:02 ` [Bug 1913969] " Thomas Huth
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Vjaceslavs Klimovs @ 2021-01-31 21:56 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

Operating system: Gentoo
Architecture: x86_64
kernel version: 5.4.72, 5.10.11
libvirt version: at least 6.9.0, 6.10.0, 7.0.0
Hypervisor and version: qemu 5.1.0, 5.2.0

With software versions described above and following configurations:
libvirt:
key_file = "/etc/ssl/libvirt/server.lan.key"
cert_file = "/etc/ssl/libvirt/server.lan.crt"
ca_file = "/etc/ssl/libvirt/ca.crt"
log_filters="3:remote 4:event 3:util.json 3:rpc 1:*"
log_outputs="1:file:/var/log/libvirt/libvirtd.log"
qemu:
default_tls_x509_cert_dir = "/etc/ssl/qemu"
default_tls_x509_verify = 1
migration with tls:
virsh # migrate vm1 qemu+tls://server2.lan/system --persistent --undefinesource --copy-storage-all --verbose --tls
never succeeds. Progress stops typically at high progress amounts (95%-98%), and network traffic drastically drops as well (from 1 gbps+ to nothing). domjobinfo progress also stops. Without --tls migrations succeed without issues without any other changes to hosts or configurations.

Note: I reported this originally as libvirt bug:
https://gitlab.com/libvirt/libvirt/-/issues/108.

** Affects: qemu
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1913969

Title:
  unable to migrate non shared storage when TLS is used

Status in QEMU:
  New

Bug description:
  Operating system: Gentoo
  Architecture: x86_64
  kernel version: 5.4.72, 5.10.11
  libvirt version: at least 6.9.0, 6.10.0, 7.0.0
  Hypervisor and version: qemu 5.1.0, 5.2.0

  With software versions described above and following configurations:
  libvirt:
  key_file = "/etc/ssl/libvirt/server.lan.key"
  cert_file = "/etc/ssl/libvirt/server.lan.crt"
  ca_file = "/etc/ssl/libvirt/ca.crt"
  log_filters="3:remote 4:event 3:util.json 3:rpc 1:*"
  log_outputs="1:file:/var/log/libvirt/libvirtd.log"
  qemu:
  default_tls_x509_cert_dir = "/etc/ssl/qemu"
  default_tls_x509_verify = 1
  migration with tls:
  virsh # migrate vm1 qemu+tls://server2.lan/system --persistent --undefinesource --copy-storage-all --verbose --tls
  never succeeds. Progress stops typically at high progress amounts (95%-98%), and network traffic drastically drops as well (from 1 gbps+ to nothing). domjobinfo progress also stops. Without --tls migrations succeed without issues without any other changes to hosts or configurations.

  Note: I reported this originally as libvirt bug:
  https://gitlab.com/libvirt/libvirt/-/issues/108.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1913969/+subscriptions


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug 1913969] Re: unable to migrate non shared storage when TLS is used
  2021-01-31 21:56 [Bug 1913969] [NEW] unable to migrate non shared storage when TLS is used Vjaceslavs Klimovs
@ 2021-05-12 18:02 ` Thomas Huth
  2021-05-12 20:22 ` Vjaceslavs Klimovs
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Thomas Huth @ 2021-05-12 18:02 UTC (permalink / raw)
  To: qemu-devel

The QEMU project is currently moving its bug tracking to another system.
For this we need to know which bugs are still valid and which could be
closed already. Thus we are setting the bug state to "Incomplete" now.

If the bug has already been fixed in the latest upstream version of QEMU,
then please close this ticket as "Fix released".

If it is not fixed yet and you think that this bug report here is still
valid, then you have two options:

1) If you already have an account on gitlab.com, please open a new ticket
for this problem in our new tracker here:

    https://gitlab.com/qemu-project/qemu/-/issues

and then close this ticket here on Launchpad (or let it expire auto-
matically after 60 days). Please mention the URL of this bug ticket on
Launchpad in the new ticket on GitLab.

2) If you don't have an account on gitlab.com and don't intend to get
one, but still would like to keep this ticket opened, then please switch
the state back to "New" or "Confirmed" within the next 60 days (other-
wise it will get closed as "Expired"). We will then eventually migrate
the ticket automatically to the new system (but you won't be the reporter
of the bug in the new system and thus you won't get notified on changes
anymore).

Thank you and sorry for the inconvenience.


** Changed in: qemu
       Status: New => Incomplete

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1913969

Title:
  unable to migrate non shared storage when TLS is used

Status in QEMU:
  Incomplete

Bug description:
  Operating system: Gentoo
  Architecture: x86_64
  kernel version: 5.4.72, 5.10.11
  libvirt version: at least 6.9.0, 6.10.0, 7.0.0
  Hypervisor and version: qemu 5.1.0, 5.2.0

  With software versions described above and following configurations:
  libvirt:
  key_file = "/etc/ssl/libvirt/server.lan.key"
  cert_file = "/etc/ssl/libvirt/server.lan.crt"
  ca_file = "/etc/ssl/libvirt/ca.crt"
  log_filters="3:remote 4:event 3:util.json 3:rpc 1:*"
  log_outputs="1:file:/var/log/libvirt/libvirtd.log"
  qemu:
  default_tls_x509_cert_dir = "/etc/ssl/qemu"
  default_tls_x509_verify = 1
  migration with tls:
  virsh # migrate vm1 qemu+tls://server2.lan/system --persistent --undefinesource --copy-storage-all --verbose --tls
  never succeeds. Progress stops typically at high progress amounts (95%-98%), and network traffic drastically drops as well (from 1 gbps+ to nothing). domjobinfo progress also stops. Without --tls migrations succeed without issues without any other changes to hosts or configurations.

  Note: I reported this originally as libvirt bug:
  https://gitlab.com/libvirt/libvirt/-/issues/108.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1913969/+subscriptions


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug 1913969] Re: unable to migrate non shared storage when TLS is used
  2021-01-31 21:56 [Bug 1913969] [NEW] unable to migrate non shared storage when TLS is used Vjaceslavs Klimovs
  2021-05-12 18:02 ` [Bug 1913969] " Thomas Huth
@ 2021-05-12 20:22 ` Vjaceslavs Klimovs
  2021-05-13  9:40 ` Dr. David Alan Gilbert
  2021-05-14 19:29 ` Thomas Huth
  3 siblings, 0 replies; 5+ messages in thread
From: Vjaceslavs Klimovs @ 2021-05-12 20:22 UTC (permalink / raw)
  To: qemu-devel

** Changed in: qemu
       Status: Incomplete => New

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1913969

Title:
  unable to migrate non shared storage when TLS is used

Status in QEMU:
  New

Bug description:
  Operating system: Gentoo
  Architecture: x86_64
  kernel version: 5.4.72, 5.10.11
  libvirt version: at least 6.9.0, 6.10.0, 7.0.0
  Hypervisor and version: qemu 5.1.0, 5.2.0

  With software versions described above and following configurations:
  libvirt:
  key_file = "/etc/ssl/libvirt/server.lan.key"
  cert_file = "/etc/ssl/libvirt/server.lan.crt"
  ca_file = "/etc/ssl/libvirt/ca.crt"
  log_filters="3:remote 4:event 3:util.json 3:rpc 1:*"
  log_outputs="1:file:/var/log/libvirt/libvirtd.log"
  qemu:
  default_tls_x509_cert_dir = "/etc/ssl/qemu"
  default_tls_x509_verify = 1
  migration with tls:
  virsh # migrate vm1 qemu+tls://server2.lan/system --persistent --undefinesource --copy-storage-all --verbose --tls
  never succeeds. Progress stops typically at high progress amounts (95%-98%), and network traffic drastically drops as well (from 1 gbps+ to nothing). domjobinfo progress also stops. Without --tls migrations succeed without issues without any other changes to hosts or configurations.

  Note: I reported this originally as libvirt bug:
  https://gitlab.com/libvirt/libvirt/-/issues/108.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1913969/+subscriptions


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug 1913969] Re: unable to migrate non shared storage when TLS is used
  2021-01-31 21:56 [Bug 1913969] [NEW] unable to migrate non shared storage when TLS is used Vjaceslavs Klimovs
  2021-05-12 18:02 ` [Bug 1913969] " Thomas Huth
  2021-05-12 20:22 ` Vjaceslavs Klimovs
@ 2021-05-13  9:40 ` Dr. David Alan Gilbert
  2021-05-14 19:29 ` Thomas Huth
  3 siblings, 0 replies; 5+ messages in thread
From: Dr. David Alan Gilbert @ 2021-05-13  9:40 UTC (permalink / raw)
  To: qemu-devel

cc;ing in eblake
Eric: Following that libvirt issue it looks like it's block related; something weird happening where only some of the disks are syncing?

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1913969

Title:
  unable to migrate non shared storage when TLS is used

Status in QEMU:
  New

Bug description:
  Operating system: Gentoo
  Architecture: x86_64
  kernel version: 5.4.72, 5.10.11
  libvirt version: at least 6.9.0, 6.10.0, 7.0.0
  Hypervisor and version: qemu 5.1.0, 5.2.0

  With software versions described above and following configurations:
  libvirt:
  key_file = "/etc/ssl/libvirt/server.lan.key"
  cert_file = "/etc/ssl/libvirt/server.lan.crt"
  ca_file = "/etc/ssl/libvirt/ca.crt"
  log_filters="3:remote 4:event 3:util.json 3:rpc 1:*"
  log_outputs="1:file:/var/log/libvirt/libvirtd.log"
  qemu:
  default_tls_x509_cert_dir = "/etc/ssl/qemu"
  default_tls_x509_verify = 1
  migration with tls:
  virsh # migrate vm1 qemu+tls://server2.lan/system --persistent --undefinesource --copy-storage-all --verbose --tls
  never succeeds. Progress stops typically at high progress amounts (95%-98%), and network traffic drastically drops as well (from 1 gbps+ to nothing). domjobinfo progress also stops. Without --tls migrations succeed without issues without any other changes to hosts or configurations.

  Note: I reported this originally as libvirt bug:
  https://gitlab.com/libvirt/libvirt/-/issues/108.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1913969/+subscriptions


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug 1913969] Re: unable to migrate non shared storage when TLS is used
  2021-01-31 21:56 [Bug 1913969] [NEW] unable to migrate non shared storage when TLS is used Vjaceslavs Klimovs
                   ` (2 preceding siblings ...)
  2021-05-13  9:40 ` Dr. David Alan Gilbert
@ 2021-05-14 19:29 ` Thomas Huth
  3 siblings, 0 replies; 5+ messages in thread
From: Thomas Huth @ 2021-05-14 19:29 UTC (permalink / raw)
  To: qemu-devel

This is an automated cleanup. This bug report has been moved to QEMU's
new bug tracker on gitlab.com and thus gets marked as 'expired' now.
Please continue with the discussion here:

 https://gitlab.com/qemu-project/qemu/-/issues/310


** Changed in: qemu
       Status: New => Expired

** Bug watch added: gitlab.com/qemu-project/qemu/-/issues #310
   https://gitlab.com/qemu-project/qemu/-/issues/310

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1913969

Title:
  unable to migrate non shared storage when TLS is used

Status in QEMU:
  Expired

Bug description:
  Operating system: Gentoo
  Architecture: x86_64
  kernel version: 5.4.72, 5.10.11
  libvirt version: at least 6.9.0, 6.10.0, 7.0.0
  Hypervisor and version: qemu 5.1.0, 5.2.0

  With software versions described above and following configurations:
  libvirt:
  key_file = "/etc/ssl/libvirt/server.lan.key"
  cert_file = "/etc/ssl/libvirt/server.lan.crt"
  ca_file = "/etc/ssl/libvirt/ca.crt"
  log_filters="3:remote 4:event 3:util.json 3:rpc 1:*"
  log_outputs="1:file:/var/log/libvirt/libvirtd.log"
  qemu:
  default_tls_x509_cert_dir = "/etc/ssl/qemu"
  default_tls_x509_verify = 1
  migration with tls:
  virsh # migrate vm1 qemu+tls://server2.lan/system --persistent --undefinesource --copy-storage-all --verbose --tls
  never succeeds. Progress stops typically at high progress amounts (95%-98%), and network traffic drastically drops as well (from 1 gbps+ to nothing). domjobinfo progress also stops. Without --tls migrations succeed without issues without any other changes to hosts or configurations.

  Note: I reported this originally as libvirt bug:
  https://gitlab.com/libvirt/libvirt/-/issues/108.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1913969/+subscriptions


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-05-14 19:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-31 21:56 [Bug 1913969] [NEW] unable to migrate non shared storage when TLS is used Vjaceslavs Klimovs
2021-05-12 18:02 ` [Bug 1913969] " Thomas Huth
2021-05-12 20:22 ` Vjaceslavs Klimovs
2021-05-13  9:40 ` Dr. David Alan Gilbert
2021-05-14 19:29 ` Thomas Huth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).