Skip to content

Commit 39d6bcb

Browse files
dann1rsmontero
authored andcommitted
B OpenNebula/one#7391: Update known issues (#439)
(cherry picked from commit 4041e1e)
1 parent dc0c18a commit 39d6bcb

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

content/software/release_information/release_notes_70/known_issues.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,3 +87,13 @@ host:
8787
period: 2 # Number of minutes
8888
lookback: 60 # Look-back window in minutes for predictions
8989
```
90+
91+
## LinuxContainers marketplace
92+
93+
The appliances on this marketplace will fail [to boot](https://github.com/OpenNebula/one/issues/7391) when deployed on rhel10 like hosts. The parameter `lxc.apparmor.profile=unconfined` is what causes the issue and needs to be removed after the appliance is imported.
94+
95+
```
96+
RAW=[
97+
DATA="lxc.apparmor.profile=unconfined",
98+
TYPE="lxc" ]
99+
```

0 commit comments

Comments
 (0)