Search results

  1. B

    unable to restore a backup

    I have a backup of a server that I am trying to restore. It fails with "ut of space" every time. Source: VM has 3 drives backed up to an SMB share (called "abc" ) I built another proxmox that I installed on a 240gb SSD. I built a 2.1TB zfs pool with nothing on it (name="front"). I pointed to...
  2. B

    "QEMU guest agent is not running" after installing qemu agent on WIN 2019

    Hello all. I am running proxmox 7.2 with a windows 2019 server guest. I installed the virtio drivers, then the guest agent, and shut down. I enabled the QEMU agent in properties on the VM. After booting, I tried the command (proxmox shell): qm agent 101 ping (101 is the ID of the windows VM) I...
  3. B

    [SOLVED] recover from failed node

    <SOLVED> Does anybody know how to delete a post? I figured out the answer an hour after posting this. I didn't want to bug everybody but I have no idea how to remove the post. I am running a 3 node cluster (6.3) with ceph. I lost a node and purchased a new one. Each of the 3 nodes in the cluster...
  4. B

    Removal of failed node

    I just had a node fail and followed these steps. My failed node is still showing up in my gui as well.
  5. B

    error "no space left on device"

    I cannot start VM's. the server has no free inodes and there are 900k files in the /var/lib/samba/private/msg.sock/ folder. I am using ceph if that helps. I am now trying to just find a thousand or so files so I can get the vms online to back them up somehow.
  6. B

    error "no space left on device"

    stored in a ceph pool, nowhere near being full, less than 10% used actually.
  7. B

    New to pve, trying to delete ceph pool

    I think you should create a new post. Adding a comment to my post won't get much attention. Not sure why you made that choice.
  8. B

    error "no space left on device"

    Hello all, I have a 3 node cluster (running ceph) version 6.3-2. When I try to open a console to a VM, I get the error, "no space left on device". I get the error on all 3 nodes. I ran DF from each node but get similar results that do not show any disk being 100% used. Where should I look? Have...
  9. B

    problem installing ceph (got timeout 500)

    Hello all, I have run into a problem installing ceph on a 3 node cluster (proxmox 6.3, updates applied today). I have included the video of the cluster creation and the ceph install. youtube video When I installed ceph on the first node, it ran fine. Node2 and node3 showed "got timeout" when...
  10. B

    new cluster, ceph monitor unknown status

    I am trying to mark this solved but not sure how to do that.
  11. B

    new cluster, ceph monitor unknown status

    thanks! i was indeed a bad network config.
  12. B

    where to upload files on ceph

    I have a microsoft hypverv VHD file (also converted to qcow2) and would like to upload it to the proxmox cluster that I built. I have created a ceph pool ("pool1") and all 3 nodes have roughly 20TB of storage. Where would I put that image now that I have created my first VM?
  13. B

    new cluster, ceph monitor unknown status

    I created a cluster with 3 machines (10.10.10.x/24 cluster and 192.168.1.X/24 public) . I set up ceph on all three machines starting with "node1". Now I have node2 and node3 saying the ceph monitor is stopped. I click start, it says it started but status still shows stopped. If I try to destroy...
  14. B

    New to pve, trying to delete ceph pool

    is it safe to say that as I add nodes, the total storage for the entire datacenter will not increase? If I have 3 servers, each with 8 drives (3tb each) that will mean 24tb total per node, if I use the ceph size of 3, then that means 3 copies of my data will be stored which means I will only get...
  15. B

    New to pve, trying to delete ceph pool

    I have been getting up to speed on pve and started working with ceph yesterday. I buitl a single node (dell poweredge r720 with h200 in IT mode. 8 disks 3TB each 16rb ram just for testing). I created OSDs a ceph fs and ceph pool. I am trying to wipe out the config and rebuild ceph to get...