Search results

  1. G

    Console using SPICE for VirtIO-GPU

    Yep. The ideal scenario would be to have a VM/CT setting for its preferred Console in the Web GUI. At least for Windows, RDP is probably the best choice for the experience. However, many VMs I just open to do maintenance, and the noVNC Console is more than good enough. And it works in any...
  2. G

    Console using SPICE for VirtIO-GPU

    This problem is related to this old thread (marked as solved): https://forum.proxmox.com/threads/console-is-using-spice-instead-of-novnc.109367/#post-775091 As I explained there, the default console button tries to open with virt-viewer/spice when "VirtIO-GPU" or "VirGL GPU" is selected (or...
  3. G

    [SOLVED] Console is using SPICE instead of noVNC

    Sorry to revive this old thread, but this is still a problem. I have a new Proxmox install (v8.4.1). I created a Windows 11 VM, it has been working fine. I spent some time testing and comparing the different Display hardware options (Standard VGA, VirtIO-GPU, VirGL-GPU, etc). They all...
  4. G

    local-LVM not available after Kernel update on PVE 7

    Thanks for this. I wonder if there is a way to increase the udev timeout, so we can avoid having the pvscan process killed in the first place. 1. pvscan is started by the udev 69-lvm-metad.rules. 2. pvscan activates XYZ_tmeta and XYZ_tdata. 3. pvscan starts thin_check for the pool and waits...
  5. G

    New Server build xfs or ext4

    Sorry to revive this old thread, but I had to ask: Am I wrong to think that the main reason for ZFS never getting into the Linux Kernel is actually a license problem? AFAIK the original ZFS license was created exactly to block integration with Linux, right? Or am I wrong and things changed?
  6. G

    Does Replication + Mirroring makes sense?

    Thank you very much for the response. For now we have just a single server running, was deployed today. It has a single 500GB SSD using ZFS for the root disk which cointains a Windows7 VM with a postgres database (I know right!? I wish I could run that on linux but it can't be helped)...
  7. G

    Does Replication + Mirroring makes sense?

    I have read that Ceph requires 10gbit for being usable. It also adds in complexity. Or am I wrong?
  8. G

    Does Replication + Mirroring makes sense?

    Hi all! Thanks for this amazing project. I have been "studying" Proxmox for one or two months and I quite like it. I have been wondering about storage replication and disk mirroring for a setup. Does it make sense to have mirrored disks AND do storage replication on top of it. For...
  9. G

    [SOLVED] Partition disk LVM-thin with Local?

    Hi! AFAIK the 'Thin' refers to thin provisioning. From the Wiki ( https://pve.proxmox.com/wiki/LVM2 ) : " LVM normally allocates blocks when you create a volume. LVM thin pools instead allocates blocks when they are written. This behavior is called thin-provisioning, because volumes can be much...
  10. G

    Win7 does not recognize Virtio 0.1.141 correclty?!

    Hi there! I also had problems to install Win7 with the virtIO drivers (both virtIO block and SCSI). My workaround was a bit easier. Just install Windows 7 with an IDE (or SATA) disk. Turn the VM off, attach a disk with the type you want to use so we can force windows to install its drivers...