Search results

  1. B

    Enable spice/qxl with video type none so that Looking Glass can use host spice server

    -spice 'port=15900,addr=0.0.0.0,disable-ticketing=on' -device virtio-serial-pci -chardev spicevmc,id=vdagent,name=vdagent -device virtserialport,chardev=vdagent,name=com.redhat.spice.0 -device virtio-mouse -device virtio-keyboard -device ivshmem-plain,memdev=ivshmem,bus=pcie.0 -object...
  2. B

    Enable spice/qxl with video type none so that Looking Glass can use host spice server

    I managed to got it working. 1. change your windows vm display type to "none" in proxmox webgui. 2. pass below extra args to your vm conf file other than the usual looking-glass stuff -spice 'port=[your desired spice listening port],addr=0.0.0.0,disable-ticketing' 3. launching looking glass...
  3. B

    [SOLVED] Shared Storage for Cluster

    Never mind, reinstall the problematic node and everything works fine now.
  4. B

    [SOLVED] Shared Storage for Cluster

    As a matter of fact, I can manually mount the desired CIFS/NFS share on both nodes and read/write seems fine. Whenever I tried to add that same storage in the cluster view, the 2nd node would give me the time out.
  5. B

    [SOLVED] Shared Storage for Cluster

    I have been using vmware solution at work for several years and trying to setup a homelab using proxmox. Currently I have 2 hosts installed as pve cluster, 1 truenas host installed. What is the best practise setup? I could't find related information in the official documentation. I tried to add...