Recent content by icemox

  1. I

    [SOLVED] I managed to create a ghost ceph monitor

    Sorry I don't really remember and I gave up on ceph shortly afterwards.
  2. I

    [SOLVED] I managed to create a ghost ceph monitor

    Tried it, didn't work. What did work just now was to manually create the monitor using the instructions from here: https://docs.ceph.com/docs/master/rados/operations/add-or-rm-mons/ as pveceph didn't want to create it (because it exists) and didn't want to remove it (because it didn't exist)...
  3. I

    [SOLVED] I managed to create a ghost ceph monitor

    During upgrade from Luminous to Nautilus I somehow managed to create a ghost ceph monitor. I have a four hosts cluster but only 3 of them are ceph monitors. Probably because I copied pasted the ceph monitor upgrade comands the node that didn't have a monitor now appears in the proxmox gui to...
  4. I

    [SOLVED] Nfs share bind mounted issues.

    I was looking for errors in the wrong place, I should have checked the nfs server. It was a matter of enabling: systemctl enable rpc-statd systemctl start rpc-statd on the NAS machine. Weirdly enough the web application didn't timeout, it would load blank and didn't complain about anything...
  5. I

    [SOLVED] Nfs share bind mounted issues.

    Here's a headscratcher for me. I have a web application that reads files from a folder. Those files are bind-mounted to the LXC container in /path/folder If the files are in the proxmox host storage pool everything works fine. BUT if I move those files to a NAS, mount the nfs share to the...