Hi,
virsh # listId Name State----------------------------------14366 instance-00000078 runningvirsh # console 14366Connected to domain instance-00000078Escape character is ^]
[root@localhost libvirt]# cat /cgroup/devices/libvirt/lxc/instance-0000007a/devices.listc 1:3 rwmc 1:5 rwmc 1:7 rwmc 1:8 rwmc 1:9 rwmc 5:0 rwmc 5:2 rwmc 136:* rwm
* (g) for container guest OS* (h) for host OS* NOTE: Ubuntu guest os are generated by lxc-create -t ubuntu, which is an Ubuntu 12.04 based lxc template.CentOS guest os are handcrafted by myself, taking reference of http://wiki.1tux.org/wiki/Lxc/Installation/Guest/Centos/6
- Ubuntu (g) launched by lxc-start on Ubuntu 12.04 host, console works
- Ubuntu (g) launched by OpenStack / libvirt on Ubuntu 12.04 host, console works
- Ubuntu (g) launched by OpenStack / libvirt on CentOS 6.3 host, console NOT works
- CentOS (g) launched by lxc-start on Ubuntu 12.04 host, console works
- CentOS (g) launched by OpenStack / libvirt on Ubuntu12.04 host, console NOT works
- CentOS (g) launched by OpenStack / libvirt on CentOS 6.3 host, console NOT works