Hello i try to use Pocket ID with PDM and have 400 error.
Please do a tutorial to set it up.
This works with Proxmox :
https://pocket-id.org/docs/client-examples/proxmox
This does not work with PBS...
Hier noch ein Verweis auf eine "HA"-Lösung (<60s) die mit Scripten funktioniert. Vielleicht ist das was für dich.
https://forum.proxmox.com/threads/benachrichtigung-bei-vm-ausfall.169572/
For such a configuration where the hosts are disproportionate and/or you're not needing any of the cluster features, you should consider having each node be on its own and use Proxmox Datacenter Manager for centralized management and VM...
With that setup, you have quorum as long a node 1 is online. So yes, you can start/stop/edit while the second node is offline. There is no risk for split-brain if you keep the votes that way.
Btw, this is easy to test...
> Btw, this is easy to test...
yes I know, but I won't test it until the next power outage (emoji sweating)
The question is more about the split-brain and unforeseen future issues. You responded (emoji thumb up) Thank
(edit: discovering this...
With that setup, you have quorum as long a node 1 is online. So yes, you can start/stop/edit while the second node is offline. There is no risk for split-brain if you keep the votes that way.
Btw, this is easy to test...
Hello,
I have a two node cluster. I know, I know that is not ideal. I need the cluster for … reasons.
In this cluster I do not need high availability. If a node is down, it is down. I can live with that. (That is a home prod thing, not a...
It worked!
I used the following commands, in case someone needs it in the future:
sgdisk -e /dev/vdb
sgdisk -d 1 /dev/vdb
sgdisk -N 1 /dev/vdb
apt install parted
partprobe /dev/vdb
resize2fs /dev/vdb1
Screenshots:
Those using zfs, after Disk Action > Resize > Resize Disk on PVE (or resized disk/partition on bare metal):
# 1. Identify pool name you want to resize
zpool list
NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH...
Ja, sicher!
Am einfachsten ist - mit Abstand - NFS. Möglicherweise will man iSCSI einsetzen, aber das erhöht wieder die Komplexität.
Die virtuellen Disks der VMs liegen dann in dem RAID5? Das ist worst case und aus meiner Sicht nicht...
Naja solche Dienste konfiguriert man ja als eigene Cluster, daher ist hier ein HA Schwenk gar nicht nötig. Aber ich gebe Dir Recht, es geht nicht immer gut. Manchmal bekommt der geschwenkte Service dann doch ein Schluckauf.
It is normal and expected.
The fundamental nature of a Copy-on-Write filesystem is to place modified data inside a large file onto another sector than before --> another segment is born every time.
And just to clarify: FRAG does not tell the...
Don't follow youtubers, their advice is redundant to the manual or this forum at best and ill-advised click-bait at worse.
EMMC will suffer wearout from Proxmox write load ( logs, monitoring data, internal config database). For this reason the...
It is normal and expected.
The fundamental nature of a Copy-on-Write filesystem is to place modified data inside a large file onto another sector than before --> another segment is born every time.
And just to clarify: FRAG does not tell the...
How do I safely remove all kernel questions ???? Are these taking up space??
root@pve:~# dpkg -l | grep pve-kernel
ii pve-firmware 3.18-4 all Binary firmware code for the pve-kernel...
I keep having often or space exhausted from on ESP !
root@pve:/tmp/myesp/EFI/proxmox# ls
6.17.13-14-pve 7.0.12-1-pve 7.0.14-2-pve 7.0.14-4-pve 7.0.6-2-pve
root@pve:/tmp/myesp/EFI/proxmox# ls -l
total 20
drwxr-xr-x 2 root root 4096 Jul 1...
Bezüglich des PVEScheduler bin ich mir nicht sicher.
Nur meiner 1. Host meldet den Fehler und das nicht nur zu den Backup Zeiten.
Die Meldung erhalte ich mal 5 x am Tag und mal 50 x mal am Tag.
Das mit dem Interface Speed verstehe ich auch...
It is normal and expected.
The fundamental nature of a Copy-on-Write filesystem is to place modified data inside a large file onto another sector than before --> another segment is born every time.
And just to clarify: FRAG does not tell the...
I think it comes down to refreservation here. See here how to fix it for current vdisks: https://forum.proxmox.com/threads/storage-usage.167052/#post-776013
Why? Because you didn't enable Thin Provisioning for the ZFS storage. Enable it so future...