Nice! Love the new additions, especially:
* OCI Support
* Datacenter Bulk Options
* Add-To-HA via Wizard
* Networking Pinning via Installer, Auto-Installer
Thanks for the great work! We already used 9.1 in the training today, worked like a charm!
Given that Proxmox VE 9.1 provides support for OCI images as application containers, you can now run Docker containers through Proxmox VE directly. They get more or less “translated” to LXC containers. This feature is still a tech preview, though.
Hi,
if you mean: https://bugzilla.proxmox.com/show_bug.cgi?id=7006 then yes:
lxc-pve (6.0.5-2) trixie; urgency=medium
* fix #7006: do not restrict /proc or /sys if nesting is enabled anyway, as
then one can mount a fresh instance of...
Wow! Datacenter bulk actions???
This in come im handy.
I asked this feature a long time ago... https://bugzilla.proxmox.com/show_bug.cgi?id=4200
Thank you guys... You are amazing.
Be careful when updating Docker on Proxmox LXC machines (as far as I know): when you run apt update&&apt upgrade, among other packages, containerd.io is updated to 1.7.28-2~debian.13~trixie, so if you try to launch your containers, you will get...
@nalysarbur , can you please post the contents of your both virtual machine configuration files from /etc/pve/qemu-server , your storage.cfg and the output of pvs/vgs/lvs commands ?
OK, I'm quite confident that I've found and isolated the problem (and will drop it on github soon).
So let's start with the analysis. At first, be careful that virtio releases in time are not relevant to the commit dates.
I mean that if you see...
I did some new tests, this time with an unreleased, Pre-WHQL (i.e. non-certified) vioscsi driver 0.1.292, found here: attestation-virtio-win-prewhql-0.1-292.zip
And it was quite fast, the bug is present, still with the high incidence, so even...
Hi all, I'm the author of this ass-kicking post. After more than year, I'm back to service, as bug hunting never ends.
I'm sorry that I've missed many of the questions and messages, but let's move forward, we have another urgent problem(s).
In...
Thanks! Looks great, just stumbled upon this thread again. Just in case you did not know: its now recommend to ONLY set noout for complete cluster shutdown: https://pve.proxmox.com/pve-docs/chapter-pveceph.html#pveceph_shutdown there were cases...
Du musst eh neue LUNs nutzen, da Proxmox nicht mit VMFS umgehen kann.
Schau dir mal das Thema Migration mit minimaler Downtime im Wiki an oder warte bis Heise meinen Vortrag von heute Nachmittag offiziell zugänglich macht, da stelle ich das als...
Hallo!
Ich bin neu hier im Forum und auch neu mit Proxmox, habe seid zwei Wochen jetzt einen Server am laufen und ziehe gerade Stück für Stück die Server von VMWARE um. Gestern hatte ich einen Server 2022 der sich mit den Festplatten quer...
Was ich nicht verstehe ist, dass man darüber diskutiert, warum jemand eine weitere und wie ich aus vielen Beiträgen lese zusätzliche Möglichkeit einer schnelleren Migration ermöglicht. Niemand muss es so machen, kann es aber bei Bedarf probieren...
Hi Falk!
Ich hab mir das mal angesehen. Das devcon Tool erstellt, soweit ich das sehe, dann das Dummy Device.
Da devcon nicht immer installiert wird, hab ich mal nachgesehen und MS empfiehlt selber doch lieber pnputil zu verwenden...
kernelnewbies generally has a good list (ie https://kernelnewbies.org/Linux_6.17 https://kernelnewbies.org/Linux_6.16 and https://kernelnewbies.org/Linux_6.15), no need to use an LLM here.
Kernelchanges should be read at: https://kernelnewbies.org/LinuxChanges
Edit: seems like @BlueMatt was quicker ;-( Thanks for the direct links, could not find them on kernelnewbies.org
I would have tried to:
- create another LUN in the iSCSI storage
- connect it manually on one node
- create an ext4 on it
- mount it on that single node at /nnt/IMPORT
- add it to PVE as directory storage in just that host.
Essentially the same...