Search results

  1. K

    rbd error: rbd: listing images failed: (2) No such file or directory (500)

    Thanks, that did the trick! I found the image and deleted it. rbd rm vm-xxx-disk-1 -p cephpool
  2. K

    rbd error: rbd: listing images failed: (2) No such file or directory (500)

    I also notice just now when I want to migrate a VM to another node I get this error: task started by HA resource agent 2020-03-25 21:59:43 starting migration of VM 108 to node 'node004' (10.0.0.1) 2020-03-25 21:59:43 ERROR: Failed to sync data - rbd error: rbd: listing images failed: (2) No...
  3. K

    rbd error: rbd: listing images failed: (2) No such file or directory (500)

    What do you mean with sort it? Stop the VM and run list again?
  4. K

    rbd error: rbd: listing images failed: (2) No such file or directory (500)

    The Ceph logs are looking healthy and no errors or defects. I can see 'summary' but can't see 'content'.
  5. K

    Can't add monitor

    cat ceph.conf [global] auth_client_required = cephx auth_cluster_required = cephx auth_service_required = cephx cluster_network = 10.0.1.0/24 fsid = 09657777360-cfe7-48764-ac76-c02e4566 mon_allow_pool_delete = true mon_host =...
  6. K

    Can't add monitor

    ceph -s cluster: id: 09935360-cfe7-48d4-ac76-c02e0fdd95de health: HEALTH_WARN 1 daemons have recently crashed services: mon: 2 daemons, quorum node003,node002 (age 2d) mgr: node002(active, since 2d), standbys: node003, node004 osd: 36 osds: 36 up (since...
  7. K

    rbd error: rbd: listing images failed: (2) No such file or directory (500)

    I don't get any errors about a VM: ....... vm-223-disk-0 50 GiB 2 excl vm-246-disk-0 50 GiB 2 excl vm-247-disk-0 50 GiB 2 excl vm-248-disk-0 50 GiB 2 excl rbd: listing images failed: (2) No such file or directory
  8. K

    Can't add monitor

    I added this monitor with the GUI (running latest Proxmox and Ceph versions).
  9. K

    Can't add monitor

    Dear All, When i want to start a new monitor that I just added on node005, I get this error: Mar 23 14:53:13 node005 systemd[1]: Started Ceph cluster monitor daemon. Mar 23 14:53:14 node005 ceph-mon[3561]: 2020-03-23 14:53:14.762 7f58ca8e8700 -1 mon.node005@-1(probing) e0...
  10. K

    rbd error: rbd: listing images failed: (2) No such file or directory (500)

    Hi All, I got this error when I want to see Storage 'ceph_ssd' (Ceph pool name) on node 'node002' (on all nodes). rbd error: rbd: listing images failed: (2) No such file or directory (500) When I run rbd ls -l ceph_ssd, I get this at the end: rbd: listing images failed: (2) No such file or...
  11. K

    Fedora CoreOS install

    After some digging I found out that DHCP was the problem, so use a static IP instead and 'off' at the end of this line did the trick otherwise DHCP will still overrule the static IP (hitting F5 when CoreOS is booting)...
  12. K

    Fedora CoreOS install

    Hi There! Maybe someone can help me out, I am a bit stuck with installing (first time) Fedora CoreOs on a Proxmox node. I uploaded the latest Fedora Core live iso from the official website and created an VM. Then I start this VM but it always ends with 'Starting the emergency shell'. Before...
  13. K

    How to mount extra disk?

    Dear all, I have added an extra SSD disk to one of my nodes (without raid and without Ceph). On this node I want a certain VM to mount this disk as extra diskspace. I have read a lot of posts but I am a bit lost where to start and what is the best way to do. Can someone help me getting started...
  14. K

    Backup in mode Snapshot fails sometimes

    Good morning! When making backups in Snapshot Mode some containers are having problems. I have to change the Mode in Suspend and then the backup will be succesfull. But I don't want it to Suspend because then the server will go offline. Running 10 servers with latest Proxmox and Ceph. Error...
  15. K

    How to remove Ceph safely from 1 node?

    Sorry about these questions, but I am afraid I remove something critical on the other nodes (I have bad experiences with that).
  16. K

    How to remove Ceph safely from 1 node?

    Will that also remove the ceph_ssd icon in Proxmox ?
  17. K

    How to remove Ceph safely from 1 node?

    Yes I did this already, but how to remove the Ceph data from this node? I know I can leave it there, but it's almost 2020 and good to clean the house ;)
  18. K

    How to remove Ceph safely from 1 node?

    It is a node with osd's but I want to take it out of the Ceph cluster and want to remove Ceph on it. Then it will run stand alone. No manager or monitor on it. Thanks :)