Recent content by denos

  1. D

    constant notifications from vm disk

    This worked for me: rm /etc/zfs/zpool.cache Reboot -- though restarting zed may be enough. The reboot may take a minute longer than usual. If your pool(s) fails to import, this will import it and recreate the cache using updated values: zpool import -a
  2. D

    Windows guest slow after pve 6 to 7 upgrade

    Possibly related (this comment and the one immediately after it): https://forum.proxmox.com/threads/proxmox-ve-7-0-released.92007/post-402308
  3. D

    Proxmox VE 7.0 released!

    It looks like this is changed with the cpupower tool: cpupower frequency-set -g SCHEDULER # Examples cpupower frequency-set -g performance cpupower frequency-set -g schedutil
  4. D

    ZFS 2.0.5?

    2.0.5 is a bugfix release while 2.1.0 is a new branch with functional ZFS changes that increase the scope of the change. I'd be happy with either one.
  5. D

    ZFS 2.0.5?

    Thanks for the update and glad to hear it's on your radar!
  6. D

    ZFS 2.0.5?

    ZFS 2.0.5 contains bugfixes for issues that hang ZFS threads and prevent send/receive from functioning (until the next reboot). Particularly (from the changelog): Do not hash unlinked inodes #9741 #11223 #11648 #12210 It was released on June 23, 2021 and we're eager to get this change on to our...
  7. D

    /proc/swaps is incorrect in LXC (Bug?)

    I filed this bug report for the issue: https://bugzilla.proxmox.com/show_bug.cgi?id=3210
  8. D

    /proc/swaps is incorrect in LXC (Bug?)

    I traced the bug to lxcfs: Working: 4.0.3-pve2 Broken: 4.0.3-pve3 I think help is needed from a Proxmox team member on this one.
  9. D

    /proc/swaps is incorrect in LXC (Bug?)

    We've noticed that in recent versions of Proxmox, that /proc/swaps is wrong. It boils down to this inside the container: # free -m total used free shared buff/cache available Mem: 64738 118 64610 7 8 64619...
  10. D

    LXC container reboot fails - LXC becomes unusable

    I have seen the issue on a Proxmox node without any (client or server) NFS.
  11. D

    LXC container reboot fails - LXC becomes unusable

    I have removed "Solved" from the title as the only solution is to manually install and maintain a 4.18+ kernel which isn't feasible / desirable for most users.
  12. D

    Can you help me build the kernel of proxmox 4.19?

    This thread may be relevant to your situation: https://forum.proxmox.com/posts/241473/
  13. D

    Unable to shutdown/stop lxc container

    Based on your listing: Yes, 17754 is the process you want to kill if the nice ways of shutting down the container have failed.
  14. D

    [SOLVED] How to recovery files in VM-Disk on zfs pool

    LnxBil is right, snapshots make a terrible situation a non-issue through rollback. I consider this tool mandatory on all ZFS systems: https://github.com/zfsonlinux/zfs-auto-snapshot If you have snapshots and end up with a system that won't boot, you can use a ZFS enabled rescue CD to do the...
  15. D

    Boot issues

    When it hits the Grub boot screen, hit 'e'dit. Then remove "quiet" from the kernel options and continue on with the boot. I don't remember the exact key to boot the modified options, but instructions will be on the bottom of the screen when you're editing. That should hopefully give you more...