Recent content by Andrea Tasca

  1. A

    /sbin/zed process keeps using 100% cpu

    @mbaldini thank you so much!!!! You gave me the solution! zfsutils-linux was missing!!! apt-get install zfsutils-linux has solved the issue!
  2. A

    /sbin/zed process keeps using 100% cpu

    Seems like I have an old zfsutils-linux version. This is my zed status output: root@vm-1:~# systemctl status zfs-zed ● zfs-zed.service - ZFS Event Daemon (zed) Loaded: loaded (/lib/systemd/system/zfs-zed.service; static; vendor preset: enabled) Active: active (running) since Wed...
  3. A

    /sbin/zed process keeps using 100% cpu

    Nothing happens, this is the result: root@vm-1:~# service zed restart Failed to restart zed.service: Unit zed.service not found. root@vm-1:~#
  4. A

    /sbin/zed process keeps using 100% cpu

    On Proxmox VE Community 5.3-9 the process /sbin/zed keeps using one cpu core at 100% either with all the VMs stopped. Can somebody help me? I really don't know what is wrong and how to fix it. Following the installation detail: proxmox-ve: 5.3-1 (running kernel: 4.15.18-11-pve) pve-manager...