Recent content by jsterr

  1. jsterr

    Shutdown of the Hyper-Converged Cluster (CEPH)

    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 were setting norebalance and norecover resulted in...
  2. jsterr

    [TUTORIAL] Kleiner Gamechanger bei der Windows Migration zu Proxmox

    Coole Sache Falk! Nach dem Migrieren kann man den zweiten "Virtio-SCSI-Controller" rausschmeißen via uninstall? Hat bei mir geklappt!
  3. jsterr

    Opt-in Linux 6.17 Kernel for Proxmox VE 9 available on test & no-subscription

    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
  4. jsterr

    iSCSI where to put ISOs or Import-Images?

    Hello, when people use iSCSI how can a user place files onto the shared storage? Is it only possible with nfs or is there a way to do it with a iscsi-lun? * Cluster with: iSCSI via (Datacenter / Storage / Add / iSCSI) * LVM-Thick ontop of iSCSI with Snapshot-Chaining Feature Enabled (whats the...
  5. jsterr

    Wie wird der Remote-Support via SSH umgesetzt - Enterprise-Support

    Der Standardsupport und Premium-Support enthält: Remote support (via SSH)
  6. jsterr

    Wie wird der Remote-Support via SSH umgesetzt - Enterprise-Support

    Muss das Cluster per SSH aus dem Internet erreichbar sein (zumindest temporär) Oder gibt es ein VPN? Oder geht Support via Teamviewer, RustDesk oder Ähnliches etc.? Habe den Remote-Support noch nie gebraucht, dachte ich frage mal nach - vielleicht kann hier ja jemand berichten :-)
  7. jsterr

    SDN cant delete vnet

    I had this today again, without having a left ip on the ipam or anything else. I ended up deleting the part in /etc/pve/sdn/subnets.cfg for that simple-zones-vnet-subnet.
  8. jsterr

    [SOLVED] Ceph nach ISCSI Mulitpath defekt

    Liegt sehr wahrscheinlich an dem Dell-Parameter: "find_multipaths no" welcher https://manpages.debian.org/bookworm/multipath-tools/multipath.conf.5.en.html#strict "Both multipathd and multipath treat every non-blacklisted device as multipath device path." bedeutet.
  9. jsterr

    Proxmox Datacenter Manager 0.9 Beta released!

    Thanks! Upgrade went smooth, also nice but not mentioned: beeing able to trigger node-updates of remotes via pdm now!
  10. jsterr

    Trixie Repository Not Signed OpenPGP

    Was a problem with apt-cacher-ng seems not to be proxmox related. Thanks for the help though! Updated the apt-cacher-ng server and then it worked fine.
  11. jsterr

    Trixie Repository Not Signed OpenPGP

    On a relatively new system I get: root@pve-5:/usr/share/keyrings# apt update Hit:1 http://security.debian.org/debian-security trixie-security InRelease Hit:2 http://download.proxmox.com/debian/ceph-squid trixie InRelease Hit:3 http://download.proxmox.com/debian/pve trixie InRelease Hit:4...
  12. jsterr

    Upgrade Proxmox Cluster from 8.4 to 9 – Can I migrate VMs back to the upgraded node before finishing all nodes?

    Yes Proxmox makes sure that you can always migrate to a newer node (but not back from the new node to an older one). Livemigration is no problem, have fun!
  13. jsterr

    Proxtalks / SLAC / DOST

    Moin! Auf der Proxmox Linkedin Seite wurde das Event beworben. XING ist tot, Linkedin ist sehr aktiv (finde ich zumindest). Im Forum würde ich mich auch freuen. Eventuell gibts hierfür eine Möglichkeit im deutschen Bereich? Wir melden uns bei Daniela (@ aaron) Ansonsten ja es sind einige...
  14. jsterr

    Proxmox 9 + Terraform provider: Missing VM.Monitor permission, but it doesn't exist

    "Drop the VM.Monitor privilege and instead require the Sys.Audit privilege for basic access to the KVM monitor.Commands besides basic informational commands require the Sys.Modify privilege, and some commands are restricted to the root user." https://pve.proxmox.com/wiki/Roadmap#Proxmox_VE_9.0...
  15. jsterr

    Where VLAN tagging of the Ethernet Frames take place?

    Thanks! A side-question to that topic. If a user puts an ip for the web-ui/mgmt on the vmbr0 (access-vlan, no tagged-vlan-adapters) - is this still a bad idea in 2025? Any downside, because vms can identify the hypervisor or is this information outdated nowdays? Cant find the reasons for it...