Stéphane Graber
Stéphane Graber
@monstermunchkin with your current branch, using plain sriov which you said works fine, I'm getting: ``` root@lantea:~# lxc start u1 root@lantea:~# lxc start v1 Error: Failed to start device "ib0":...
jenkins: test this please
Great! I assigned it to you.
This should be easy enough to sort out. This would effectively behave like a `unix-block` device and so would require `path` to be set so we know what path to...
So the fact that LXD attempts the migration is normal. We never try to guess the disk space and instead just go ahead and if we're going to hit ENOSPC,...
Not trivially until we have per-container storage. What I typically do is have a path on my host which is encrypted (usually using LUKS) and that I then bind-mount into...
You may be able to use ecryptfs from inside the container, that or if you're running on the Ubuntu 4.4 kernel, you may be able to turn on unprivileged fuse...
Been thinking a bit about this issue lately. In theory we could do something with: - zfs (native encryption on 0.8) - dir (for ext4 using fscrypt) - lvm (luks)...
@felix-engelmann `?target` for networks and storage-pools is supported and lets you create/set the host-specific config ahead of adding a network or storage-pool globally. That's why you usually need to create...
Which @tych0 did yesterday.