I ended up building my own solution using a Debian container and regular Apt tooling. I take a list of all of the packages installed on Proxmox VE after I finish my buildout with Ansible, and then pull those packages from the Proxmox Repo and the...
Das war des Rätsels Lösung, vielen Dank!
Ich habe die CPU auf x86-64-v3 geändert (v4 gäbs auch noch, ist das relevant?) und schon lief es! Datenbankzugriffszeiten wurden von ca. 30ms auf 0,3ms verringert.
@cwt : Meine Wochenrettung! Dankeschön...
interesting, did you do more than that? because there should be no difference between activating the 'ALL' service vs activating all 3 individually (nvidias script basically first finds all nvidia cards with 'ALL' and then does the same for each...
I don’t see any problem with packages that have already been flagged as problematic remaining in the “test repository.”
If that issue hadn’t been present in the test repository, we wouldn’t have noticed it or reported it in the first place.
I...
Ich meine SAS NVMe also NVMes mit SAS Anschluss.
Und warum ist Raid5 Hier Schlecht?
Bei RAID 1+0 Hätten wir nur 50% der Festplatten Kapazität
und bei RAID 6 Währe ja genau dass gleiche nur halt mit 2 Platten Spare.
Wenn die Controller dass...
And considering that there are some relocated (123) sectors on current SSD, you don’t see the risk of potentially migrating any of the corrupted data into a new SSD?
Das war des Rätsels Lösung, vielen Dank!
Ich habe die CPU auf x86-64-v3 geändert (v4 gäbs auch noch, ist das relevant?) und schon lief es! Datenbankzugriffszeiten wurden von ca. 30ms auf 0,3ms verringert.
@cwt : Meine Wochenrettung! Dankeschön...
CPU type auf Host gesetzt? Überprüfe in der VM mal (Powershell):
systeminfo | findstr /i "hyper-v"
Falls sowas ausgegeben wird:
„A hypervisor has been detected“
solltest Du die CPU auf x86-64-v3 ändern. Ansonsten läuft Virtualisierung in...
it's not a super good idea to use corosync over active-backup bond.
see: https://pve.proxmox.com/wiki/Cluster_Manager
at minimum, configure bond-primary to be sure to have the correct interface up by default, verify that all active interfaces...
/etc/pve isnt a normal filesystem. its a special cfs that is kept in a database format, and gets distributed and synchronized in real time. you can read about it here: https://pve.proxmox.com/wiki/Proxmox_Cluster_File_System_(pmxcfs)
/etc/pve...
Natürlich kann ich KVM oder LXC ganz ohne PVE nutzen. ZFS bekomme ich auch zu Fuß geregelt.
Warum sollte ich aber das Rad zweimal erfinden bzw. von einer KI erfinden lassen?
Warum stelle ich meine KI-Ergüsse bzgl. heiklen Umgebungen dann in das...
I made sure that the drive was not in the bios boot order at all
I did not see anything in /etc/fstab that specifically referenced this device but I don't know what I am doing
The first time I had issues I tried wiping the SSD
fstab...
Thanks for the reply. This happened last week and we had to recreate the cluster from scratch. I'm interested in understanding how having 2 new nodes joined simultaneously, ended up de-stabilizing the cluster and reverted them back to standalone...
Hi everyone, I'm currently managing a Proxmox Backup Server (PBS) instance that's running out of storage space in the datastore.
My current environment is PBS based on Debian Bookworm, which uses ZFS 2.2.6. As many of you know, older ZFS...
Great that the details helped you!
The recommended way to put an LRM service into an idle state would be to either move all of the HA resources placed on that node to another node or put all the HA resources placed on that node into the...
Thank you for the detailed and patient explanation. It's helpful to understand the logic behind the LRM idle state and the specific conditions for restarting the service.
It would be much easier if we could just toggle the watchdog or "disarm"...