Search results

  1. K

    [#875] kvm: how to enable "features: hidden state=on" ?

    Hi, using Proxmox 7.1.12 I've configured the VM config file with: cpu: host,hidden=1 The process is then run with "kvm=off": -cpu host,hv_ipi,hv_relaxed,hv_reset,hv_runtime,hv_spinlocks=0x1fff,hv_stimer,hv_synic,hv_time,hv_vapic,hv_vpindex,kvm=off,+kvm_pv_eoi,+kvm_pv_unhalt but Windows 10 is...
  2. K

    ZFS thin provision not enabled by default (Proxmox 7.1)

    Thanks, in fact the real question is: is there an advantage enabling thin provision ( manually or within promox UI ) when ZFS compress is on ?
  3. K

    ZFS thin provision not enabled by default (Proxmox 7.1)

    Hi when creating a new zfs volume, compress is on by default, but storage is configured with thin provision disabled. Is there a reason why thin provision is not enabled ? Does compression on makes thin provision useless ? Should we create the zfs volume manually instead of using proxmox UI ...
  4. K

    Since update, ifup vmbr1 bridge stucked in state UNKNOWN

    It seems /etc/network/if-pre-up.d/wait_for_link_up is not provided by Proxmox ISO but OVH unattended install's scripts I've removed this script and everything is fine. I've opened a ticket at OVH but still no answer. I suspected with the datetime of script that it has been changed or added 23th...
  5. K

    Since update, ifup vmbr1 bridge stucked in state UNKNOWN

    Since recently, from a fresh install, when I add a second bridge vmbr1 (from Proxmox GUI) for a private network, the vmbr1 interface never goes UP and get stucked in UNKNOWN state. ( the same configuration was working last month ) /etc/network/interfaces auto lo iface lo inet loopback iface...