Recent content by danitfk

  1. D

    Optimize performance of noVNC

    Hello Guys, I was thinking to optimize the overall performance of noVNC, I did check and HTTP2 is not enabled by default in Proxmox. Maybe with http2 possible to speedup noVNC and reduce the latency (?)? Any ideas?
  2. D

    Proxmox network configuration for Hetzner Failover IP

    Hello Dear users , I'm trying to configure a hetzner's failover IP in Proxmox VE (4.4) with these configuration: auto vmbr2 iface vmbr2 inet static address <MY-IP> netmask 255.255.255.255 pointopoint <MY-IP> gateway <MY-IP> bridge_ports eth0...
  3. D

    [SOLVED] Apply network changes without reboot

    I found the solutions here: https://forum.proxmox.com/threads/adding-bridge-without-rebooting.29438/#post-147661
  4. D

    [SOLVED] Apply network changes without reboot

    Hello , I've added new bridge in Proxmox but Server are in production. Is it possible to apply changes without reboot? I've search about it , but I think pvenetcommit is deprecated now because I can't find it in /etc/init.d/ .
  5. D

    Best method for clustering [Failover + HA] with 3 Node

    When We will have PVE 4.0 stable release?
  6. D

    Best method for clustering [Failover + HA] with 3 Node

    Hi , I'm newbie in using Proxmox for production servers and once I tried to cluster two node with each other but I failed. Now I want cluster 3 Server and one NAS storage with each other and My point is have failover and High availability for 2 or 3 VM's. What is best method for having this...
  7. D

    pve-root 100% after backup failed

    Also It's not in mounted disks. root@node1:~# df -h Filesystem Size Used Avail Use% Mounted on udev 10M 0 10M 0% /dev tmpfs 7.1G 432K 7.1G 1% /run /dev/mapper/pve-root 95G 94G 0...
  8. D

    pve-root 100% after backup failed

    It's seems not mounted correctly , Right? root@node1:~# findmnt TARGET SOURCE FSTYPE OPTIONS / /dev/mapper/pve-root ext3...
  9. D

    pve-root 100% after backup failed

    Hello all , I did run a backup task for a container with this status: INFO: starting new backup job: vzdump 109 --remove 0 --mode snapshot --compress lzo --storage ExternalDisk --node node1 INFO: Starting Backup of VM 109 (openvz) INFO: CTID 109 exist mounted running INFO: status = running...