Recent content by cquest

  1. C

    [SOLVED] Server reboots since Proxmox v9 upgrade (RAM exhaust problem ?)

    I've found what was eating the RAM, had nothing to do with the upgrade... maybe the behavior is different or available RAM lower which is causing the reboot. Sorry for this false alarm
  2. C

    [SOLVED] Server reboots since Proxmox v9 upgrade (RAM exhaust problem ?)

    I've upgraded my Proxmox server from v8 to v9 a few days ago. It rebooted several times since the upgrade and it looks like it is caused by some RAM exhaust problem. Total RAM is 256GB. All my CT+VM are using roughly 64GB of RAM and their proxmox graphs do not show any increase use by them...
  3. C

    VM CPU issues: watchdog: BUG: soft lockup - CPU#7 stuck for 22s!

    Got the same error on my Proxmox v8 host, without VM running on it.
  4. C

    delsnapshot not deleting replicated storage

    I'm using ZFS for my storage, and found that "pct delsnapshot" does not delete snapshots on replicated storages in my cluster. Is this a know bug ?
  5. C

    ZFS replication of encrypted LXC subvol

    I'm using ZFS encryption on some LXC subvol storage, but found that proxmox replication does not natively support them. A single option needs to be added here ...
  6. C

    OpenZFS 2.0?

    It looks like zfs 2.0.3 in now in the stable proxmox repo :) Is there anything published about this upgrade ?
  7. C

    ifreload failed

    The network interface file does not seem to have any link with this issue. This part of ifupdown2 scans the available devices, without using the interfaces file. More details with a new node impacted... I just got the same problem on a second server, also using a melanox adapter (same as the...
  8. C

    ifreload failed

    Was 2.0.1-1+pve2, now 2.0.1-1+pve3 Same error message: "error: main exception: Length of MACAddress attribute not supported: 24" It comes from https://github.com/CumulusNetworks/python-nlmanager/blob/master/nlmanager/nlpacket.py#L591 I've replaced the raise.exception with a simple...
  9. C

    ifreload failed

    Same problem for me since a hard reboot of one of my servers which completely lost network :( I used ifupdown2 previously on this server and had no trouble, so it must be linked with some update. On another node, infiniband does not causes trouble with ifupdown2. The IB adapters are different...
  10. C

    [SOLVED] PVE 5.4-11 + Corosync 3.x: major issues

    Non corosync problem in my syslog... the fix seems good so far :)
  11. C

    [SOLVED] PVE 5.4-11 + Corosync 3.x: major issues

    Meanwhile... why not ask systemd to restart corosync when it crashed ? Restart=on-failure To my knowledge, link0 was not down Here is a full syslog during the same period: Aug 22 12:29:00 proxmox72 systemd[1]: Starting Proxmox VE replication runner... Aug 22 12:29:00 proxmox72 systemd[1]...
  12. C

    [SOLVED] PVE 5.4-11 + Corosync 3.x: major issues

    One more corosync crash (with 1.10_pve2)... I hope the upcoming bug fixes will help ! ● corosync.service - Corosync Cluster Engine Loaded: loaded (/lib/systemd/system/corosync.service; enabled; vendor preset: enabled) Active: failed (Result: signal) since Thu 2019-08-22 12:29:22 UTC; 2h...
  13. C

    [SOLVED] PVE 5.4-11 + Corosync 3.x: major issues

    corosync got killed (again) on one of my 3 nodes cluster root@r510a:~# systemctl status corosync ● corosync.service - Corosync Cluster Engine Loaded: loaded (/lib/systemd/system/corosync.service; enabled; vendor preset: enabled) Active: failed (Result: signal) since Sun 2019-08-11...
  14. C

    [SOLVED] PVE 5.4-11 + Corosync 3.x: major issues

    I also have instability in my 3 nodes cluster recently upgrade from 5.4 to 6.0. corosync got killed on two nodes during the past days. This morning, one of the node got out of the cluster. The log showed a "TOTEM FAILED RECEIVED". It got back it in by adding a second ring (on my infiniband...
  15. C

    [SOLVED] migrating (very) old (non proxmox) openvz container to proxmox 5

    I'm currently migrating an old server (debian 6 + openvz) to proxmox 5. The old vzdump script generates .tgz files that are not recognized by proxmox 5 pct restore command. Simply rename them to .tar.gz !