Search results

  1. S

    Intel pentium 8505 support

    And I followed https://forum.proxmox.com/threads/host-hard-crashes-pve-8-1-4.141464/ and https://forum.proxmox.com/threads/pve-freezing-acpi-bios-errors-on-bootup.121354/
  2. S

    Intel pentium 8505 support

    Hi, Are you sure the Pentium 8505 is supported by Proxmox ? I have a few mini PC with this processor and they are all really unstable under Proxmox (latest version, intel firmware installed). Under Linux, I tried many stress tests and they are rock solid. Same for memory with memtest86+.
  3. S

    [bug] Cluster not displaying all nodes as up

    Mar 10 13:40:51 pve10 systemd[1]: Stopping pvestatd.service - PVE Status Daemon... Mar 10 13:40:51 pve10 pvestatd[1863634]: received signal TERM Mar 10 13:40:51 pve10 pvestatd[1863634]: server closing Mar 10 13:40:51 pve10 pvestatd[1863634]: server stopped Mar 10 13:40:52 pve10 systemd[1]...
  4. S

    [bug] Cluster not displaying all nodes as up

    Leaving my PBS server online don"t resolve anything. The 1st node (pve10) still show as down and the service still crash. Where could I find a log or a debug option ?
  5. S

    [bug] Cluster not displaying all nodes as up

    How ? Because this storage is the backup server and that computer is only powered when I need to backup... Or maybe do you know a command I could run with cron to mount / unmount that volume ?
  6. S

    [SOLVED] Mount SMB share to unprivileged CT but in Cluster configuration !

    I created all the mount points on every servers and it's working.
  7. S

    [SOLVED] PVE got a few errors and then hang after a few hours

    To solve this problem, I just... deleted all my Ceph configuration and redo it from scratch, and added a 4th node.
  8. S

    [bug] Cluster not displaying all nodes as up

    Alas ! The bug come back after 1 or 2 minutes, and service still show as running.
  9. S

    [bug] Cluster not displaying all nodes as up

    root@pve10:~# systemctl status pvestatd.service ● pvestatd.service - PVE Status Daemon Loaded: loaded (/lib/systemd/system/pvestatd.service; enabled; preset: enabled) Active: active (running) since Thu 2025-03-06 22:06:20 CET; 1 day 15h ago Main PID: 934 (pvestatd) Tasks: 2...
  10. S

    [bug] Cluster not displaying all nodes as up

    Side note : I noticed the value of IO delay pretty high compared to others hosts (<1%). Storage is Ceph pool, full nvme SSD, dedicated network with 2.5 Gpbs switch.
  11. S

    [bug] Cluster not displaying all nodes as up

    Hi, My clusters is made of 4 members. Sometimes, the display is bugged and dont display one member as up. It's still active (I could SSH to it, VM are running, some stats are working). I've tried to restart pveproxy service, no effect.
  12. S

    [SOLVED] PVE got a few errors and then hang after a few hours

    [ 4455.646751] watchdog: BUG: soft lockup - CPU#0 stuck for 302s! [pvestatd:1087] [ 4455.647541] Modules linked in: dummy ceph cfg80211 veth cmac nls_utf8 cifs cifs_arc4 nls_ucs2_utils rdma_cm iw_cm ib_cm ib_core cifs_md4 netfs rbd libceph ebtable_filter ebtables ip_set ip6table_raw iptable_raw...
  13. S

    [SOLVED] PVE got a few errors and then hang after a few hours

    Hum, I don't understand why node pve12 is trying to mount a CephFS because I don't have one : root@pve12:/# ceph fs ls No filesystems enabled
  14. S

    [SOLVED] PVE got a few errors and then hang after a few hours

    Hi, I'm trying to find why one of my PVE host is crashing randomly. My configuration is a cluster of 3x nodes + Ceph dmesg part 1 : Feb 18 10:57:48 pve12 ceph-osd[1136]: 2025-02-18T10:57:48.853+0100 7a167f8006c0 -1 osd.2 1118 get_health_metrics reporting 256 slow ops, oldest is...
  15. S

    [SOLVED] Error while trying to restore a CT

    Worked ! pct restore 113 PBS_pool:backup/ct/111/2025-02-17T21:42:15Z --storage Ceph_Pool --rootfs Ceph_Pool:32
  16. S

    [SOLVED] Mount SMB share to unprivileged CT but in Cluster configuration !

    Hi, I switched from a single server to a cluster env with 3 nodes. I have a media server CT, unprivileged, that need to access SMB share of external storage. Before, I have a fstab with the mount points on the server. But now, with a cluster, how to do that ? Should I create the mount point on...
  17. S

    [SOLVED] Error while trying to restore a CT

    Hi, I have an error while trying to restore a CT. My setup one PVE server connected to PBS a cluster of 3x PVE nodes connected to PBS a PBS server :) When trying to restore the CT on one node of the cluster, I get that log : recovering backed-up configuration from...
  18. S

    Migration between PVE and PVE cluster

    Ok, qm is for VM, I wanna do it for CT, so -> root@pve2:~# pct remote-migrate 110 120 'apitoken=PVEAPIToken=root@pam!migration-token=a9d3e2cc-9bdd-45be-a562-09b96bc941fb,host=192.168.0.14,fingerprint=69:0D:30:7B:14:B7:62...
  19. S

    [SOLVED] qm remote-migrate using up all available RAM

    Can you give me the command you were using to migrate your VM ? I'm still trying and look like I'm fighting with apitoken argument !