Hi everyone,
I have created a small Python-based helper script for importing VMware VMs stored on NFS into Proxmox VE:
GitHub: https://github.com/cybrwerk/vmware-pve-nfs-import
The underlying method is not something new or proprietary. It is...
Da muss ich @TErxleben zustimmen: Docker in LXC ist einfach anfälliger und nicht so isoliert wie VMs. Ich schätze mal 70% oder mehr der hiesigen Posts im Forum, die Probleme mit LXC und Docker thematisieren, wären unnötig, wenn die User direkt...
Recht einfach ließe sich das über eine NAS und NFS einrichten. Die NAS kann bare-metal oder auch als VM vorhanden sein. Ich vermute mal, Du wirst Nextcloud, Immich, etc. als Docker Container laufen lassen? Im LXC wäre das mit Docker nicht zu...
OPNsense is my edge router with a 2.5GB/s connection. As I said, I have a /56 and this is assigned by my ISP. I am familiar with how IPv6 works compared to IPv4.
I am also aware that /etc/sysctl.conf is not supposed to be used anymore. As I...
do you indeed have a dhcp6 server running on the network where eth1 is connected to? (Otherwise this would explain the long wait for a dhcp-timeout)
if you don't have a dhcp6 server - chose static in the GUI (both for configuring a static ip, and...
Hi AlexanderB
You could try with this vlan entry:
auto vmbr0.9
iface vmbr0.9 inet static
address 192.168.9.20/24
gateway 192.168.9.1
Did you check that vlan9 is tagged on nic0 uplink on switch-side (or Bridge when virtual) as with...
I thinkg this is en excellent read on why it might could be considered now.
I stil think it is not a good idea. Why? Storage is cheap, performance is not. While it is faster, it still comes with a IMHO extreme performance penalty.
The other...
Ich möchte noch was zu dem Thema ergänzen, was ich nach etlichen Stunden Suche erst gefunden habe. Proxmox lief zunächst in einem Netzwerk ohne VLANs, erst später habe ich OPNSense auf eine VM installiert, Dabei war vmbr1 zunächst noch nicht VLAN...
Zum Boot-Problem: dein PVE-Root liegt auf einer anderen Platte, es hängt nur der Import vom kaputten Datenpool und blockiert damit den Boot. Beim Bootprompt hängst du an die Kernel-Cmdline systemd.unit=emergency.target dran, dann kommst du in...
Cooles Projekt, sieht echt durchdacht aus. restic check verifiziert dir nur die restic-Chunks, ob der zfs-send-Stream danach auch sauber per zfs receive wieder zurückkommt, sagt dir das nicht. Ich würd regelmäßig echt mal einen Test-Restore in...
Hi,
I would check that:
the SDN zone isn't limited to specific nodes and the target node is excluded (s. /etc/pve/sdn/zones.cfg)
there is no ha-rule for restricting the nodes for this vm and the strict setting being enabled. (s...