Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 335540 Details for
Bug 451584
app-emulation/libvirt-1.0.1 - does not start LXC VM
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to functionally revert df33ecdd
revert-df33ecdd.patch (text/plain), 1.49 KB, created by
eroen
on 2013-01-13 23:31:07 UTC
(
hide
)
Description:
Patch to functionally revert df33ecdd
Filename:
MIME Type:
Creator:
eroen
Created:
2013-01-13 23:31:07 UTC
Size:
1.49 KB
patch
obsolete
>revert df33ecdd > >From: eroen <eroen@occam.eroen.eu> > >mount fuse's meminfo file to container's /proc/meminfo > >we already have virtualize meminfo for container through fuse filesystem, >add function lxcContainerMountProcFuse to mount this meminfo file to >the container's /proc/meminfo. > >So we can isolate container's /proc/meminfo from host now. > >Signed-off-by: Gao feng <gaofeng@cn.fujitsu.com> >--- > src/lxc/lxc_container.c | 8 -------- > 1 file changed, 8 deletions(-) > >diff --git a/src/lxc/lxc_container.c b/src/lxc/lxc_container.c >index 9f22923..4cf328d 100644 >--- a/src/lxc/lxc_container.c >+++ b/src/lxc/lxc_container.c >@@ -1950,10 +1950,6 @@ static int lxcContainerSetupPivotRoot(virDomainDefPtr vmDef, > if (lxcContainerMountBasicFS(true, sec_mount_options) < 0) > goto cleanup; > >- /* Mounts /proc/meminfo etc sysinfo */ >- if (lxcContainerMountProcFuse(vmDef, "/.oldroot") < 0) >- goto cleanup; >- > /* Now we can re-mount the cgroups controllers in the > * same configuration as before */ > if (lxcContainerMountCGroups(mounts, nmounts, >@@ -2058,10 +2054,6 @@ static int lxcContainerSetupExtraMounts(virDomainDefPtr vmDef, > if (lxcContainerMountBasicFS(false, sec_mount_options) < 0) > goto cleanup; > >- /* Mounts /proc/meminfo etc sysinfo */ >- if (lxcContainerMountProcFuse(vmDef, NULL) < 0) >- goto cleanup; >- > /* Now we can re-mount the cgroups controllers in the > * same configuration as before */ > if (lxcContainerMountCGroups(mounts, nmounts,
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 451584
:
335540
|
335550
|
338022
|
338024
|
338026