Recent content by semira uthsala

  1. S

    Remove corosync ring 0(link0) network without rebooting nodes

    Thanks for the reply. Is their any risk doing this while nodes are running specially ceph ? Any ceph related communication happens through this link as well ?
  2. S

    Remove corosync ring 0(link0) network without rebooting nodes

    Hi all, We have 12 node cluster with 6x ceph nodes and 6x compute nodes.(ceph nodes not running any vms). corosync connected via two links. one dedicated link and one shared (mgmt) link. Ceph configured with dedicated backend sync network as well We are changing some of the switch config and...
  3. S

    [SOLVED] Failed to add unused disk from external ceph storage

    I used rbd export to nfs share finally. And managed to move all the vms
  4. S

    [SOLVED] Failed to add unused disk from external ceph storage

    Thanks for your response. There is no other PVE nodes connected to this ceph cluster. only RH openstack compute nodes. I connect same type of RH ceph storage (not the same version) to another pve cluster before for different project but it was running pve 6.x Is there any way I can check...
  5. S

    [SOLVED] Failed to add unused disk from external ceph storage

    Any Idea what is the actual problem and how to fix this? I'm stuck with VM migration to pve due to this
  6. S

    [SOLVED] Failed to add unused disk from external ceph storage

    Hi Aaron, No. the pve cluster I'm trying to connect got 3 nodes. but when I add RBD storage I only added to one node (pve-01) but this ceph cluster is part of redhat openstack which used by 6 other compute node from openstack cluster. The pool I tried to connect to pve is not used by...
  7. S

    [SOLVED] Failed to add unused disk from external ceph storage

    Hi All, I'm using 3x pve 7.1-10 nodes as a cluster. I already connected synology box as shared storage. all features are working properly at the moment. I'm working on moving some workloads from failing redhat openstack cluster with ceph storage to the pve cluster. As I did many times...
  8. S

    Deploying layer2 device in transparent mode

    it's not. route see the Proxmox host physical NIC mac. not the virtual mac attached to F5 VM
  9. S

    Deploying layer2 device in transparent mode

    Hi All, Recently we were trying to setup F5 BIG IP VE edition on our Proxmox cluster purely for L2 optimization on some links. We created vm with two interfaces. each interface attached to Linux bridge like this. router1 -> f5(on proxmox) - > router2 eno1 -> vmbr1 (router1 to proxmox) eno2 -...
  10. S

    How to start a VM on another cluster if home server is not available

    @fabian Sorry for bringing this up on an old topic. After doing this and start VMs on another node on the cluster, How can I safely bring up the stopped/crashed server back? I get that if I start the stopped server again it will corrupt the volumes of VMs that I already moved to another...
  11. S

    [SOLVED] Datastore creation on NFS share times out, store gets created, backups fail

    Hi, I'm testing the datastore backed by NFS share from Truenas core and Qnap NAS. I already set NFS options soft while mounting. my backups are running ok. But what is the proper way to mount NFS storage for the datastore? -o soft,local_lock=all ? Also I'm not sure which options I need to...
  12. S

    Total Cluster Failure

    Hi, A few months back I had the same issue. our whole cluster rebooted while I was trying to add a new node. We are not using ceph but Hitachi iscsi storage as shared storage with multipathing. I prepared the new node with the same configuration as other cluster nodes (all same model HPE...
  13. S

    Load balancing GUI

    For me similar setup working without any issues after I enable Use sticky connections On pfsense system -> advanced -> miscellaneous -> load balancing -> Use sticky connections
  14. S

    [SOLVED] Remove HA entries while HA services are disabled

    Hi all, I managed to fix this by following this thread. https://forum.proxmox.com/threads/cannot-delete-ha-resources-since-pve-5-to-6-update.58151/ Since my pve-ha-lrm and pve-ha-crm already disabled on all nodes, I delete manager_status file from single node. after that I able to remove the...
  15. S

    [SOLVED] Remove HA entries while HA services are disabled

    Hi all, I'm in the middle of creating my cluster and adding new nodes. I kept pve-ha-lrm and pve-ha-crm services disabled since I'm removing cables and rebooting nodes etc. I need all nodes not to fence In the middle of deployment one of my team added vms to HA resources. I need to delete...