You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that xen-orchestra attempts to run vgchange -an on startup. In a privileged container, this might not work and cause startup to stall, leading to a HTTP 404 "Cannot Get /" error.
So for now, try to avoid running the container in privileged mode. For NFS mounts, cap_add: [SYS_ADMIN] should be sufficient.
The text was updated successfully, but these errors were encountered:
It seems that xen-orchestra attempts to run
vgchange -an
on startup. In a privileged container, this might not work and cause startup to stall, leading to a HTTP 404 "Cannot Get /" error.So for now, try to avoid running the container in privileged mode. For NFS mounts,
cap_add: [SYS_ADMIN]
should be sufficient.The text was updated successfully, but these errors were encountered: