Search results

  1. hoffmn01

    [SOLVED] undefined symbol: rados_mgr_command_target

    Downgrade did not help... root@pve1:~# apt install libpq5=11.11-0+deb10u1 Reading package lists... Done Building dependency tree Reading state information... Done The following packages will be DOWNGRADED: libpq5 0 upgraded, 0 newly installed, 1 downgraded, 0 to remove and 0 not upgraded...
  2. hoffmn01

    [SOLVED] undefined symbol: rados_mgr_command_target

    Hello @Moayad , @t.lamprecht , @RokaKen , I just found the missing piece on the other working node: root@pve1:~# ceph -s cluster: id: 73703df0-b8ae-4aca-8269-1fb68da2142d health: HEALTH_OK services: mon: 3 daemons, quorum delbgpm02,delbgpm03,delbgpm01 (age 67s) mgr...
  3. hoffmn01

    [SOLVED] undefined symbol: rados_mgr_command_target

    I did as requested, here is the output of the compare: root@pve3:~/install# ./compare.pl compare-pm2.txt compare-pm3.txt | less No differences were found. I used this tool: https://github.com/lepe/scripts/blob/master/compare_ubuntu_apt.pl The situation did not change... :-(
  4. hoffmn01

    [SOLVED] undefined symbol: rados_mgr_command_target

    Hello @RokaKen , I did and now the output of the dpkg --list is equal, nevertheless the ldd output remains broken. Any idea how to fix that? I already rebooted the machine, no change. Thank you and best regards, Nico
  5. hoffmn01

    [SOLVED] undefined symbol: rados_mgr_command_target

    Hello @Moayad, thank you for your answer, but how would you recommend to proceed? How to link the libraries back to the correct values? I checked the ld.conf-parameters and they seem to look ok. Thank you and best regards, Nico
  6. hoffmn01

    [SOLVED] undefined symbol: rados_mgr_command_target

    Hello @Moayad, I guess the wrong/missing shared libraries cause the trouble here, is there a way to correct these? Thank you and best regards, Nico
  7. hoffmn01

    [SOLVED] undefined symbol: rados_mgr_command_target

    Hello @Moayad , here comes the output of dpkg --list | grep ceph: ii ceph 15.2.11-pve1 amd64 distributed storage and file system ii ceph-base 15.2.11-pve1 amd64 common ceph daemon...
  8. hoffmn01

    [SOLVED] undefined symbol: rados_mgr_command_target

    Hello @t.lamprecht , @Moayad , I just started python3 with the -vvv switch from command line and tried to import the rados module first from a working node: ... [12.05.2021, 3:30:21,563 PM] >>> import rados [12.05.2021, 3:30:24,449 PM] # trying /root/rados.cpython-37m-x86_64-linux-gnu.so...
  9. hoffmn01

    [SOLVED] undefined symbol: rados_mgr_command_target

    Hello @t.lamprecht , @Moayad , would you recommend to reinstall this specific node? Is there a documented way what needs to be backed up prior to reinstallation? Is there a way to preserve configuration (certificates, settings and all other configuration) to simply drop that in afterwards...
  10. hoffmn01

    [SOLVED] undefined symbol: rados_mgr_command_target

    Hello @Moayad, we used the function within the GUI, I am not sure which backend function is called from within. Best regards, Nico
  11. hoffmn01

    [SOLVED] undefined symbol: rados_mgr_command_target

    Hello @t.lamprecht , initially this three node cluster was set up with PVE 6.3 and was updated the regular way to the current version with all updates in between. We update each cluster node one by one and reboot them afterwards. We never had this trouble before. Best regards, Nico
  12. hoffmn01

    [SOLVED] undefined symbol: rados_mgr_command_target

    Hi @t.lamprecht, I did as requested, but the scene is unchanged: root@pve3:~# apt update Get:1 http://security.debian.org buster/updates InRelease [65.4 kB] Hit:2 http://ftp.de.debian.org/debian buster InRelease 0% [Connecting to download.proxmox.com] [Connecting to enterprise.proxmox.com]...
  13. hoffmn01

    [SOLVED] undefined symbol: rados_mgr_command_target

    Hi @Moayad, I did as you requested, but this does not change the scene: root@pve3:~# apt install --reinstall python3-rados Reading package lists... Done Building dependency tree Reading state information... Done 0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded. Need...
  14. hoffmn01

    [SOLVED] undefined symbol: rados_mgr_command_target

    Hello @Moayad , thank you for your help. Here comes the information for the ceph file: root@pve3:~# ceph -s Traceback (most recent call last): File "/usr/bin/ceph", line 140, in <module> import rados ImportError: /usr/lib/python3/dist-packages/rados.cpython-37m-x86_64-linux-gnu.so...
  15. hoffmn01

    [SOLVED] undefined symbol: rados_mgr_command_target

    Hello @Moayad , thank you for the quick reply, here comes the output of pveversion -v: root@delbgpm03:~# pveversion -v proxmox-ve: 6.4-1 (running kernel: 5.4.106-1-pve) pve-manager: 6.4-5 (running version: 6.4-5/6c7bf5de) pve-kernel-5.4: 6.4-1 pve-kernel-helper: 6.4-1 pve-kernel-5.4.106-1-pve...
  16. hoffmn01

    [SOLVED] undefined symbol: rados_mgr_command_target

    Hello @Moayad , thank you for your reply. I checked with all servers the files and versions (pve3 is the one with the issue): root@pve1:~# pveversion pve-manager/6.4-5/6c7bf5de (running kernel: 5.4.106-1-pve) --- root@pve2:~# pveversion pve-manager/6.4-5/6c7bf5de (running kernel...
  17. hoffmn01

    [SOLVED] undefined symbol: rados_mgr_command_target

    Hello, We have a three node cluster that has been working for some month now. Today I rebooted one node because of updates and now we are no longer able to access ceph: Do you have any recommendation how to solve this? We already tried to reinstall the packages for python rados. Thank you and...
  18. hoffmn01

    [SOLVED] mons are allowing insecure global_id reclaim: has auth_allow_insecure_global_id_reclaim set to true

    Hello Forum, we recently updated our Proxmox infrastructure and now the statuspage is complaining: I googled the error message, but there was nothing really helpful. Do you have any idea how to get back to "green" ? Thank you and best regards, Nico
  19. hoffmn01

    [SOLVED] New ceph cluster: Reduced data availability: 1 pg inactive

    I updated to 15.2.9 recently, now all issues are gone and everything is green! ;) Thanks everyone for helping!
  20. hoffmn01

    [SOLVED] New ceph cluster: Reduced data availability: 1 pg inactive

    Hi @Alwin Antreich, thank you for the heads-up, but the disk seems to be perfectly fine: SMART Attributes Data Structure revision number: 16 Vendor Specific SMART Attributes with Thresholds: ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE 1...