I dont know why but the one of the dockage ones just doesn't seam to be starting docker since theres no networks (it seams to have started). so I'll take form the other one they are very similar
ip a1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc...
I also get this warning frequently. Not exactly sure what's the trigger. It's very weird, that this is the only mention of this error I can find with any search engine.
EDIT: I just realized this plugin was installed by HornetSecurity (former...
The config you posted only loads initrd.img. There isn't an ISO initrd line at all, this is why /proxmox.iso doesn't exist at runtime. The installer expects the ISO to be handed in as a second initrd named proxmox.iso [0].
This is missing a...
@AlexanderB: prüfe, wenn alles fertig ist ob bei größeren Kopiervorgängen auf den Share nicht alle paar Sekunden bzw. Minuten der Traffic kurzzeitig runter geht. Wenn das so ist hast du irgendwo einen Flaschenhals. Am besten auf die IO Werte...
I see a problem with such an attitude: If you think that it's somehow ok to do things in a dev/dev environment and push things afterwards to production you might end up with a production setup which shouldn't be done. Especially if your "rapid...
net0 is just a name applied to eth0 for better clarity, this doesn't have an impact on the device your container sees.
Can you check these on your container:
ip a
ip r
Thanks, Johannes.
I found that a similar feature request has already been opened:
https://bugzilla.proxmox.com/show_bug.cgi?id=7893
It seems to cover exactly the cluster-wide option to automatically add newly created guests as HA resources...
@El_Rapha, I get the impression that you don't read my replies carefully.
1) Retrying after only 10 minutes may possibly be too early.
2) open.ai retries were in a 5 minutes span - almost surely too early.
3) I'm repeating the question: were...
By default, Proxmox storage configurations are cluster-wide.
The cluster doesn't automatically know that your iSCSI LUNs are physically restricted to specific nodes. Because of this, all four nodes assume they have access to the storage...
Hi,
We're investigating a significant performance difference between Proxmox VE + Ceph and another KVM/OpenStack + Ceph environment. The issue only affects Windows guests.
Environment
Proxmox VE 9.2
Ceph Tentacle 20.2.2
QEMU 11
Windows...
I set it to dhcp I observed no real, I set it to static no real change also its called eth0 not net0 despite what it says. Oddly it displays no network information on dhcp and on static it seams to be missing everything but the out and the in in...
Hi @fiona,
In our environment of a few physical hosts recently upgraded to 9.2 we also bumped into that bug. And I cannot confirm that any versions pve-qemu-kvm>=10.2.1-2 made any difference. I used straight forward logic that io=io_uring...
Your container doesn't have an IP net0 has no 'ip=' set, so it never asks for one. That's also why everything looked like it turned IPv6: with no IPv4 configured, SLAAC from your router is the only address it picks up.
In the WebUI: your...
Was mir gerade bei deinem oben aufgeführten Testkonzert auffällt, unabhängig davon was als VM oder LXC dann letztendlich läuft, achte darauf deine Kapazität von CPU, Speicher und Festplattenspeicher nicht zu überverteilen.
Grundsätzlich der RAM...
Midnight Commander
apt install mc
Don't do it. :rolleyes: (IMHO)
Ist ein endloser Quell für Probleme. :p
Virtualisierung ist Virtualisierung ist Virtualisierung. Und kein "Durchreichen".
(Na ja ok, keine Regel ohne Ausnahme. Ich hab die iGPU...
Best Practice gibt's da afaik nicht. Was bei mir läuft: erstmal den Ist-Stand maschinell einsammeln statt abzutippen. Also pvesh get /cluster/resources --output-format json, dazu /etc/pve/storage.cfg, /etc/network/interfaces, die Gast-Configs aus...
I would create a template without disc's and all settings, afterwards clone it for the new vm.
For feature requests https://bugzilla.proxmox.com might have already one, otherwise feel free to create one.
Hi everyone,
I’m looking for a way to make HA the default behavior for newly created VMs in a Proxmox VE cluster.
Coming from a VMware environment, I’m used to HA being enabled at the cluster level. In that model, VMs in the cluster are...