[linux-azure][hibernation] ]VM hangs after hibernation/resume if the VM has SRIOV NIC and has been deallocated
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
linux-azure (Ubuntu) |
Invalid
|
Undecided
|
Marcelo Cerri | ||
Focal |
Fix Committed
|
Medium
|
Unassigned | ||
Groovy |
Invalid
|
Undecided
|
Unassigned |
Bug Description
[Impact]
Description of problem:
On Azure, if the VM is Stopped(
This happens to the latest stable release of the linux-azure 5.4.0-1023.23 kernel and the latest mainline linux kernel.
[Test Case]
How reproducible:
100%
Steps to Reproduce:
1. Start a VM in Azure that supports Accelerated Networking, and enable hibernation properly (please refer to https:/
2. Do hibernation from serial console
# systemctl hibernate
4. After the VM state changes to "Stopped", click "Stop" button from Azure portal to change the VM state to Stopped(
5. Wait for some time (e.g. 10 minutes? 1 hour?), and click the "Start" button to start the VM, and then check the boot-up process from the serial console.
Actual results:
Can not boot up. VM hangs after resume.
Starting Resume from hibernation us…6c7-
[ 19.822747] PM: resume from hibernation
[ 19.836693] Freezing user space processes ... (elapsed 0.003 seconds) done.
[ 19.846968] OOM killer disabled.
[ 19.850236] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
[ 20.542934] PM: Using 1 thread(s) for decompression
[ 20.548250] PM: Loading and decompressing image data (559580 pages)...
[ 22.844964] PM: Image loading progress: 0%
[ 28.131327] PM: Image loading progress: 10%
[ 32.346480] PM: Image loading progress: 20%
[ 37.453971] PM: Image loading progress: 30%
[ 40.834525] PM: Image loading progress: 40%
[ 42.980629] PM: Image loading progress: 50%
[ 44.342959] PM: Image loading progress: 60%
[ 45.506197] PM: Image loading progress: 70%
[ 46.800445] PM: Image loading progress: 80%
[ 48.010185] PM: Image loading progress: 90%
[ 49.045671] PM: Image loading done
[ 49.050419] PM: Read 2238320 kbytes in 28.48 seconds (78.59 MB/s)
[ 49.074198] printk: Suspending console(s) (use no_console_suspend to debug)
(The VM hangs here forever)
[Regression Potential]
The fix touches vmbus and can compromise the hyper-v guest drivers. However the change is simple and just adds an additional timeout.
[Other info]
BUG FIX:
A workaround patch is available and is being reviewed: https:/
description: | updated |
Changed in linux-azure (Ubuntu Focal): | |
importance: | Undecided → Medium |
Changed in linux-azure (Ubuntu): | |
status: | New → Invalid |
Changed in linux-azure (Ubuntu Focal): | |
status: | In Progress → Fix Committed |
The fix is in the mainline kernel now: /git.kernel. org/pub/ scm/linux/ kernel/ git/torvalds/ linux.git/ commit/ ?id=19873eec7e1 3fda140a0ebc75d 6664e57c00bfb1
https:/