Recent content by Keeper of the Keys

  1. K

    [xterm.js] two usability issues

    https://bugzilla.proxmox.com/show_bug.cgi?id=7698
  2. K

    [xterm.js] two usability issues

    It seems this setting needs to be there from the beginning of the session, I tried first to do `export TERM=xterm` but then scrolling through history on the console still garbled the output, after adding `TERM=xterm` to `.bashrc` and logging back in it seemed to work very nicely.
  3. K

    [xterm.js] two usability issues

    Thanks will open a ticket, if I recall correctly there were some murmuring recently from some people about primary paste being obsolete but since it works outside of the xterm context I don't think they killed it yet (that would be a sad sad day for me if they ever do).
  4. K

    [xterm.js] two usability issues

    Urgh I had intended to add browser OS details but forgot. Firefox 151 on Gnome/wayland (Ubuntu 25.10, 26.04 for sure)
  5. K

    [xterm.js] two usability issues

    Hey recently I have been using "serial" consoles instead of noVNC on my guests much more heavily as it allows me to copy/paste text. I'm having two issues that I have not been able to resolve so far and hope that others here maybe did solve already: 1. Select/middle click paste does not work...
  6. K

    Looking for some networking advice

    This should probably be moved to the networking forum, my bad.
  7. K

    Looking for some networking advice

    Originally I really wanted to use SDN for this but that seems to not be possible - We have a cluster of 3 machines running ceph and on it I have a bunch of VMs running a kubernetes cluster. I want the kubernetes cluster to provision storage directly on the proxmox ceph and created a pool for...
  8. K

    [feature suggestion] Degraded ZFS pools should be reflected in node state

    @daanw I know I can have mail alerts, my point is that a pve/pbs node that has a degraded pool or smart errors for that matter should not be showing "all green/OK" in the summary or PDM dashboards, the system is NOT ok and may be teetering on a dangerous cliff, this should be reflected to the...
  9. K

    PDM TLS Certificate Cannot Be Replaced

    Hey @fabian I manage my certs with ansible from a central location is there a way to allow this mode of management like on pve/pbs? I don't really want separate acme.sh instances on each server at this time.
  10. K

    [feature suggestion] Degraded ZFS pools should be reflected in node state

    This is the bug I opened - https://bugzilla.proxmox.com/show_bug.cgi?id=7651
  11. K

    [feature suggestion] Degraded ZFS pools should be reflected in node state

    Recently one of my PVE machines had a degraded RAIDz2 pool where 2 disks just disappeared, since the redundancy level is 2 I did not notice this at all in day to day work. The disks returned to being detected with a reboot and resilvered in a few hours while I am mildly curious if there was a...
  12. K

    [SOLVED] Ceph Public/Private And What Goes Over the network

    Thanks, it's a lab env although some workloads will probably be production due to rigidity in the rest of the org (not a great situation but not something i can change), I wasn't (and am still not) planning on passing through NICs my main concern was yes/no having a router there. (also due to...
  13. K

    [SOLVED] Ceph Public/Private And What Goes Over the network

    Hope it's OK that I resurrect this thread and add another question here - I'm currently setting up kubernetes on guests on the proxmox cluster and want them to directly provision storage on ceph instead of on their local disks, does that mean that I would need the kuberenetes guests to all...