Thank you for reporting back and explaining what it does. I can see that the tool has its place for solving problem that arise if you use LVM or NFS with VMs. For that purpose it automates a lot of the complexity and is well and good, yet I still...
Bei Punkt 2.) vermute ich mal, dass das nicht so möglich sein wird.
Ich werde nun einfach die Listen doppelt pflegen.
Hat jemand noch eine Info zu Punkt 1.) ?
Meine Lösung für meine v9.1.0 (falls jemand das gleiche Problem hat):
sudo -u postgres psql
\l
\c Proxmox_ruledb
\dt
\d userprefs
\copy (SELECT pmail, name, data FROM userprefs ORDER BY name DESC) TO '/tmp/userprefs.csv' WITH (FORMAT csv, HEADER...
Hi @petruzzo
thanks for posting on the forum!
As a test could you try to use pvesh instead of pveceph directly?
Your command would look something like this
pvesh create /nodes/<node>/ceph/osd --dev <DEV> --node <node> --osds-per-device 2
Ref...
Hi @dakralex,
As I understand it, the rebalance-on-start feature does not take any action for VMs that are being starting on another node after a node failure. It only takes effect when a start is issued for VMs that are already in a stopped...
Using AI isn't the objection. When the entire argument or justification is entirely AI-generated, I have no desire to argue with someone else's chatbot copy/paste.
There's no need to spend tokens on me — I don't believe a single line of your...
Thank you very much.
Finally, I'm referring to the following scenario.
Let's assume the cluster has several nodes running at varying utilization levels. If one node fails, its HA virtual machines are recovered onto the remaining nodes — not...
Attach the images? Is doing that the same as attaching the drives? And is the container the 'guest'? I don't think I'm missing any other data. Before I mounted the disks with mount /dev/sda1 /mnt/pve/library , would I just need to mount it a...
Hi, @dipstickone , you are not the only one who misses it.
This absence has been reported in the forum quite many times, unfortunately Proxmox developers haven't corrected this :-(.
Is there an option to set the units used for network traffic in the summary?
I cant seem to see it anywhere.......Am i missing something?
Mention of the scale would be a plus.
Somewhat new to Proxmox. Trying to do a simple Upgrade task after new install of v9.1.1 and received the following error:
Some troubelshooting I've tried:
rm -R /var/lib/apt/lists/*
apt clean
apt update
Also, I've disabled the Enterprise Repo...
Hi!
In case of a fenced node, the HA resources on the fenced node are put in recovery state and the HA Manager will select a recovery node for each HA resource individually. This will always try to spread the HA resources on the remaining...
So wie versprochen eine kurze Erfolgsmeldung.
Die NVMe kam doch schon heute, zu den sonstigen Vorbereitungen nochmal frische, verifizierte Backups erstellt und wie geplant mit ddrescue -f -n die Samsung auf die Kingston geklont.
Dabei kamen...
Hi, @Abhinav Arya
You gave the "[TUTORIAL]" prefix for this post thread. But your post doesn't contain any tutorial.
Could you edit the subject and remove that prefix?
Currently it is simply not true and misleading for readers. People search...
Hello,
I'm a bit confused about High Availability and the Cluster Resource Scheduler (CRS). I don't think I've fully understood how High Availability works yet. Could you help me understand it better?
I'm referring to the following scenario...