Search results

  1. V

    VM Random Kernel Freeze

    Hi, I have the following Problem: I have a few Wheezy VMs (KVM) with a MySQL Database that gets used fairly often (90% reads, 10% writes). Every few month the VM freezes completely. No error message, no log file entry, nothing on the console. I have to stop and start the VM again. Does...
  2. V

    HTML5 console problem

    An update. It is working in Firefox for me now but not in Safari 7.0.6.
  3. V

    HTML5 console problem

    Thanks for the link. This error is gone now but I get a Server disconnected (code: 1006) error when opening the novnc console. The error message in the proxmox interface is: no connection : Connection timed out TASK ERROR: command '/bin/nc -l -p 5905 -w 10 -c '/usr/sbin/qm vncproxy 101...
  4. V

    HTML5 console problem

    It is across the board for me windows and osx with all browser. Do I have to restart the proxmox server for it to work? Do I have to set anything else, open the port in the new firewall?
  5. V

    HTML5 console problem

    Hi when I open the new HTML5 console it always asks me for host, port and password. (see screenshot) Any advice? Best Sven
  6. V

    GlusterFS Mount Options

    Hi, I need a way to add mount options for a Gluster mount point. Adding it to the /etc/pve/storage.cfg is not working: - unable to parse value of 'options': unexpected property 'options' I need to add acl support for a Samba4 OpenVZ CT. Any suggestions? Thanks Sven
  7. V

    OpenVZ Live Migration Network Problem DHCP Fix

    Hi, I just ran into a bug where my OpenVZ containers didn't grab a new dhcp lease after live migrating them from one server to the next. The network worked as long as the current lease was valid. I checked the traffic reached the CT but it wasn't picked up (Debian 7). I added the following...
  8. V

    [CRITICAL] Huge IO load causes freezing during backups

    I am using a Synology NAS for backup. I have 2 WD Red in a Raid 1 in there. My Dell Server is T420 Perc H710 I have 2x1 TB WD RE and 2x3 TB WD RE, each of them in a raid 1. I use the standard Dell onboard Broadcom 5720 in a bond configuration. So far the error just appears when I do snapshots. I...
  9. V

    [CRITICAL] Huge IO load causes freezing during backups

    I am using the default nfs3 settings: rw,relatime,vers=3,rsize=131072,wsize=131072,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,mountaddr=192.168.5.9,mountvers=3,mountport=892,mountproto=udp,local_lock=none,addr=192.168.5.9 But it seems the bug is not just limited to nfs as storage...
  10. V

    [CRITICAL] Huge IO load causes freezing during backups

    I am using NFS3. Spirit do you have a Dell Raid Card or LSI Raid Card too?
  11. V

    [CRITICAL] Huge IO load causes freezing during backups

    I was just curious if it was related to NFS. I have the same problem but I am using a Dell T420 with a Perc 710 and NFS as storage for backups. I never had an issue (used it since 1.9) until the 3.0 update.
  12. V

    [CRITICAL] Huge IO load causes freezing during backups

    e100 are you using NFS as a storage for your backups?
  13. V

    vzdump using lvm snapshot - kills the box

    Since dell raid cards are LSI Megaraid cards and other threads reported that an update of the kernel module for the raid card fixed the issue I installed the latest megaraid kernel module yesterday. Last night was the first time my vzdump snaphots ran without crashing my server. I am on the...
  14. V

    vzdump using lvm snapshot - kills the box

    Same here Dell T420 + Perc H710 on the last kernel 2.6.32-107 and openVZ Snapshot killed the server again last night
  15. V

    changing IO Scheduler

    I know but I want to rule out that something went wrong with the upgrade. If the error persists after the reinstall I can at least narrow it down a bit more.
  16. V

    changing IO Scheduler

    Hi Tom, thanks for your answer. I will try to reinstall Proxmox 3.0 from scratch as soon as I can get my production server of the net for a few hours, most likely next weekend. Maybe the upgrade affected the system somehow. I will report back if it works then.
  17. V

    changing IO Scheduler

    Thanks for reporting back @informant. I still have the same issue you have on different hardware. Running a dell T420 with a perc H710 on a raid one with 1TB western digital drives. Snapshots worked fine until 3.0 and now I get high io loads. I hope the proxmox team finally looks into this...
  18. V

    vzdump using lvm snapshot - kills the box

    There are 2 ways to change the IO scheduler: 1) You can change it on the fly temporarily which will stick until the next reboot. 1.1) you have to find out the hard drive device name in /dev/ (The first harddrive is usually sda, second is sdb ... do a ls /dev/sd* to find out) 1.2) check if you...
  19. V

    Proxmox 3.0 OpenVZ Snapshot Errors NFS

    The Kernel change didn't fix it for me, it was working for a few days and then the error came back. I turned of snapshots and I am using suspend backups now which is a workaround for now. I think it is an LVM problem and the same than...
  20. V

    vzdump using lvm snapshot - kills the box

    Same problem here. After upgrading to 3.0 snapshots are killing the server. It looks like an LVM issue. When I turn off snapshots and use suspend mode for openvz backups it works fine. Best, Sven