Search results

  1. W

    Emulate a fake sensor or passthrough real sensor from hypervisor to VM

    Hi there :) Guys, I want to emulate a temperature fake sensor or passthrough real sensor from hypervisor inside the VM. Find this https://github.com/utmapp/UTM/issues/5582 and this https://gist.github.com/jonte/b4bd83a5f2e8330418b1f3322bff74f2 Or, I could throw a sensor from my motherboard...
  2. W

    Opt-in Linux 6.2 Kernel for Proxmox VE 7.x available

    Thx for answer. But I don't understand :( Now I have pve + zfs 6.1 kernel with /tmp line in /etc/fstab. I want to upgrade 6.2. Do I have to delete the /tmp line in the file /etc/fstab before upgrade to 6.2 ?
  3. W

    Opt-in Linux 6.2 Kernel for Proxmox VE 7.x available

    Hi. Do I need /tmp settings in /etc/fstab with zfs like for kernel 6.1? Thx for your job, guys!
  4. W

    Updating OVS packages breaks network connectivity

    Hi. The same problem with ovs :( What's wrong with ovs? Temporarily switched to linux bridge.
  5. W

    L2ARC cache with or w\o swap on zfs

    So can you tell me exactly if I need a swap if I have l2arc? :)
  6. W

    L2ARC cache with or w\o swap on zfs

    Thank you :) As I'm understand swap and l2arc are not connected in any way?
  7. W

    L2ARC cache with or w\o swap on zfs

    Hi. I have 128GB RAM + zfs raid10 with 4 hdd + l2arc cache on nvme ssd 1TB. I have a question. Do I need swap partition \file in this case? Thx.
  8. W

    HP p410i RAID no HDD SMART info

    Hi. Don't use hw raid - use software zfs raid. Just buy hba controller.
  9. W

    Can lvmvdo be added to PVE out of the box?

    Nice guide https://forum.proxmox.com/threads/lvmvdo-doesnt-deduplicate-my-data.103132/
  10. W

    Can lvmvdo be added to PVE out of the box?

    Hi. Thx for your answer ) I only heard reviews about vdo. They are also on this forum https://forum.proxmox.com/threads/virtual-data-optimizer-vdo.42838/ Zfs deduplication memory requirements much higher then lvmvdo. 1GB RAM for 1 TB disk space for zfs deduplication and ~500MB RAM for lvmvdo...
  11. W

    Can lvmvdo be added to PVE out of the box?

    Guys? Is it possible in next releases?
  12. W

    virtnbdbackup - backup utility for libvirt, using the latest changed block tracking features.

    Pbs is a separate product. Which needs to be deployed separately. What I suggested above, you can try to add to PVE )
  13. W

    Can lvmvdo be added to PVE out of the box?

    Hi there. Can lvmvdo be added to PVE out-of-the-box? It would be very convenient! lvmvdo can deduplicating and compressing logical volumes. At the same time, the cost of deduplication is much less than that of zfs. P.s. Installation steps of kvdo + vdo on Debian 11...
  14. W

    virtnbdbackup - backup utility for libvirt, using the latest changed block tracking features.

    Hi there) Guys, what you think about this https://github.com/abbbi/virtnbdbackup ? Backup utility for libvirt, using the latest changed block tracking features. Create online, thin provisioned full and incremental or differencial backups of your kvm/qemu virtual machines. Can this be added to...
  15. W

    [SOLVED] Failed to start Proxmox Backup API Proxy Server

    Solved: https://forum.proxmox.com/threads/error-unable-to-create-rrdb-stat-dir-eacces-permission-denied-clean-pbs-v2-installation.99395/#post-429098 mkdir -vp /var/lib/proxmox-backup/rrdb chown -Rv backup:backup /var/lib/proxmox-backup/rrdb systemctl reset-failed proxmox-backup-proxy systemctl...
  16. W

    [SOLVED] Failed to start Proxmox Backup API Proxy Server

    root@pve-01:~# systemctl stop proxmox-backup-proxy root@pve-01:~# runuser -u backup -g backup /usr/lib/x86_64-linux-gnu/proxmox-backup/proxmox-backup-proxy Error: unable to create rrdb stat dir - EACCES: Permission denied
  17. W

    [SOLVED] Failed to start Proxmox Backup API Proxy Server

    root@pve-01:~# cat /lib/systemd/system/proxmox-backup-proxy.service [Unit] Description=Proxmox Backup API Proxy Server Wants=network-online.target After=network.target Wants=proxmox-backup.service After=proxmox-backup.service [Service] Type=notify...