Thanks for the reply
I went with Directory because its what everyone on youtube/internet appeared to use - I could use its for general storage/disk images/backups ..etc
ZFS always looked complicated (higher memory use/cpu/managment...etc)...
Is there a good reason you didn't make the storage LVM-Thin or ZFS? Directory can have some disadvantages.
Inside the VM you need to initialize/format the virtual disk, create a filesystem and then mount it. This has most of the information.
Ich bin jetzt selber weit weit weit weg von Experte, aber ich glaube dann bist du nicht die Zielgruppe von Proxmox. Proxmox richtet sich nicht an die Leute die nur eine GUI bedienen können und wollen und sich sonst nicht weiter mit befassen wollen.
das best practice hatte ich gerade durchgeschaut. Das sieht mir aber aus als wenn es rein um Windows VM geht. das klappt ja bei mir. Den ersten Link kannte ich nicht, schaue ihn mir aber jetzt mal an...
Kennst du das?
(ab Manual Migration)
https://pve.proxmox.com/wiki/Migrate_to_Proxmox_VE
Und hier ganz allgemein:
https://pve.proxmox.com/wiki/Windows_2019_guest_best_practices
ok, der Effekt war der, der im Eingang genannt wurde. Es existiert kein Bootmedium. Dann habe ich erstmal in der Ziel VM das Bios auf OVM (UEFI) gestellt. Eine EFI-Disk hinzugefügt. Weiterhin habe ich den Maschinentyp auf pc-q35 gestellt. Den...
With only three nodes (and one of them down) there is not chance to rebalance. It will stay "degraded" forever as the "failure domain" usually is "host".
Read through https://forum.proxmox.com/threads/fabu-can-i-use-ceph-in-a-_very_-small-cluster.159671/. 3 nodes will technically work but as soon as you reboot one you’re at the minimum 2 replicas.
You don’t give disk sizes on the first two but...
It's clear that you disabled or removed the Debian repositories from your Proxmox. Proxmox is build on top of Debian and needs those repositories for updates as well. Please re-add them using the Proxmox web GUI or the command line (see manual...
Guten Morgen Zusammen und frohe Ostern wünsche ich.
Vielen Dank für die Infos.
Ich hab bisher auch wenig Erfahrungen mit Docker, weil ich bisher einfach auch immer eher eine VM vorgezogen habe, als ein Docker Container.
Obwohl das Prinzip eines...
Is there a good reason you didn't make the storage LVM-Thin or ZFS? Directory can have some disadvantages.
Inside the VM you need to initialize/format the virtual disk, create a filesystem and then mount it. This has most of the information.
Basically you need to verify (and confirm) that all network settings "fit together". Is 192.168.1.0/24 actually your local network or did you just "invent" it during the PVE installation? Is your client using the very same network? (If not: you...
Sounds reasonable to me.
You could also do a backup directly with PVE to the storagebox or some local folder you sync to the storagebox with rclone. This doesn't need PBS but will cost more storage space and take longer to restore. But it should...
Unfortunately you always have to cut some corners in a homelab.
The problem with PBS virtualized on a PVE or even bare metal installed parallel to PVE is if a PVE node gets compromised. Once there is a massive vulnerability in PVE and an...
Isn't that true for any ceph cluster with 3 replicas? Some data will always be not available. The data is not instantly available on other nodes and needs rebalancing if you're not using noout on reboot.