Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 679251 Details for
Bug 758872
app-emulation/libvirt-6.10.0: libvirt_lxc container fail to start - incompatible with sys-apps/systemd[cgroup-hybrid]
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
(almost) minimal lxc xml config demonstrating the problem
test.xml (text/xml), 1.02 KB, created by
Matthias Maier
on 2020-12-22 22:23:18 UTC
(
hide
)
Description:
(almost) minimal lxc xml config demonstrating the problem
Filename:
MIME Type:
Creator:
Matthias Maier
Created:
2020-12-22 22:23:18 UTC
Size:
1.02 KB
patch
obsolete
><domain type='lxc'> > <name>test</name> > <uuid>74b89288-3d00-4762-8fc8-98aa5bd4a0b9</uuid> > <memory unit='KiB'>30000000</memory> > <currentMemory unit='KiB'>30000000</currentMemory> > <vcpu placement='static'>8</vcpu> > <resource> > <partition>/machine</partition> > </resource> > <os> > <type arch='i686'>exe</type> > <init>/usr/lib/systemd/systemd</init> > </os> > <idmap> > <uid start='0' target='1000000' count='100000'/> > <gid start='0' target='1000000' count='100000'/> > </idmap> > <clock offset='utc'/> > <on_poweroff>destroy</on_poweroff> > <on_reboot>restart</on_reboot> > <on_crash>restart</on_crash> > <devices> > <emulator>/usr/libexec/libvirt_lxc</emulator> > <filesystem type='mount' accessmode='passthrough'> > <source dir='/srv/container/test'/> > <target dir='/'/> > </filesystem> > <interface type='bridge'> > <mac address='52:54:00:e1:54:fb'/> > <source bridge='br0'/> > </interface> > <console type='pty'> > <target type='lxc' port='0'/> > </console> > </devices> ></domain> >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 758872
: 679251 |
679254