-
-
Notifications
You must be signed in to change notification settings - Fork 225
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setting the openfga properties breaks incus admin init --preseed #341
Comments
Can you look for a stack trace in your |
here are the logs: root@incus:~# journalctl -u incus
dez 29 07:29:07 incus systemd[1]: Starting incus.service - Incus - Daemon...
dez 29 07:29:07 incus incusd[6282]: time="2023-12-29T07:29:07Z" level=warning msg=" - Couldn't find the CGroup hugetlb controller, hugepage limits will be ignored"
dez 29 07:29:07 incus incusd[6282]: time="2023-12-29T07:29:07Z" level=warning msg=" - Couldn't find the CGroup network priority controller, per-instance network priority will be ignored. Please use p>
dez 29 07:29:08 incus systemd[1]: Started incus.service - Incus - Daemon.
root@incus:~# PS after enabling
PPS translating the
|
Thanks, that should make it easy to fix! |
@rgl could you share the full preseed file? I've tried with your snippet as well as a similar snippet also including a storage pool definition, but this doesn't trigger the crash. |
Oops, I missed that link earlier, sorry :) |
Got the fault reproduced here. |
Closes lxc#341 Signed-off-by: Stéphane Graber <[email protected]>
Required information
Linux incus 6.1.0-16-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.67-1 (2023-12-12) x86_64 GNU/Linux
Issue description
Setting the openfga properties as (full example at https://github.com/rgl/incus-playground/blob/main/provision-incus.sh#L124-L133):
breaks
incus admin init --preseed
with the error:Please note that configuring the openfga properties after the initial
incus admin init --preseed
works fine.Steps to reproduce
incus admin init --preseed
time set the openfga properties as described in this issue description.Information to attach
dmesg
)incus info NAME --show-log
)incus config show NAME --expanded
)incus monitor --pretty
while reproducing the issue)The text was updated successfully, but these errors were encountered: