Search results

  1. J

    New Mobile App for Proxmox VE!

    another deserializing error LXC config file examples (new feature request: copy text from error message ;)):
  2. J

    zfs/zvol recordsize vs zvolblocksize

    It is Hard Disk not SSD (2x2Disk (4k))!
  3. J

    zfs/zvol recordsize vs zvolblocksize

    Hi, can you please explain why 16k and while not 8k?
  4. J

    zfs/zvol recordsize vs zvolblocksize

    4k NTFS ZVOL on RAID10 2x2Disk (4k), witch volblocksize: 8k or 16k option is better?
  5. J

    SWAP läuft voll obwohl mehr als genug RAM da ist

    bei mir immer in Top 2 Verbraucher sind: pvedaemon und pve-firewall Wie sieht es bei Euch aus? (echo "COMM PID SWAP"; for file in /proc/*/status ; do awk '/^Pid|VmSwap|Name/{printf $2 " " $3}END{ print ""}' $file; done | grep kB | grep -wv "0 kB" | sort -k 3 -n -r) | column -t COMM...
  6. J

    Wrong memory usage on KVM VM

    on pfSense 2.2 and later the VirtIO Driver Support enabled by default: "The following instructions are not necessary on pfSense 2.2 and later, which have the proper drivers built into the kernel."
  7. J

    VIRTIO Balloon with FreeBSD (OPNsense)

    same situation with pfSense 2.4.3 (FreeBSD 11.1-RELEASE-p7):
  8. J

    [SOLVED] Balloon funktioniert nicht bei Windows 2012R2 (migration von Hyper-V zu Proxmox VE)

    Hallo zusammen, ich habe Ballooning probleme bei eine migrierte Windows 2012R2 (Hyper-V zu Proxmox VE): ich habe folgendes gemacht: alle verstekte und inaktive Geräte aus Geräte Manager entfernt https://pve.proxmox.com/wiki/Migration_of_servers_to_Proxmox_VE#Hidden_nonpresent_devices...