Search results

  1. S

    Question regarding HA functionning

    Ok thanks, I'll read this !
  2. S

    Question regarding HA functionning

    Hello, I've been testing my HA config lately (3 nodes with 10 VMs distributed) I configured with HA two of my VMs on the node-3; needing to reboot the node-3 server, I migrated these two VM, one on node-1 and one one node-2, I then rebooted the node-3 server via reboot command line. My question...
  3. S

    [SOLVED] How to set up a vm using on a RBD storage

    Ok I managed to start the VM imported with the OVMF (UEFI) BIOS and it works perfectly while still not working with SeaBios... Is it a problem if I keep it as OVMF ?
  4. S

    [SOLVED] How to set up a vm using on a RBD storage

    I tried booting it using UEFI but it says that the Windows needs to be repaired but it can't be done via the Windows GUI It is a Windows 10 (64 bits) guest. Here is my VM config: root@pve01:~# qm config 102 boot: cdn bootdisk: ide0 cores: 2 ide0: pve_pool:vm-102-disk-0,size=50G memory: 2048...
  5. S

    [SOLVED] How to set up a vm using on a RBD storage

    If I have a .vmdk, I only have to use the qm importdisk command and I can start the VM created earlier ? Because I keep having : Nothing to boot: No such file or directory No bootable device
  6. S

    [SOLVED] How to set up a vm using on a RBD storage

    I'll try using this command thank you !
  7. S

    [SOLVED] How to set up a vm using on a RBD storage

    Hello guys, I've been trying to import VMs recently, I got the .vmdk file and I followed the tutorial given on Proxmox Wiki but I still have questions. When I create a VM within Proxmox GUI, I can choose my pve_pool (rbd disk shared by my three nodes) ressource as a storage disk. But when...
  8. S

    [SOLVED] Advice concerning creating a Shared Storage

    Ok thanks again for your clarifications ! I mark this as SOLVED !
  9. S

    [SOLVED] Advice concerning creating a Shared Storage

    Oh ok so I shoul be able to access a VM if a node is down ? Thank you for you answers I was a bit lost with all of this !
  10. S

    [SOLVED] Advice concerning creating a Shared Storage

    Concerning the hardware, I have 3 Dell Poweredge R710 with 6 TiB per server, as well as a RAID controller on each server
  11. S

    [SOLVED] Advice concerning creating a Shared Storage

    I already got a pool created as shown here: But as you can see here: On each node I have a pve_pool (pve0n) that has approximately 10 TiB of storage, and I'd like to know if it is possible to have a disk or shared storage solution that can combine pve_pool(pve01), pve_pool(pve02)...
  12. S

    [SOLVED] Advice concerning creating a Shared Storage

    I can give some more for sure ! What information would you know ? Would Ceph/RBD be relevant ?
  13. S

    [SOLVED] Advice concerning creating a Shared Storage

    Hello ! I created a cluster with 3 nodes on Proxmox 6, and I'm trying to get a pool that is composed of all the nodes, because I only got a pool for each node but not a main one with combined storage ! So do you guys know how to create a pool with all of my nodes in it ? Thanks in advance for...
  14. S

    [SOLVED] Errors while creating osd, "RuntimeError: Unable to create a new OSD id"

    I managed to find an answer to my problem, after making a "pveceph purge" I reinstalled Ceph on each node, then I created the monitors. After this I fast formated the disks that I wanted to use as OSDs, and used this tutorial to create an OSD manually...
  15. S

    [SOLVED] Errors while creating osd, "RuntimeError: Unable to create a new OSD id"

    It also seems that Proxmox is starting OSD's that doesn't exist you can see it on this picture : I don't see any OSDs in 'ceph osd tree' so ...
  16. S

    [SOLVED] Errors while creating osd, "RuntimeError: Unable to create a new OSD id"

    Yes my cluster is set up already, and here is my /etc/pve/ceph.conf : [global] auth_client_required = cephx auth_cluster_required = cephx auth_service_required = cephx cluster_network = 10.0.0.0/24 fsid = 388086c6-a8ac-422b-8429-ec006e10873d...
  17. S

    [SOLVED] Errors while creating osd, "RuntimeError: Unable to create a new OSD id"

    I still haven't find any answers, so bump please guys Thanks
  18. S

    [SOLVED] Errors while creating osd, "RuntimeError: Unable to create a new OSD id"

    I've been trying to install ProxmoxVE 6, and while creating an OSD on the second node (the first worked very fine) I get this message while trying to create an OSD with command line "ceph-volume lvm create --cluster-fsid afd4e983-34bc-43ff-a118-ba7e1e947303 --data /dev/sda" Running command...