I'm not an expert but first of all you should add a qdevice to your existing pve cluster, you need at least 3 devices in the cluster to achieve a valid quorum.
Don't add servers in different DC's to a single cluster (except if you are absolutely...
Hi there,
I am migrating my PBS4 + PVE9 server to a new disk array. I moved all datasets to new pool and now am trying to take the old pool offline. However, no matter what I do, that pool is somehow still in use:
root@proxmox:~# zpool export -f...
Which operating system?
Which browser?
We are talking about the PBS web frontend --> Administration --> Shell, right? In my Librewolf (=Firefox) I can utilize the right-click context menu to copy and also to paste text.
Oh, stop! How did you...
I think we are missing something more fundamental. Did you check the actual IP address pbs has? In your posted output it is not shown anywhere. Please show us:
ip address show # currently active IP addresses on the PBS
ip route...
Yes - all data stored on that OSD.
But: "If you think to re-add the content of that OSD: Ceph should have repaired/re-balanced itself a short while after the crash by shuffling around the actual content. The content of that old OSD is probably...
Thanks for the quick response, this is also what i found but i thought maybe someone has a (nasty) trick.
The latency would be fine, i got fiber at home and in the datacenter, according to my monitors the latency has never been more then 5. But...
This propably won't work for for multiple reasons:
First you can't add nodes with vms or lxcs to a cluster since their config will get overwritten:
Second the corosync network needs low latency thus I would expect issuses with a setup...
Eigentlich ist das "best practice" in bash scripts.
set -e -> script bricht ab, wenn exitcode ≠ 0. Lässt man das weg, macht das script stumpf weiter
set -u -> nutzt man eine nicht definierte Variable, führt das zum Fehler
set -o pipefail -> in...
Dann spreche ich wieder noch mal eine Warnung aus: es ist nicht einfach den proxx vi Namen zu ändern, insbesondere gilt das für proxmox ve 8. Bei mir wartet doch die proxmox ve Version 9 auf ihren Einsatz, vielleicht ist es hier über die GUI...
Did you try to change your DNS servers TTL as described in #5 and #6m and why are you concerned in the first place? As long as everything works some noise won't hurt anybody.
Everything is possible in the Web-Gui, no CLI-fu required: 1) remove it "officially" from Ceph 2) wipe the disk 3) add it as a new OSD.
At least that's what I would do.
If you think to re-add the content of that OSD: Ceph should have...
Your testy NFS storage is inactive because it’s missing a path.
Fix it with:
pvesm set testy --path /mnt/pve/testy
Then check:
pvesm status
It should be active.
When adding NFS storage via CLI, always include --path /mnt/pve/<name>
Port 8007 is driven by proxmox-backup-proxy. Compare my output:
~# systemctl status proxmox-backup-proxy.service
● proxmox-backup-proxy.service - Proxmox Backup API Proxy Server
Loaded: loaded...
Mixed drives = worst drive wins → ZFS RAIDZ is slowed down to the slowest SSD (the Blue).
Consumer SSDs (Blue) are not made for VMs → low endurance, unstable latency, no power-loss protection.
RAIDZ is already bad for VM I/O → combine that with...