blob: ee321366637ca327fc127602935d8dc7d8a06353 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
files: 0.903
device: 0.699
network: 0.512
performance: 0.387
socket: 0.319
semantic: 0.306
PID: 0.290
vnc: 0.243
graphic: 0.242
boot: 0.184
other: 0.160
permissions: 0.153
KVM: 0.136
debug: 0.093
qemu-nbd -l and -s options don't work together
When using qemu-nbd with -l to load a snapshot along with -s to create new active layer the tool fails to find the snapshot specified on the command line:
For example the following does not work:
sudo qemu-nbd -s --load-snapshot=files --connect /dev/nbd0 rootfs.qcow2
Failed to load snapshot: Can't find snapshot
However, the following option works
sudo qemu-nbd -s --connect /dev/nbd0 rootfs.qcow2
and so does
sudo qemu-nbd --load-snapshot=files --connect /dev/nbd0 rootfs.qcow2
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/159
|