search for: lxc2

Displaying 6 results from an estimated 6 matches for "lxc2".

Did you mean: lxc
2013 Jul 28
10
btrfs qgroup assign -> "ERROR: bad relation requested"
...ies. However, I fail to understand how this feature should work, and I''m getting "ERROR: bad relation requested": # btrfs sub create test1 Create subvolume ''./test1'' # btrfs sub create test2 Create subvolume ''./test2'' # btrfs sub list /mnt/lxc2 | grep test ID 1177 gen 85131 top level 5 path test1 ID 1178 gen 85132 top level 5 path test2 # btrfs qgroup show /mnt/lxc2 0/1177 4096 4096 0/1178 4096 4096 # btrfs qgroup assign 1177 1178 /mnt/lx2 ERROR: bad relation requested ''/mnt/lx2'' Could anyone give examples of proper...
2014 Jan 16
3
Re: If it's possible for a third-party PCIe card to be shared by multiple containers
...follows: 1) x8 Gen3, 8Gb/s per lane/direction 2) MSI and legacy interrupt support 3) Scatter-gather packet DMA engine provide by Northwest Logic We hope multiple Linux Containers to access the PCIe card in time division mode, for example, during slot 1, lxc1 read/write the PCIe card; during slot 2, lxc2 read/write the PCIe card. Taking reading operation (data flows from PCIe card to host memory) as example, in native mode, the PCIe driver should tell PCIe card the host memory address where to store the incoming data from PCIe card. With this address, the PCIe card will transmit the data to host me...
2014 Jan 16
0
Re: If it's possible for a third-party PCIe card to be shared by multiple containers
...Gen3, 8Gb/s per lane/direction > 2) MSI and legacy interrupt support > 3) Scatter-gather packet DMA engine provide by Northwest Logic > We hope multiple Linux Containers to access the PCIe card in time division mode, for example, during slot 1, lxc1 read/write the PCIe card; during slot 2, lxc2 read/write the PCIe card. > Taking reading operation (data flows from PCIe card to host memory) as example, in native mode, the PCIe driver should tell PCIe card the host memory address where to store the incoming data from PCIe card. With this address, the PCIe card will transmit the data to ho...
2014 Jan 23
1
Re: If it's possible for a third-party PCIe card to be shared by multiple containers
...en3, 8Gb/s per lane/direction > 2) MSI and legacy interrupt support > 3) Scatter-gather packet DMA engine provide by Northwest Logic We hope > multiple Linux Containers to access the PCIe card in time division mode, for example, during slot 1, lxc1 read/write the PCIe card; during slot 2, lxc2 read/write the PCIe card. > Taking reading operation (data flows from PCIe card to host memory) as example, in native mode, the PCIe driver should tell PCIe card the host memory address where to store the incoming data from PCIe card. With this address, the PCIe card will transmit the data to ho...
2013 Jul 15
2
Hotplug of disk devices in LXC failed with libvirt of version 1.0.2
...1.0.2-0ubuntu11 library for interfacing with different virtualization systems ii python-libvirt 1.0.2-0ubuntu11 libvirt Python bindings And in this lxc vm, through dmesg the following information can be seen: ubuntu@lxc2:~$ dmesg [433287.227288] type=1400 audit(1373874475.861:55): apparmor="DENIED" operation="mknod" info="Failed name lookup" error=-13 parent=1 profile="/usr/sbin/libvirtd" name="dev/sdb" pid=1541 comm="libvirtd" requested_mask="c"...
2014 Jan 15
2
If it's possible for a third-party PCIe card to be shared by multiple containers
Dear all, I have a thirty-party PCIe card in my host which can work properly in native mode. I wonder if this card can be shared by multiple containers. As far as the network interface is concerned, too many efforts have been made for it. Two dedicated cgroup resource schedulers/subsystem(net_cls, net_prio) have been provided at the kernel level, and libvirt has also done a lot of work on