Recent content by Hai

  1. H

    [SOLVED] Removing ceph DB disk

    Thanks, removing the OSDs that used the DB device, solved it. I got a more detailed output using ceph-volume lvm list
  2. H

    [SOLVED] Removing ceph DB disk

    Hello, I've added some more drives to our 3 node ceph cluster, started creating OSDs and accidently created LVM,CEPH (DB) disk instead of OSD. I do not need a seperate DB disk. How can i destroy it and re-create it to regular OSD? Actually i did the same mistake on two nodes. Here's output...
  3. H

    Removing multiple backups

    Most of the VMS are not exisistent anymore, so there's no need for their backups to be kept, i would prefer a way to remove backups by date (something like removing older backups than one year)
  4. H

    Removing multiple backups

    I have loads of backups that i want to remove from year 2021-2023. What's the best way to remove them quickly?
  5. H

    [TUTORIAL] Dell OpenManage Enterprise

    Create Empty VM: Important to choose q35, and OVMF(uefi) bios, also EFI DISK with pre-enrolled keys. delete the disks give a good amount of cpu and ram Donwload and unzip the dell ome KVM files inside /var/tmp Then import the disks with commands: qm disk import <vmid>...
  6. H

    [TUTORIAL] Dell OpenManage Enterprise

    I have successfully installed it now and it works perfectly. I will post a guide later on how to make it work
  7. H

    [TUTORIAL] Dell OpenManage Enterprise

    Has anyone succesfully created a VM on proxmox with OME appliance? I'am trying to create a VM with provided openmanage_enterprise_kvm_format_4.0.1 files but unable to get the VM to boot. https://www.dell.com/support/kbdoc/en-sg/000175879/support-for-openmanage-enterprise If anyone was...
  8. H

    [SOLVED] Cloud-Init remove snippet and vm dependency

    I've taken both of your advices and injected cloud-config script into the image, which installs the guest agent, and allows pwauth login. Inside My NFS server I've made a copy of the original image so I could have custom image with the script injected...
  9. H

    [SOLVED] Cloud-Init remove snippet and vm dependency

    I've currently have a NFS share mounted to my cluster that stores cloud-init ISOs and Scripts(Snippets). Everything works cool, I can create a template on my main cluster. I'am attaching the vendor script to my template aswell to install qemu-ga on first boot. $qm set 9003 --cicustom...
  10. H

    [SOLVED] Cluster lost qourum

    Seemed like an easiest way to fix it. Our product lets us have downtime on weekend without major impact. Also at the same time did update the nodes with the latest version
  11. H

    [SOLVED] Cluster lost qourum

    Firstly i did graceful shutdowns for VMs inside the nodes when connected to node via ssh: qm shutdown <vmid> After that I've shutdown all the nodes one by one. Once all nodes were offline, I've turned them on one by one, fully waiting for each node to become online. When the second node was...
  12. H

    [SOLVED] Cluster lost qourum

    root@ds4-node02:~# cat /etc/pve/.members { "nodename": "ds4-node02", "version": 43, "cluster": { "name": "DS-RR", "version": 17, "nodes": 9, "quorate": 0 }, "nodelist": { "ds2-node03": { "id": 6, "online": 0, "ip": "172.16.xx.x16"}, "ds4-node03": { "id": 5, "online": 0, "ip"...
  13. H

    [SOLVED] Cluster lost qourum

    Any suggestions? Is there a way to fix the cluster with downtime?
  14. H

    [SOLVED] Cluster lost qourum

    Hello, After network outage one of clusters lost quorom. There are active VMs running, we do not want to cause any downtime. How can it be fixed? The otput of pvecm status is: root@OurNode06:~# pvecm status perl: warning: Setting locale failed. perl: warning: Please check that your locale...
  15. H

    Ceph failed OSD disk replace

    Everything went smoothly. Not needing to perform step 3. Thanks again!