You did not mention if you follow any documentation, so I need to mention that nearly every step is well documented: https://pve.proxmox.com/wiki/Upgrade_from_8_to_9
You may place a feature-request-"bug" over there: https://bugzilla.proxmox.com/describecomponents.cgi?product=pve . (If you do: please cross-link to here.)
Currently there is no good solution, as far as I know. But you can either a) manually...
You can create virtual machines freely on PVE. Isn’t the safest approach to create a virtual machine yourself and test whether it works?
If someone tells you it’s possible but it doesn’t actually work, you’re the one who ends up in trouble...
As far I can see @.n3 uses syncoid only for the backup of his nextcloud bulk data. I do something similiar myself with my NAS data although the NAS OS is a VM. Storage on cloud vservers can get quite expensive so it makes sense to use cheaper...
systemd-userdbd where the change( adding an optional field you can set to any date you like) occured isn't even used in ProxmoxVE. But even if it would be used: The whole outcry is way overblown.
Even if one get rids of systemd ( imho a bad idea...
The way I do it:
- Src cluster has subscription.
- Update the nodes to latest version.
- Install new servers, configure network.
- Move subscription to new nodes.
- Install latest packages on new nodes.
- Setup Ceph, storages, backups, users...
@niteshadow While technically you could, you are breaking two golden rules:
Good practice dictate to have the same package versions on every node.
Each server in your cluster needs its own subscription based on its specific socket count. All...
You should really ask https://shop.proxmox.com/contact.php for a recommended/safe procedure. Probably you are not the first person with this "problem".
Please post their answer here :-)
Dann darfst du "sudo" einfach ignorieren. Komplett. Mehr Rechte als "root" geht ja nicht ;-)
Offenbar ist irgendwas an deiner Installation anders als üblich. Der Such-Pfad sollte so aussehen:
~# lsb_release -c; echo $PATH
Codename: trixie...
Das ist ein Befehl, der nicht von "normalen" Nutzern verwendet werden soll. Er liegt daher dort:
~# which mdadm
/usr/sbin/mdadm
"/usr/sbin/" ist möglicherweise nicht im Pfad von deinem Nutzer enthalten. Du brauchst außerdem root-Rechte, um mit...
Ja, das mag gerne sein.
Solange alle Geräte "freundlich" sind, ist alles in Ordnung. Aber wenn irgendein Gerät Unfug im anderen Netz treiben will, dann kann es das - ohne dich (oder den Router) zu fragen.
Dazu kommen ARP-Broadcasts, die dann...
Dieses. Darum würde ich auf den Reservegerät noch einen ProxmoxBackupServer packen, dann hat man a) ein Zweitbackup ( immer eine gute Idee ) mit allen Vorteilen des PBS und b) hat damit dann auch einen Grund den Reserverechner immer uptodate zu...
Du brauchst nur ein Default Gateway, das reicht. Zusätzliche IPs packst du einfach als weitere Adressen auf die bestehende vmbr0. In /etc/network/interfaces sieht das dann so aus:
iface vmbr0 inet static
address 1.2.3.4/24
address...
Damit machst du einen Kurzschluss zwischen den beiden Netzen. Das führt oft zu "interessanten" Effekten... und eliminiert die vermutlich gewünschte Trennung.
Das reine Betriebssystem braucht auf keinen meiner Knoten mehr als sieben GB. Templates, iso-images o.ä. kann man auf NFS auslagern, beim eigentlichen Betriebssystem würde ich davon die Finger lassen. Am Ende kann ein Dienst nicht aufs NFS...
Hallo,
hier ein Python-Skript um die Konfigurationsdateien und optional auch einen ZFS-Snapshot des rpool separat zu sichern.
Vielleicht ist es ja für den einen oder anderen hilfreich oder dient als Inspiration.
Features :
Pull-basierte...