Search results

  1. R

    fstrim for Windows Guests and Ceph Storage

    I just tested discard with latest proxmox 5.3, and sata is now trimming correctly with win7/2008r2 ! So if you want to have discard working correctly you need to use local-lvm (thin) and: os >= Win8/2012 + VirtIO SCSI controller + SCSI hdd + Discard option (best HDD perf) os = Win7/2008r2 +...
  2. R

    Windows guests prompting 'Safely remove hardware' for critical devices

    Just a quick "thanks" to let you know this workaround is still working great :)
  3. R

    iSCSI Issues - Dell Compellent SAN - Corruption of superblocks and controllers

    Thanks for the quick reply ! Hum, I have some Intel 10G and some Broadcom 10G card, I will try proxmox 4 on one node to see if it still work. Your main problem what iscsi multipath could no more see the SAN ? I mean, if iscsi is seeing correctly the SAN volume, I don't have to fear some later...
  4. R

    iSCSI Issues - Dell Compellent SAN - Corruption of superblocks and controllers

    Hello Chris, Any news to make Dell Compellent works with Proxmox4 ? I have the same setup and don't want to try to upgrade with the driver problem. Cheers,
  5. R

    After upgrading to 3.4 no quorum and pve cluster error

    Ok, I found my problem, and it was not the kernel fault. I just discover that it's currently impossible (or very difficult) to add a new node in UNICAST corosync configuration. I had to switch back to MULTICAST for my quorum sync before adding a new node with success.
  6. R

    After upgrading to 3.4 no quorum and pve cluster error

    I have a similar problem with proxmox 3.4 and proxmox 3.2 When I'm trying to add a new node with 2.6.32-37-pve (Feb.11) to 2.6.32-28-pve cluster, the new node is waiting endessly the quorum (unicast synchro). I will setup two nodes with proxmox 3.4 and check if they can at least create a new...
  7. R

    noVNC console is killing direct VNC access port

    I still have the same problem. :( When vncproxy is launched from Web interface, it hack the qemu vnc local port and never give it back, even when the vncproxy task ending.
  8. R

    noVNC console is killing direct VNC access port

    The problem is the same with Java applet VNC console. Log show me that the "vncproxy" task is ended, but I does not give back the local VNC port :( Sep 30 10:42:12 pdm999 pvedaemon[463391]: <root@pam> starting task UPID:pdm999:00073CD7:07354CFF:542A6CE4:vncproxy:197:root@pam:Sep 30 10:42:12...
  9. R

    noVNC console is killing direct VNC access port

    Hello, I'm running Qemu with the following VNC argsargs: -vnc 0.0.0.0:101,password Then I'm setting the password withpvesh create /nodes/localhost/qemu/101/monitor -command 'set_password vnc mypasswd' This let me connect regular VNC client to VM on the 6001 port, and it works very well :D My...
  10. R

    noVNC and API

    Same question, I would love to integrate noVNC in own custom private webpage.
  11. R

    noVNC: copy paste not works

    This on direction feature would be awesome for noVNC :cool:
  12. R

    Issue with Kernel 2.6.35-1-pve

    I know Tom, and I already have 80% of my servers on 2.3 :) I'm looking for this old 2.6.38-2 release because I need it for a special stress-test kvm image who is performing faster on 1.9 + 2.6.38
  13. R

    Issue with Kernel 2.6.35-1-pve

    Hello Spirit, Would you be kind enough to upload again the pve-kernel-2.6.38-1-pve_2.6.38-2_amd64.deb kernel build for proxmox 1.9 ? I hope you will read this message, Thanks again :)
  14. R

    Acronis Bootable iso stopped working on 2.2

    The problem persist with pve-qemu-kvm_1.3-10 -> Acronis boot CD just freeze on Loader. (screen display ok, but no mouse or keyboard control)
  15. R

    Proxmox HA fencing and Dell iDrac7

    Hello Phil, I'm using fence_drac5 without any problem on PowerEdge R620 and iDRAC7 enterprise. But you have to know it won't work with SSH, you will have to turn on the DRAC telnet service first. (moreover TELNET fencing is much more faster than SSH one) /usr/sbin/fence_drac5 -o status -a...
  16. R

    Force port 443 instead of 8006

    The correct procedure is: 1- delete /etc/apache2/sites-enabled/pve-redirect.conf 2- edit /etc/apache2/sites-enabled/pve.conf and change <VirtualHost *:8006> to <VirtualHost *:443> 3- /etc/init.d/apache2 restart
  17. R

    New KVM 1.2, snapshots, vzctl and other packages on pvetest (on the road to V2.2)

    In proxmox 2.2, would it be possible to update the kernel module DRBD to 8.3.13 ? https://bugzilla.proxmox.com/show_bug.cgi?id=185 Thanks in advance,
  18. R

    Survey: Do you use KVM or OpenVZ, or both?

    KVM Only, with iSCSI + LVM. Online migration and live backup needed.
  19. R

    Using qemu32 instead of default qemu64.

    Yes, is it just a feeling or can you measure the startup time of one application ?, etc.
  20. R

    Using qemu32 instead of default qemu64.

    Interesting, what version of KVM / proxmox are you using ? What kind of benchmark did you use ? thx