Search results

  1. L

    Podman on LXC with ZFS backed volume and Overlay

    Im curious, why need this. I have podman inside LXC and it works out of the box without any modification
  2. L

    Podman on LXC with ZFS backed volume and Overlay

    Sorry but I don't understand your purpose I have podman rootless inside LXC and it works with ZFS, for both mounpoint a directory or a datasheet
  3. L

    BUG: soft lockup

    Good to hear. Could you tell me the value of vm.swappiness and vm.vfs_cache_pressure in your system. Many thanks
  4. L

    BUG: soft lockup

    How about zRAM atm, I'm curious
  5. L

    [SOLVED] Migration from VM to CT, question about rootfs

    I just figure it out, a moderator confirmed that if using a ZFS Pool for rootfs it will use a subvolume, so no worries at all. Thank you for your guide, it's gonna save me some time :D
  6. L

    [SOLVED] Migration from VM to CT, question about rootfs

    In this case while using Create CT Wizard, Im afraid that Proxmox gonna store a .raw image format on that ZFS Pool, itn't it? I don't wanna use image based rootfs cause it has worse performance. If Iam right, I must setup with cli --rootfs poolname:0. Or this steps I assume is directory based...
  7. L

    [SOLVED] Migration from VM to CT, question about rootfs

    I donot use those features you mentioned, so it would be okay. Beside I wanna prevent IO Wait cause of high system load may happen, so each container should have its own SSD. There are some more VM/CT on the host, they are not IO sensitive as NAS and Webserver and I would keep them in LVM-Thin...
  8. L

    [SOLVED] Migration from VM to CT, question about rootfs

    Iam currently have 1 NAS and 1 Webserver on Proxmox as VM that I wanna migrate to CT. Each VM has its own dedicated NVMe passthrough as system partition, and the NAS I passthrough another RAID controller for HDDs. Using CT, I wanna maintain each CT has its own rootfs on an isolated SSD. I did...
  9. L

    5700G bad GNOME performance without Wayland

    I wanna inform you that I find a workaround solution by changing Display > Graphic card to SPICE or VirtIO-GPU or VirGL GPU. By this way Iam now able to set CPU type to host and disable Wayland, and still having smooth GUI. In comparison, SPICE is so so, VirtIO-GPU is smooth, and VirGL GPU is...
  10. L

    5700G bad GNOME performance without Wayland

    Iam using Proxmox VE 7.2-4 latest, and having this problem. I will try my best to describe it clearly. I have Debian 11 with GNOME Desktop environment. Everything is smooth unless I disable Wayland by setting WaylandEnable=false in /etc/gdm3/daemon.conf Strange thing is, this problem does not...
  11. L

    Question about KVM/QEMU vs LXC performance

    Thank you for your clear answer, I quote this cause I have further questions wanna ask. 3.1. I also wanna install a media server also, may be Plex. I rarely use transcode but in case of using it on VM NAS, I can easily passthrough GPU to VM and its performance is perfect. With container can I...
  12. L

    Question about KVM/QEMU vs LXC performance

    Iam currently only using KVM/QEMU and not familiar with benchmark tools. I may switch to LXC/LXD and did search for some hours but cannot find a clearly answer about performance comparision between them. I can only find old benchmarks and realize they seem did not use KVM in combination with...