Search results

  1. P

    Run a script residing in a container using 'pct exe'

    Problem solved, just had to add rpc user/password to command...
  2. P

    Run a script residing in a container using 'pct exe'

    I have a script in a container that I want to execute when doing a backup. If I manually execute the script from the node CLI using: pct exe <id> -- ./script.sh The script runs as expected. The problem is when I put the exact same command in my hook script, I get an execution error: INFO: Stop...
  3. P

    Datacenter Summary - Storage Usage calculation algorithm

    What gear are you referring to? My Cluster summary seems to be showing only one node instead of all 4...
  4. P

    [SOLVED] 10GB NIC only works in 1GB mode

    I guess the next question is what is the purpose of the 10G connection?
  5. P

    pveperf results opinion?

    https://pve.proxmox.com/pve-docs/pveperf.1.html
  6. P

    [SOLVED] 10GB NIC only works in 1GB mode

    Hopefully not mixing 10G and 1G connections on 10G switch...
  7. P

    Can't get a 10gb interface to work

    Strange, checked /etc/modules file on my nodes and none of them have any entries. I have 6 10G, 2 ixgbe and 4 i40e nic ports on each node.
  8. P

    [SOLVED] CEPH Meldung, die ich nicht verstehe?

    https://forum.proxmox.com/threads/not-able-to-use-pveceph-purge-to-completely-remove-ceph.59606/post-274958
  9. P

    Can't get a 10gb interface to work

    You could also for troubleshooting purposes assign IPs directly to the interfaces to test connectivity...
  10. P

    Can't get a 10gb interface to work

    Do you have autostart box checked for all your network devices? Inside popup when editing in GUI?
  11. P

    Ceph OSD Map

    I reinstalled Ceph, not because of this issue. But now I am getting an OSD map on all nodes as long as there are active VM/CT running on node...
  12. P

    Not able to use pveceph purge to completely remove ceph

    Thanks to all in this thread, restored my Ceph cluster to working condition with the info in this thread...:)
  13. P

    Ceph OSD Map

    Ceph is set up exactly the same on every node except Node #1 has no monitor or manager, the other 3 nodes do have monitor/manager. Node #2 is the one that is getting the error...
  14. P

    [SOLVED] Ghost monitor in CEPH cluster

    Alwin, I figured out how to get rid of the ghost monitor today... Go to Shell on node with ghost monitor ls /var/lib/ceph/mon #should see name of monitor rm -rf /var/lib/ceph/mon/<name of monitor> I then navigated to Ceph page in GUI and the ghost monitor was gone...
  15. P

    [SOLVED] Ghost monitor in CEPH cluster

    I've rebooted several times and the ghost monitor stays in the GUI...
  16. P

    Ceph OSD Map

    Thanks Alwin, using this article: https://www.linuxtopia.org/online_books/linux_kernel/kernel_configuration/ch09s07.html Debug Filesystem A RAM-based filesystem can be used to output a lot of different debugging information. This filesystem is called debugfs and can be enabled by: Kernel...
  17. P

    [SOLVED] Ghost monitor in CEPH cluster

    No, not visible in the DB. Just see in GUI... ceph mon dump dumped monmap epoch 9 epoch 9 fsid aff8cf10-e628-4f89-bf4b-01b451d11775 last_changed 2020-01-13 13:52:31.079564 created 2019-12-01 06:09:15.666427 min_mon_release 14 (nautilus) 0: [v2:10.10.3.13:3300/0,v1:10.10.3.13:6789/0] mon.pve13...
  18. P

    [SOLVED] Ghost monitor in CEPH cluster

    I tried the solution and it had no effect...
  19. P

    Ceph OSD Map

    The node in question has an active monitor/manager and has 4 active OSDs.