Search results

  1. T

    Blue screen with 5.1

    Yep, for me the new drivers solved my problems. All VMs with updated drivers still running. I startet some other unused VMs with older VirtIO and all of them crashes after some time. I think something changed in the Hypervisor and this change is not compatible with older VirtIO drivers, which...
  2. T

    Blue screen with 5.1

    Here is the output of pnputil. Microsoft PnP Utility Published name : oem3.inf Driver package provider : Red Hat, Inc. Class : System devices Driver date and version : 02/12/2017 100.74.104.13200 Signer name : Red Hat, Inc. Published name ...
  3. T

    Blue screen with 5.1

    I updated virtio drivers on two Windows 10 VMs and had no crashes so far. If this is really the solution i wonder what changed in qemu. I used 0.1.126 for a long time with Windows 2016 and Windows 10 without any issues. So far it looks good.
  4. T

    Blue screen with 5.1

    Today the same issue with Windows 10 16299.19 Start VM > wait a little bit > boom > reboot > OVMF Bios stuck with Proxmox logo and freeze with KVM sitting there at 100% CPU load. The only way to get rid of the VM is by killing KVM. VM is running virtio drivers 0.1.126 VM Config: agent: 1...
  5. T

    Blue screen with 5.1

    I have lots of trouble with Windows 10 KVMs since 5.1 upgrade. Random lookup, bluescreens and reboots with hanging uefi bootscreen. Currently KVM is unsuable. Tried it with kvm64 and host cpu (sandy bridge xeon). Containers running fine. Downgrade is no option because zfs pool is already upgraded.
  6. T

    Proxmox VE 5.1 released!

    Updated to 5.1. So far no issues except qm start on kvm's complain about unknown disk format, it uses raw and lock sector 0 or something.
  7. T

    High IO latency - low FSYNCS rate

    Is your controller battery/flash backed? if not, your controller waits on sync writes until all data is written to disk.
  8. T

    [SOLVED] Cannot restart container

    Hi, maybe container content got corrupted?, i get this a lot with Proxmox 5.x. First i thought this is some fiberchannel issue with my cluster. Last week i saw this issue on a standalone system with local lvm storage. Container stopped to start or complain that files got missing/corrupted.
  9. T

    Proxmox 5.0 LXC Data Corruption after upgrade from 4.4

    Hi, yesterday i upgraded my Proxmox Cluster from 4.4 to 5.0. My Backend is an IBM Storvize Fiberchannel SAN with LVM for shared access. At first everything looks good, containers and VM starting except i had to build SSH Key trust again in my cluster. Trouble starts after creating new...
  10. T

    Proxmox VE 5.0 released!

    My upgraded Cluster starts making trouble. LXC Containers failed to start, some start but fails about missing filesystem or ELF headers missing in pam.so and stuff like that. For me this looks like some sort of storage corruption with lxc? Proxmox is running on shared SAN with LVM. I am unable...
  11. T

    Proxmox VE 5.0 released!

    I upgraded my 4 Node Cluster today. Live Migration and updating node by node did the job. Thanks for this great Release!
  12. T

    Proxmox 4.4 pveam update fails

    Did you try wget one of the files to see if your machine has proper internet connectivity?
  13. T

    pveperf fstab barrier=0

    60G Log is way to much. The Log is kept for 5 seconds and then it get flushed to disk. You can monitor this with "zpool iostat -v 1" Avoid using Consumer SSD's. I recommend using Intel Datacenter SSD for your Log.
  14. T

    Proxmox really slow

    You have really low fsyncs. Windows use sync writes all over the place and get a big hit if it has to wait for data to be written. Samsung Consumer SSDs are a really bad choice for Virtualization and Servers in general. Here is one of my private (old) Server. ZFS Raid10 4x8TB Seagate Enterprise...
  15. T

    Updating Proxmox HA Nodes reboot mid updating

    Thank you. I try to update my Cluster tomorrow.
  16. T

    Proxmox VE 5.0 beta1 released!

    In 4.10 there is essential support for booting Linux on Ryzen CPU's, later versions supports more features and got more optimization.
  17. T

    Updating Proxmox HA Nodes reboot mid updating

    Hi, i have a small Proxmox Cluster with 3 Nodes and enabled HA for this Cluster. With enabled HA i have trouble updating the nodes, at some point apt restarts the updated Proxmox Services and rebuilds the initrd for the Kernel, at this step Proxmox (watchdog?) restarts the node because it is...
  18. T

    Resizing a VM HDD

    Make a new disk with 750g, transfer the disk/data, remove old disk.I would recommend to do a block copy not avoid touching anything in your customers vm. This involve some downtime.
  19. T

    Linux Container wrong hostname in /etc/hosts

    Hi, i deployed a few CentOS7 LXC Containers today. After taking a look in /etc/hosts i found this.. 127.0.0.1 localhost LXC_NAME # --- BEGIN PVE --- ::1 localhost.localnet localhost 10.48.4.116 xxx.yyy.com xxx # --- END PVE --- The Line 127.0.0.1 contain a placeholder for LXC_NAME instead the...