Recent content by penetal

  1. P

    [SOLVED] Yet another "ifreload -a" failed with exit code 1

    This is such a dump problem and thing to do. Only thing dumber is me doing the same thing (data disk dying, replacing with old spare without wiping disk first), and then not understanding why it just wont work! Searching the web and now feeling like a complete idiot. Thanks for updating though...
  2. P

    Installing "ceph-exporter" Daemon

    Just thought I would update now that proxmox 9 is out, the `ceph-exporter` package is available in the ceph squid repos even the non-subscription one, but at noted earlier in this thread it has some issues with starting up, namely that the default "ceph.client.admin.keyring" tends to be owned by...
  3. P

    Incorrect file permission set on file `/etc/pve/ceph.conf` causes `ceph` user could not access the ceph config file in PVE cluster

    Another way to do the same edit is using the edit command of systemctl systemctl edit ceph-mgr@.service Add the lines (the first one is empty to say "delete old exec line"): [Service] ExecStart= ExecStart=/usr/bin/ceph-mgr -f --cluster ${CLUSTER} --id %i --setuser ceph --setgroup www-data...
  4. P

    Installing "ceph-exporter" Daemon

    I believe you will be missing a bunch of performance metrics when doing so, but no harm in adding your config sample in case I am wrong and it does fix it :D
  5. P

    Activate Ceph Object Storage

    Just a note, the link is dead, here is an archive of it: https://web.archive.org/web/20230208233757/https://www.dragontek.com/blog/post/adding-s3-capabilities-proxmox
  6. P

    Installing "ceph-exporter" Daemon

    The ceph-exporter is not included in the debian packages for 19.2.1: https://tracker.ceph.com/issues/70445 Sadly the bug tracker has it targeted for 19.2.3 and looking at the gh repo it does not look like 19.2.2 will have the PR https://github.com/ceph/ceph/pull/62270...
  7. P

    CEPH 17.2.x reduce Log-Level.

    Were you able to reduce the log output?
  8. P

    WebUI issue with firefox 48 and Electrolysis

    I have the same problem as described by Guigui, I am currenty on FF49 under Ubuntu 16.04. I doubt this will help, but I noticed the syntax highlighting in FF stopped working in the ext-all.js file, so I took a little screenie just in case http://i.imgur.com/mlrGBxi.png Here is the exact message...
  9. P

    VM Boot failure: RAM Balloon driver cant get pages

    When I start my VMs (Ubuntu 15.04) I often, if not usually get this error message when cold booting. virtio_balloon virtio0: Out of puff! Can't get 1 pages The VM seems to settle at 94MB/2GB used RAM when it hangs there. I don't seem to be able to do anything with the VM through...