blob: 5c6f50111f9a67bb412debe5bacc9d8b6479e4a5 (
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
37
38
39
|
id = 1221
title = "qga return \"frozen\" when vm just been created from snapfile"
state = "opened"
created_at = "2022-09-20T03:11:58.849Z"
closed_at = "n/a"
labels = ["Guest Agent"]
url = "https://gitlab.com/qemu-project/qemu/-/issues/1221"
host-os = "n/a"
host-arch = "n/a"
qemu-version = "n/a"
guest-os = "n/a"
guest-arch = "n/a"
description = "n/a"
reproduce = """1. virsh create lisa.xml
Domain lisa created from lisa.xml
2. virsh domblklist lisa
vda /mnt/a/b/srv.qcow2
3. virsh snapshot-create-as lisa --disk-only --diskspec vda,file=/tmp/f1,snapfile=/tmp/sp1 --no-metadata --quiesce
Domain snapshot 20220919165217 created
4. virsh shutdown lisa
Domain lisa is being shutdown
5. modify lisa.xml: replace /mnt/a/b/srv/qcow2 with /tmp/sp1
6. virsh create lisa.xml
Domain lisa created from lisa.xml
7. virsh domblklist lisa
vda /tmp/sp1
8. virsh qemu-agent-command lisa '{"execute":"guest-fsfreeze-status"}'
{"return":"frozen"}
9. virsh snapshot-create-as lisa --disk-only --diskspec vda,file=/tmp/f2,snapfile=/tmp/sp2 --no-metadata --quiesce
error: internal error: unable to execute QEMU agent command 'guest-fsfreeze-freeze': The command guest-fsfreeze-freeze has been disabled for this instance"""
additional = """Is "frozen" a normal value in step8? If not, what's the best way to avoid this?"""
|