Search results

  1. W

    Pulse - a responsive monitoring application for Proxmox VE that displays real-time metrics across multiple nodes

    Hi there. Found this https://github.com/rcourtman/Pulse Guys, what u think about a Pulse?
  2. W

    NAT for VM not working with dhcp

    Hi! PVE version 8.4.1 cat /etc/network/interfaces ... auto enp3s0 iface enp3s0 inet manual auto vmbr1 iface vmbr1 inet dhcp...
  3. W

    Feature: When creating virtual machine snapshots, you are allowed to exclude individual disks.

    Hi there. Add the option: When creating virtual machine snapshots, you are allowed to exclude individual disks, which allows you, for example, to avoid adding disks with temporary and renewable data, such as caches, swap partitions, and backups, to the snapshot to save space. That would be very...
  4. W

    Improve virtio-blk device performance using iothread-vq-mapping

    Hi there! Will this feature be added to Proxmox VE ? https://blogs.oracle.com/linux/post/virtioblk-using-iothread-vq-mapping
  5. W

    Linux 6.9 Features: DM VDO, AMD Preferred Core, Intel FRED & Larger Console Fonts

    Hi there :) https://www.phoronix.com/review/linux-69-features Among the key highlights for Linux 6.9 are the Device Mapper Virtual Data Optimizer (DM VDO) finally making it upstream Question to Proxmox team: Will dm-vdo support appear on PVE? P.s. Yes, I know about zfs and zfs features like...
  6. W

    Virtio disk type is much faster then iscsi disk type in VM?

    Hi there ) Virtio disk type is much faster then scsi disk type ? Controller type for both: Virtio scsi single. fio: fio --name=fiotest --filename=/mnt/diskX/test1 --size=4Gb --rw=randrw --bs=8K --direct=1 --rwmixread=50 --numjobs=8 --ioengine=libaio --iodepth=32 --group_reporting --runtime=60...
  7. W

    Old SMBIOS version in PVE: kvm: SMBIOS 2.1 table length 66374 exceeds 65535

    Hi there :) Try to run VM and : kvm: SMBIOS 2.1 table length 66374 exceeds 65535 stopping swtpm instance (pid 443332) due to QEMU startup error TASK ERROR: start failed: QEMU exited with code 1 cat /etc/pve/nodes/pve-01/qemu-server/vm-id.conf args: -smbios...
  8. 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...
  9. 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.
  10. 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...
  11. 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...
  12. W

    [SOLVED] Failed to start Proxmox Backup API Proxy Server

    Hi. Can't run PBS on the same host with latest PVE Please help. root@pve-01:~# systemctl status proxmox-backup-proxy.service * proxmox-backup-proxy.service - Proxmox Backup API Proxy Server Loaded: loaded (/lib/systemd/system/proxmox-backup-proxy.service; enabled; vendor preset: enabled)...
  13. W

    Zstandard v1.5.0 release

    Hi. https://github.com/facebook/zstd/releases/tag/v1.5.0 One question. When ? ) And thx for your job, guys.
  14. W

    Failed to extract config from VMA archive: zstd: error 70 : Write error : cannot write decoded block : Broken pipe (500)

    Hi. I'm try to make 'Show configuration' on ANY of my VM backups (.zstd) and get 'Failed to extract config from VMA archive: zstd: error 70 : Write error : cannot write decoded block : Broken pipe (500)' . But if I'm try to restore VM - everything OK. 'Show configuration' with .lzo or .gz...
  15. W

    Feature: Add 'Download' button for backups

    Hi. Add 'Download' button for backups, please ) Thx for your job, guys.
  16. W

    Backup problem (vzdump or gzip?)

    Hi. 10 PVE's and on all PVE's I have problem with backups (GZIP compession) All PVE's on last software version: And it's not a problem with: - RAM (try another ram modules - the same result) - HDDs (SMART is ok) - Free space is OK In PVE web gui backup process ends without any problems...
  17. W

    ZSwap + zstd + z3fold

    Hi. Add a Zstd as ZSwap compression algorithm to the Proxmox kernel (z3fold is OK now). Is it possibly ? https://github.com/facebook/zstd (Not worked with latest PVE :( ) https://www.linuxmint.com.br/discussion/51150/habilitando-zswap-zstd-z3fold
  18. W

    Add Nested check box to VM configure dialog

    Hi. Guys, can you add Nested virtualization checkbox to VM configure dialog? It's will be very usefull. - Thx for your job.
  19. W

    Monitoring Ceph Cluster with Prometheus and Grafana

    Nice tutorial Monitoring Ceph Cluster with Prometheus and Grafana https://computingforgeeks.com/monitoring-ceph-cluster-with-prometheus-and-grafana/
  20. W

    Differential backups

    Hi. Guys, can you add this feature to Proxmox https://github.com/ayufan/pve-patches ? This is really save time and space for backups. Thx.