Recent content by ohmer

  1. O

    CPU/RAM hot plugging with KVM

    Doesn't work anymore.. strange!
  2. O

    CPU/RAM hot plugging with KVM

    So my two examples are equivalents? 1 socket, 4 cores, undef vCpu == 1 socket, 16 cores, 4 vCPUs
  3. O

    CPU/RAM hot plugging with KVM

    Hello, I'm experimenting CPU and RAM hot plugging with KVM. I can add or remove RAM from a running VM. It works great! I have read that reducing RAM is not supposed to work, but all worked at the first try. Maybe I read outdated articles? (tested with proxmox 4.3, ubuntu 16.04 guest) I can...
  4. O

    [SOLVED] Space available/left on LVM-thin volume

    Don't know what was wrong, I see it today... probably PEBKAC :D
  5. O

    [SOLVED] Space available/left on LVM-thin volume

    Hello, Probably a dumb question... but I'm sure I was able to see the space used/left on my local LVM-thin storage on Proxmox 4.2 I don't see it anymore on 4.3. Is it me or it's missing?
  6. O

    unregister_netdevice error

    I switched to KVM. LXC is not fully ready to use in Proxmox I think, especially with ext4 filesystem. I wanted to use LXC container because of performances but in fact performances are currently better with KVM.
  7. O

    KVM live migration not supported with LVM-Thin?

    Hello, Still evaluating Proxmox. I now have two test boxes in a cluster. Tried to move a running VM to the other node (online migration) and seem like this is not supported? I was sure this is something supported. Online migration only work with shared storage?
  8. O

    Using Proxmox with ZFS

    Thanks for the answer! Then, ZFS is not suitable for us. I have no problem using ext4/LVM, but as you can see in this forum, there is a lot of reports of slow IO performance (because of barrier=1 I think). A job that take 8min19sec with LXC/ZFS take 22min25sec with LXC/ext4. I wouild...
  9. O

    Using Proxmox with ZFS

    Hello, I just reinstalled my testing PVE box with ZFS instead of ext4/LVM because of (very) low LXC IO performance. My test box have a single SATA HDD and a small SSD for caching (not setuped yet). This seem a lot better now, but I have some questions coming from a ZFS noob. When I installed...
  10. O

    LXC IO performance

    Didn't used ZFS. I have read that ZFS require a lot of RAM and preferred to keep the RAM for my containers. I'm still evaluating proxmox (I use if for years for my personal server, but first time I use it at work and first time with 4.x/LXC), so if my thinking is wrong, it's not too late to use...
  11. O

    LXC IO performance

    I'm using LVM-Thin with raw image for my LXC containers. Currently testing proxmox on a desktop PC with a single SATA drive, but the prod will be on SAS or SSD drives in RAID10 on a hw raid controller with battery. So, I understand this would be safe to use barrier=0. It's easy to change that...
  12. O

    unregister_netdevice error

    Hello, I have the same problem when I shutdown/stop then I start a container where I mounted a cifs share. The others containers continues to work, but the pct command hangs (even for a pct list). The web UI work but actions on containers just hang too. After 150-300 secondes (delay is not...
  13. O

    [SOLVED] No network when using custom AppArmor profile

    Hello, I'm trying to allow cifs mount inside one container. So I created a new file at /etc/apparmor.d/lxc/lxc-default-cifs with this contain: # Do not load this file. Rather, load /etc/apparmor.d/lxc-containers, which # will source all profiles under /etc/apparmor.d/lxc profile...
  14. O

    [SOLVED] Negative used memory

    Oh, I did an apt upgrade of my test box and this updated lxcfs to 2.0.2. A reboot later, the issue disappeared.