ในกรณีของฉัน ปัญหาคือฉันมีไฟล์ในโฟลเดอร์ autostart และไม่มีลิงก์
root@kvm1630:/etc/libvirt/qemu # ls -l
-rw------- 1 รูท รูท 7982 févr 18 15:17 hebergement.xml
root@kvm1630:/etc/libvirt/qemu # ls -l autostart/
-rwx------ 1 รูท root 6195 avril 16 2021 hebergement.xml*
วิธีแก้ไข: ลบไฟล์และสร้างลิงก์สัญลักษณ์
root@kvm1630:/etc/libvirt/qemu # rm autostart/hebergement.xml
rm: ลบไฟล์ปกติ 'autostart/hebergement.xml' หรือไม่ ย
จากนั้นรันคำสั่งอีกครั้งเพื่อทำให้ VM เริ่มทำงานอัตโนมัติ:
root@kvm1630:/etc/libvirt/qemu # virsh autostart hebergement
โดเมน hebergement ทำเครื่องหมายเป็น autostarted
root@kvm1630:/etc/libvirt/qemu # ls -l autostart/
lrwxrwxrwx 1 รูท รูท 33 févr 18 15:49 hebergement.xml -> /etc/libvirt/qemu/hebergement.xml
ในที่สุดเราก็ตรวจสอบแล้วว่า VM นั้นเริ่มต้นอัตโนมัติจริงๆ
root@kvm1630:/etc/libvirt/qemu # virsh dominfo hebergement
รหัส: 9
ชื่อ: hebergement
UUID: 74590197-8b3a-4bed-95e6-653ce7c456af
ประเภทระบบปฏิบัติการ: hvm
รัฐ: กำลังทำงานอยู่
ซีพียู: 1
เวลา CPU: 6614,7 วินาที
หน่วยความจำสูงสุด: 8388608 KiB
หน่วยความจำที่ใช้: 8388608 KiB
ถาวร: ใช่
เริ่มอัตโนมัติ: เปิดใช้งาน
บันทึกที่มีการจัดการ: ไม่
รูปแบบความปลอดภัย: ไม่มี
ดอยความปลอดภัย: 0
FYI ฉันใช้ fi-backup สคริปต์ LibVirtKvm เพื่อสร้างสแน็ปช็อต VM ทุกชั่วโมง... ผลที่ตามมา: ไฟล์ xml คำจำกัดความของ VM มีการเปลี่ยนแปลงทุก ๆ ชั่วโมงดังนี้:
root@kvm1630:/etc/libvirt/qemu # colordiff hebergement.xml autostart/hebergement.xml
46,83c48
< <ไฟล์ต้นฉบับ='/var/lib/libvirt/images/hebergement.bimg-20220218-151710'/>
< <backingStore type='ไฟล์'>
< <ประเภทรูปแบบ='qcow2'/>
< <ไฟล์ต้นฉบับ='/var/lib/libvirt/images/hebergement.bimg-20220218-141710'/>
< <backingStore type='ไฟล์'>
< <ประเภทรูปแบบ='qcow2'/>
< <ไฟล์ต้นฉบับ='/var/lib/libvirt/images/hebergement.bimg-20220218-131710'/>
< <backingStore type='ไฟล์'>
< <ประเภทรูปแบบ='qcow2'/>
< <ไฟล์ต้นฉบับ='/var/lib/libvirt/images/hebergement.bimg-20220218-121709'/>
< <backingStore type='ไฟล์'>
< <ประเภทรูปแบบ='qcow2'/>
< <ไฟล์ต้นฉบับ='/var/lib/libvirt/images/hebergement.bimg-20220218-111709'/>
< <backingStore type='ไฟล์'>
< <ประเภทรูปแบบ='qcow2'/>
< <ไฟล์ต้นฉบับ='/var/lib/libvirt/images/hebergement.bimg-20220218-101711'/>
< <backingStore type='ไฟล์'>
< <ประเภทรูปแบบ='qcow2'/>
< <ไฟล์ต้นฉบับ='/var/lib/libvirt/images/hebergement.bimg-20220218-091738'/>
< <backingStore type='ไฟล์'>
< <ประเภทรูปแบบ='qcow2'/>
< <ไฟล์ต้นฉบับ='/var/lib/libvirt/images/hebergement.bimg-20220218-091200'/>
< <backingStore type='ไฟล์'>
< <ประเภทรูปแบบ='qcow2'/>
< <ไฟล์ต้นฉบับ='/var/lib/libvirt/images/hebergement.bimg-20220218-082151'/>
< <backingStore type='ไฟล์'>
< <ประเภทรูปแบบ='qcow2'/>
< <ไฟล์ต้นฉบับ='/var/lib/libvirt/images/hebergement.qcow2'/>
< <backingStore/>
< </backingStore>
< </backingStore>
< </backingStore>
< </backingStore>
< </backingStore>
< </backingStore>
< </backingStore>
< </backingStore>
< </backingStore>
---
> <ไฟล์ต้นฉบับ='/var/lib/libvirt/images/hebergement.bimg-20210415-011726'/>
หวังว่ามันจะช่วยได้
เออร์เนส