Search results

  1. W

    PVE 9 - zpool upgrade

    Without a pool identifier zpool upgrade will only show what feature is not activated for every pool.
  2. W

    SSD wear with ZFS compared to BTRFS

    Depending on the amount of data which is acceptable to be lost you can also increase the timeout for TXG writes. The default is 5 seconds. E.g. to increase it to 10 seconds addoptions zfs zfs_txg_timeout=10 to /etc/modprobe.d/zfs.conf.
  3. W

    Proxmox VE 8 - Unable to edit a VM firewall rule if "source" is a IP address.

    Hi, with pve 8.0.3 I am able to create a new firewall rule which uses a IP address as source via the web interface but I am unable to change such a rule. I can only delete and re-create it with changed values. The error message is: Parameter verification failed. (400) source: invalid ipset...
  4. W

    Firewall status "pending changes" due to IPSet

    Those "pending changes" message is caused by the ipset_chain_digest function from PVE/Firewall.pm which did not got updated to userspace changes at least in ipset 7.7 (documented here). Calling will show the changing of the initval hex encoded value. So any calculated hash which includes this...