Search results

  1. Jackobli

    PVE-Ceph, Adding multiple disks to a existing pool

    Hi there We got a six server cluster with existing ceph pools. Now we need to add more disks to one pool and I am unsure what scenario needs more time and/or causes more «turbulances» . The pool consists of 6 x 2 SAS SSD (3.2 TB and 6.4 TB). We would add another 6 x 2 SAS SSD (6.4 TB)...
  2. Jackobli

    Live migration, CPU types and performance

    Could…, should…, perhaps… are not terms I really like in IT. Have been running several hypvisors and as you write, usually the hypervisor has the capability to mask cpu features, so a migration will work and if not, it doesn't allow a migration. For sure I would not try to mix Intel and AMD, not...
  3. Jackobli

    Live migration, CPU types and performance

    Hello We are running PVE 8.1.3 on HPE DL 325/365 Gen 10 servers with different CPUs. Usually we only use 6 DL 325 with AMD EPYC Rome (7502P and 7502P). A while ago we added a seventh server which has a Milan 7513 CPU (two sockets). While doing live migrations for lifecycle (Patching) purpose we...
  4. Jackobli

    Proxmox 8.1 - kernel 6.5.11-4 - rcu_sched stall CPU

    Can confirm. We did shut down all vm of the first machine, upgrade the pve-node and restarted. Then migrated the vms of the other two nodes to the patched one without any rcu/problems.
  5. Jackobli

    Proxmox 8.1 - kernel 6.5.11-4 - rcu_sched stall CPU

    One of the vms that crashed agent: 1 boot: order=scsi0;ide2;net0 cores: 2 ide2: none,media=cdrom memory: 4096 meta: creation-qemu=8.0.2,ctime=1693310244 name: grafana-01.lab.ch net0: virtio=AA:34:95:60:78:F8,bridge=vmbr0,firewall=1,tag=303 numa: 0 ostype: l26 scsi0...
  6. Jackobli

    Proxmox 8.1 - kernel 6.5.11-4 - rcu_sched stall CPU

    Our Lab is running: 48 x Intel(R) Xeon(R) CPU E5-2690 v3 @ 2.60GHz (2 Sockets) (HPE DL 360 Gen 9) We had that RCU too. Our Production is running on AMD EPYC, so there are no problems to expect? Or better to wait one week with upgrade?
  7. Jackobli

    Proxmox 8.1 - kernel 6.5.11-4 - rcu_sched stall CPU

    Hello All I did the upgrade on our cluster (Lab and not PROD for heaven's sake) today, ran into the same problem. Needed to reset all vms (Debian and Alma). We do run the vm with cpu type default and our cluster has three nodes (HPE DL 360 Gen 9 with Intel(R) Xeon(R) CPU E5-2690 v3.
  8. Jackobli

    VM Windows cannot start with RAM more 48GB

    I know, it's an old topic, but still valid. Could we add the knowledge to this article found in the Wiki? And I still don't get the maths behind it. Is there a max of virtuall dimms? Could we add 32 * 16 GB DIMM? And it would still be necessairy to add another 1024M?
  9. Jackobli

    kernel: pcieport 0000:c0:03.1: PME: Spurious native interrupt!

    May I jump in? HPE DL 360 Gen 9 (our Lab-Environment) is showing the same behaviour. lspci -vv | egrep Net 04:00.0 Ethernet controller: Intel Corporation 82599ES 10-Gigabit SFI/SFP+ Network Connection (rev 01) 04:00.1 Ethernet controller: Intel Corporation 82599ES 10-Gigabit SFI/SFP+ Network...
  10. Jackobli

    Leftover Snapshots not possible to delete?

    Ok, so the «Warning»/«Check» in the PVE-GUI is just a hinder for the thick tumb to not erreanously remove the wrong disk file. The vm-102-disk-0 may not be deleted, this is the actual disk of the actual running vm 102 ;) I was able to remove the wrong/old images with rbd rm… Thank you. But...
  11. Jackobli

    Leftover Snapshots not possible to delete?

    Hello guys Today I had a view into the storage/disks of the nodes in our cluster and found some leftovers. Dunno, how we arrived to have them. Usually one needs to check the «Delete unreferenced disks» checkbox while deleting a vm. Does this checkbox automatically also include snapshots? As we...
  12. Jackobli

    Ceph x daemons have recently crashed

    We got the same problem since the last upgrade of PVE and Ceph. Has there been anyone filing an incident/bug-report. This seems not a regular behaviour.
  13. Jackobli

    Anzeige Storage Kapazität im WebGUI PVE

    Ja, 17.2.5-pve1 (vor ca 3 Wochen upgegradet als es verfügbar wurde). Use hat sich angeglichen. $ sudo ceph osd df tree class sas-ssd ID CLASS WEIGHT REWEIGHT SIZE RAW USE DATA OMAP META AVAIL %USE VAR PGS STATUS TYPE NAME -1 83.17984 - 56...
  14. Jackobli

    Anzeige Storage Kapazität im WebGUI PVE

    Ja, wir haben die Ratio gesetzt und Ceph schiebt die Daten herum (und die Anwender beschweren sich, dass sie hohe IO Waits haben). :rolleyes: ~$ sudo pveceph pool ls --noborder Name Size Min Size PG Num min. PG Num Optimal PG Num PG Autoscale Mode PG Autoscale Target Size PG...
  15. Jackobli

    Anzeige Storage Kapazität im WebGUI PVE

    $ sudo ceph balancer status { "active": true, "last_optimize_duration": "0:00:00.003595", "last_optimize_started": "Wed May 3 15:10:50 2023", "mode": "upmap", "optimize_result": "Optimization plan created successfully", "plans": [] } Vermutlich liegt das daran, dass er...
  16. Jackobli

    Anzeige Storage Kapazität im WebGUI PVE

    Müsste nicht der Autoscaler dafür sorgen, dass die Anzahl PG ungefähr stimmt? Hat das rebalancing beim hinzufügen der neuen SSD (à 6.4 TB) denn nun die Daten effektiv auf die neuen Disken verteilt? Wir sind ursprünglich davon ausgegangen, dass es «keinen Grund» dafür gäbe. ~$ sudo ceph osd df...
  17. Jackobli

    Anzeige Storage Kapazität im WebGUI PVE

    Danke, wir haben nun eben gerade sechs zusätzliche SSD hinzugefügt, da wir deutlich überprovisioniert waren beim High-Performance. Nun zeigt es (während rebalancing noch läuft): ~$ sudo pveceph pool ls --noborder Name Size Min Size PG Num min. PG Num Optimal PG Num PG Autoscale Mode...
  18. Jackobli

    Anzeige Storage Kapazität im WebGUI PVE

    Zum Glück kann ich das Terminal sehr gut in die Breite ziehen Wir hatten bereits einmal ein Ticket mit ProxMox wegen verschiedenen Themen rund um Storage und haben dabei festgestellt, dass es mit dem Autoscaler und den PG nicht korrekt funktionierte. Wobei ich ehrlich gesagt immer noch nicht...
  19. Jackobli

    Anzeige Storage Kapazität im WebGUI PVE

    Hallo Meines Erachtens ist die obige, grafische Darstellung ja nicht die des gesamten Platzes (welche zB im Reiter Ceph angezeigt wird). Die Anzeige des Storage Pools ist ja auch unabhängig, ob man Ceph oder einen sonstigen Speicherpool zur Verfügung stellt? Anyway, hier unsere Ceph - Infos...
  20. Jackobli

    Anzeige Storage Kapazität im WebGUI PVE

    Hallo Evtl wurde die Frage schon einmal beantwortet, aber meine Suche war nicht erfolgreich. Wir haben die hier gezeigte Info im WebGUI über den verfügbaren Speicherplatz auf einem Pool und ich verstehe die hellgrüne Linie nicht wirklich. Ist das die Gesamtkapazität? Dann sollte die doch nicht...