Recent content by aljaxus

  1. A

    [PVE+CEPH] creating new OSD fails :: invalid cephx secret :: ceph-volume lvm create exit code 1

    Hi, I have decided to just migrate everything to a fresh cluster by moving nodes one-by one, and migrate VMs via Datacenter manager. This cluster has been alive, upgraded, with nodes added, removed since early PVE7 - so it's high noon to start from scratch. After I migrate all the VMs, I will...
  2. A

    [PVE+CEPH] creating new OSD fails :: invalid cephx secret :: ceph-volume lvm create exit code 1

    I have a 6-node [pve2 ... pve9] PVE cluster [base versions: pvemgr 9.1.4, ceph 19.2.3] and I have started updating the nodes. After pve6 node upgrade two small OSDs failed to start back up, I destroyed them [as they would have been removed soon anyway]. I then upgraded pve9 [to...
  3. A

    Deactivate cephx auth

    Would you mind sharing your findings? Were you able to disable cephx without first shutting down all services (VMs)?
  4. A

    Proxmox Install on 4Kn drives with a Legacy BIOS

    I would like to point out - for anyone reading this and thinking they would give running PVE with USB-backed storage a try - don't. You would need USB thumb drives that have good constant write speeds - which are very expensive. Normal USB thumb drives will just die on you. Speaking from...
  5. A

    [PVE7] - wipe disk doesn't work in GUI

    This was it for my case where I had to nuke and purge the ceph cluster and cleanup the disks.
  6. A

    Keyboard stops working during installation

    Necro-posting really isn't my thing, but just to confirm for other users that may face this warning during PVE installation. Can confirm that pressing the screenshot button resulted in the popup with the warning. Installing PVE via ThinkPad and accidentally pressed the key. I'm glad it's not an...
  7. A

    WARNING: unable to connect to VM 100 socket - timeout after 31 retries

    Similar situation here; 2-node cluster; VMs are just randomly getting stuck; I have updated, but haven't rebooted.
  8. A

    [SOLVED] Issues with interface bonding

    Thanks! Switching to "LCAP" option worked like a charm.
  9. A

    [SOLVED] Issues with interface bonding

    Hi, I'm having some issues with interface bonding. I have four interfaces on my server (running Proxmox VE 6.3-3). The network config summary is as follows; - vm1 -> vmbr0 - vm2 -> vmbr0 - vm3 -> vmbr0 - vm4 -> vmbr0 - vm5 -> vmbr0 - vmbr0 -> bond0 - bond0 -> enp4s0f0 enp4s0f1 enp* are physical...
  10. A

    Possible bug? Clicking on "update" or "packages" buttons doesn't do "anything"

    Makes sense - I appreciate the time you dedicated to helping me out. With the help of the command mentioned above I was able to get the name of the package that includes mentioned file, cloned the public repo and verified that the function was indeed not from the source. Thank you again and have...
  11. A

    Possible bug? Clicking on "update" or "packages" buttons doesn't do "anything"

    Awh, a simple sed command. Nope, I just tested it by adding a comment and reinstalling - the file was not replaced with the new one. Are you sure that the pve-manager package includes those web assets? And no, I do not automatically patch it. I see that as too unstable since the script doesn't...
  12. A

    Possible bug? Clicking on "update" or "packages" buttons doesn't do "anything"

    The "this node does not have the subscription active"-thing? No, I "disabled" it. Nope. AHA, now I'm sort of connecting the dots. Does the function/class/whatever used for spawning that popup have an option for a callback function which is called when the "OK" button is clicked? If so, that's...
  13. A

    Possible bug? Clicking on "update" or "packages" buttons doesn't do "anything"

    Using Firefox, the popup window does not appear, no errors/warnings in the debug console, same thing with all extensions disabled. I've also tried Edge - same thing.
  14. A

    Possible bug? Clicking on "update" or "packages" buttons doesn't do "anything"

    Yes it is; { "success": 1, "data": { "url": "https://www.proxmox.com/proxmox-ve/pricing", "message": "There is no subscription key", "status": "NotFound", "serverid": "REMOVED" } } And yeah, I haven't mentioned yet, I don't have the subscription...