Search results

  1. B

    Proxmox VE 3.3 does not Boot after install

    Not just asus, I ran into this last week with a intel nuc. Had to install 3.1, then upgrade. Maybe its using a SSD for boot that gives it grief?
  2. B

    GlusterFS and RAID

    I admin a 2 node proxmox cluster, our shared storage is a NFS share on a NAS (1GB ethernet). The NAS has 4 * 3TB Disks in RAID 10 for 6TB of storage, but the VM's only use 1TB Performance and reliability of the NAS is becoming an issue, so I'm looking at adding some hard disks to the proxmox...
  3. B

    Backup to NAS Problems

    My Setup * Proxmox Cluster, 2 Nodes, 16 VM's * Shared Storage (NAS, QNAP TS-420, 6TB, RAID-10) * GB Ethernet * Switch: TP-Link TL-SG1024D Backup: * 1/Week, Proxmoix Backup to Shared Folder on NAS - Have tested NFS and CIFS for Share * Shared Folder is then replicated to a external USB Drive...
  4. B

    proxmox snapshot vs xen/vmware snapshot

    On reflection, ignore me - I don't know what I'm talking about :)
  5. B

    proxmox snapshot vs xen/vmware snapshot

    Possibly, I thought it was used for snapshot creation as well. Sent from my RM-977_1008 using Tapatalk
  6. B

    proxmox snapshot vs xen/vmware snapshot

    If you disable using ssh for kvm snapshots it's a lot faster. Can' remember how its done though. Sent from my RM-977_1008 using Tapatalk
  7. B

    Proxmox with Igel (Spice)

    If spice viewer is not Installed on the IGEL then it will not be able to connect. You would be better off using remote desktop (rdp), it should support that. Sent from my MT27i using Tapatalk
  8. B

    SPICE, the new BSOD, or Black Screen of death

    Have you disabled all power saving modes on the VM? Sent from my MT27i using Tapatalk
  9. B

    Backup to mounted CIFS Share never finishes - leaves VM unusable

    I ran into this a few weeks back, problem is the default linux caching for cifs mounts. Eventually resolved it with the forcedirectio option Read this link: http://www.cyberciti.biz/tips/disable-caching-on-the-cifs-nfs-client.html mount -t cifs //mystorage/data2 -o...
  10. B

    SPICE: new Windows Guest Tools - 0.74

    I know its not a proxmox issue but I worry about spice/virtio support for Win 2012, 2012R2, Win 8 & 8.1 Redhat is quite opaque in its development process and plans here and I don't have a lot faith that they see it as a priority.
  11. B

    Virt-Viewer 0.6.0

    I'd be interested in trialling that. I tried out the 32 & 64 bit vs of Spice Client 0.60 today - no issues att all. Perhaps the 32 bit binary has been updated.
  12. B

    Container Backups Failing

    Post the error message Sent from my MT27i using Tapatalk
  13. B

    VHDX image files created by SysInternals disk2vhd.

    Might have been better to convert to vhd rather than vhdx Sent from my MT27i using Tapatalk
  14. B

    VHDX image files created by SysInternals disk2vhd.

    Cmd line, qemu-img convert Sent from my MT27i using Tapatalk
  15. B

    Bad read and write speed inside VM with NFS

    What os is the guest and are you using the virtio drivers? Sent from my MT27i using Tapatalk
  16. B

    Bind selected virtual machine on physical server video/keyboard/mouse I/O

    I guess you could pass through a Usb keyboard & mouse and pci video card. But spice or rdp is pretty good and more flexible. Sent from my MT27i using Tapatalk
  17. B

    Can not Run Windows 7

    And why the old version of proxmox? Sent from my MT27i using Tapatalk
  18. B

    One node of a two node cluster node not start VM's

    Do the .conf files match on both nodes? Sent from my MT27i using Tapatalk
  19. B

    Testing Cluster, Failover Domains and such

    Remote viewer should be the right app Sent from my MT27i using Tapatalk
  20. B

    Testing Cluster, Failover Domains and such

    Then you need to register the Spice Client as the default handler for the mime type (application/x-virt-viewer) and/or the file extension (.vv) Thats a config issue for OSX and/or your Browser. I don't know a thing about that myself.