Search results

  1. S

    Incorrect high value used RAM on node

    root@pvenode6:~# cat /proc/meminfo MemTotal: 196696932 kB MemFree: 92518708 kB MemAvailable: 92295560 kB Buffers: 48216 kB Cached: 920540 kB SwapCached: 0 kB Active: 1647500 kB Inactive: 322080 kB Active(anon): 1038156 kB...
  2. S

    Incorrect high value used RAM on node

    pvenode6:~# free -m total used free shared buff/cache available Mem: 192086 100441 90348 192 1296 90130 Swap: 0 0 0
  3. S

    WARNING: unable to connect to VM 100 socket - timeout after 31 retries

    Someboby solved that? I got same problem. I updated node to latest version from 6.2-10 @pvenode1:~# pveversion -v proxmox-ve: 6.3-1 (running kernel: 5.4.103-1-pve) pve-manager: 6.3-6 (running version: 6.3-6/2184247e) pve-kernel-5.4: 6.3-7 pve-kernel-helper: 6.3-7 pve-kernel-5.3: 6.1-6...
  4. S

    Incorrect high value used RAM on node

    I have 10 lxc are running there only, and each one usage about 128 MB, but summary OS shown 97 GB used Active + Inactive = ~1.7Gb @pvenode6:~$ vmstat -sSM 192086 M total memory 99538 M used memory 1343 M active memory 357 M inactive memory 91510 M...
  5. S

    Incorrect high value used RAM on node

    Hi guys! On system show a lot of used RAM root@pvenode6:~# free -m total used free shared buff/cache available Mem: 192086 101671 89251 189 1163 88919 Swap: 0 0 0 Really used ~20G...
  6. S

    proxmox-backup-client failed: Error: http request timed out

    Yes. It was ok couple weeks ago, I guess it may happened after update soft. I updated node2 , proxmox-backup-client 1.0.8. on node 2(Problem on that one only). On other nodes I use 0.8.9 version.
  7. S

    proxmox-backup-client failed: Error: http request timed out

    Hi guys! I got error Mar 10 00:00:41 pvenode2 vzdump[4759]: VM 166 qmp command failed - VM 166 qmp command 'guest-fsfreeze-thaw' failed - got timeout Mar 10 00:08:04 pvenode2 vzdump[4759]: ERROR: Backup of VM 166 failed - proxmox-backup-client failed: Error: http request timed out Mar 10...
  8. S

    [SOLVED] DCHP does not renew IP on CT

    Yes , you is right. There was incorrect config of interface(I have eth0 only) cat /etc/network/interfaces auto lo iface lo inet loopback auto eth0 iface eth0 inet dhcp #auto eth1 #iface eth1 inet dhcp So, networking service couldn't start normally. Thanks.
  9. S

    [SOLVED] DCHP does not renew IP on CT

    arch: amd64 cores: 1 hostname: proxy-buh3010--prod memory: 512 nameserver: 8.8.8.8 net0: name=eth0,bridge=vmbr0,hwaddr=1A:88:EE:D5:AF:88,ip=dhcp,tag=404,type=veth onboot: 1 ostype: debian rootfs: MSA2040-2-ISCSI-lv02:vm-3010-disk-0,size=4G searchdomain: domainXXX.net swap: 512 unprivileged: 1
  10. S

    [SOLVED] DCHP does not renew IP on CT

    DCHP does not renew IP on CT 2: eth0@if174: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000 link/ether 1a:88:ee:d5:af:88 brd ff:ff:ff:ff:ff:ff link-netnsid 0 inet6 fe80::1888:eeff:fed5:af88/64 scope link valid_lft forever preferred_lft...
  11. S

    Configure network interface on nodes

    Hi guys! I need advice for best practice of configure network in my case (cluster 6 nodes and storage iSCSI) I have 10_Gi SFP card and 2 interface there: - enp7s0f0 - enp7s0f1 For example I tried 2 ways for configure ones: 1: enp7s0f0.vlan_iSCSI-1if vmbr0 (enp7s0f0) -VMs vmbr0 -...
  12. S

    VM Windows cannot start with RAM more 48GB

    Config: agent: 1 balloon: 0 bootdisk: scsi0 cores: 12 cpulimit: 20 hotplug: disk,network,usb,memory,cpu ide2: none,media=cdrom memory: 68608 name: term2012-1 net0: virtio=30:65:ec:b0:a9:14,bridge=vmbr0,tag=401 numa: 1 onboot: 1 scsi0: ssd-node6:vm-810-disk-0,cache=writethrough,size=160G scsihw...
  13. S

    VM Windows cannot start with RAM more 48GB

    I found workaround in post https://forum.proxmox.com/threads/problem-with-hotplug-and-64gb-ram.73621/#post-335003 It's bug and is fix exists?
  14. S

    VM Windows cannot start with RAM more 48GB

    Hi guys ! I have problem with VM (windows server 2012) . VM cannot start with RAM more 49152 MB, I got error: TASK ERROR: memory size (65536) must be aligned to 2048 for hotplugging But 65536/2048 = 32. P.S. I start VM with RAM 48GB and increase RAM to 64GB and that works without problem
  15. S

    fast incremental mode only for first disk of VM

    Hi! How to run on server, please? For which files these patches?
  16. S

    VM is stuck

    Hi guys! I faced with problem. VM is stuck and restart helped me only. But after restart I did not find stange thing and that call trace in log of VM and node proxmox. How to change log level on proxmox?
  17. S

    Monitoring VMs

    Thanks for advice. I configured influxdb + grafana , but faced with strange issue. I have 5 nodes in cluster , and I see info in some tables of influxdb from 2 only (pvenode1,4), for example: In tables cpustat only 2nodes and from tables system it's ok:
  18. S

    Monitoring VMs

    Hi guys! How to get metrics CPU usage, Memory , Disk IO of VMs from host like on graphs on Proxmox web. I could not find in docs of API
  19. S

    CPU hotplug does not work.

    Hi guys! version env 6.1-7 I faced with problem hotplug CPU. I did as described here https://pve.proxmox.com/wiki/Hotplug_(qemu_disk,nic,cpu,memory). But looks like modules loaded Added to grub "memhp_default_state=online" But it does not work for CPU without reboot guest VM. For...