Skip to content

Commit f353adf

Browse files
authored
M #-: Add Debian Libvirt/Apparmor entry to known issues (#502)
- [ ] one-7.0
1 parent fd2926a commit f353adf

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

content/software/release_information/release_notes_70/known_issues.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ OpenNebula uses the `cirrus` graphical adapter for KVM Virtual Machines by defau
5454

5555
## Backups - Veeam
5656

57-
- If the backup chain is deleted in OpenNebula and an incremental is attempted from Veeam, the data may be corrupt, so a manual Full Backup is needed from Veeam, otherwise the incremental data will be missing.
57+
- If the backup chain is deleted in OpenNebula and an incremental is attempted from Veeam, the data may be corrupt, so a manual Full Backup is needed from Veeam, otherwise the incremental data will be missing.
5858
- After performing a backup using Veeam VNC may stop working for the backed up VM and some configuration attributes may be lost. If facing this issue, please apply the following change to the ``/usr/lib/one/ovirtapi-server/controllers/backup_controller.rb`` file in the backup server at lines ~247-251 (the 2 ``vm.updateconf`` calls need the ``true`` statement at the end). Then, restart the apache2/httpd service:
5959

6060
```ruby
@@ -69,6 +69,8 @@ else
6969

7070
- In LVM environments, VM restores may fail to deploy if the restored VM is scheduled in the same host as the original VM (and the original is still deployed). To fix this, apply the following change to the ``/usr/lib/one/ovirtapi-server/controllers/vm_controller.rb`` file in the backup server at lines ~800. Then, restart the apache2/httpd service:
7171

72+
- Incremental backups fail on Debian 12/13 due to a Libvirt bug that blocks blockcommit via AppArmor. Until upstream fixes it, the workaround is to disable AppArmor in Libvirt’s qemu.conf
73+
7274
```ruby
7375
...
7476
xml_element.delete_element('TEMPLATE/NIC')

0 commit comments

Comments
 (0)