Search results

  1. bbgeek17

    Connection error

    Hi @Henry Wong , welcome to the forum. The first thing to try would be to roll back your Openwrt change. You've changed a portion of your network infrastructure and the remaining part appears to have been cut off. There is much more information needed to understand what you had and what you...
  2. bbgeek17

    PVE 8.x Cluster Setup of shared LVM/LV with MSA2060

    If you presented the two MSA LUNs to all nodes, you have the basics of shared storage in place. However, you used wrong LVM type - LVM-thin is not compatible with multi-writer scheme that is needed by "shared storage". Once you have wiped your luns and reconfigured it with LVM (lvm-thick), you...
  3. bbgeek17

    [SOLVED] Not able to access promox 9 gui from webbrowser after fresh installation

    Hi @ashah , welcome to the forum. The port specification is separated from the host name by column, not by slash. Https://ip:8006 Cheers. Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  4. bbgeek17

    Instruction to upgrade from 9Beta to version 9

    Hi @dCipher , No, there are special instructions. Update your repositories, i.e. disable "test" and enable Trixie no-sub, then follow standard procedure. https://forum.proxmox.com/threads/proxmox-virtual-environment-9-0-released.169258/page-2#post-788653...
  5. bbgeek17

    [SOLVED] Export VM disk from LVM storage coming from another host

    Hi @nautilus7 , Since the disk is stored as raw block device on top of LVM slice, you should already see this disk when you list LVM slices: lvs However, the name of the parent group (vgs) must not overlap with existing names on the new hosts. You will get a warning if it does. Once you...
  6. bbgeek17

    Can't access GUI after upgrade

    You said you upgraded PVE - were you trying for PVE9, or did you just do a PVE8 refresh? Or went from 7 to 8? Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  7. bbgeek17

    Please help finding correct API Endpoint

    Thanks @aaron ! Yes, the resources is always first place to start to get a handle on current state. My understanding is that OP is looking for data on which VMs were moved by HA event. Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  8. bbgeek17

    Can't access GUI after upgrade

    A number of issues with similar symptoms that were reported recently end up being incomplete/failed upgrades. Please take a look at a few recent threads for advice on how to force-reinstall the packages. Other than that, outputs of the following commands may be helpful both to you and community...
  9. bbgeek17

    ESXi VM migration method

    VMDK is a proprietary format. The open-source community has made efforts to enable migration from VMDK, but there’s no incentive to make it perform as efficiently in non-ESXi environments, it’s likely not possible to match native ESXi performance. I understand that importdisk performance feels...
  10. bbgeek17

    Please help finding correct API Endpoint

    Hi @joshiyamamoto , welcome to the forum. Sounds like you are looking for historical information, which is more suitable to be in "log", "task" or similar end point. I am not sure if these have what you want - check and let us know...
  11. bbgeek17

    PVE 8.x Cluster Setup of shared LVM/LV with MSA2060

    Yes, of course you can use our solution, please reach to support@blockbridge.com to see if we are a fit. Other than that, you can review this article we wrote that goes over some concepts and details of implementing legacy SAN environments with PVE...
  12. bbgeek17

    Node grouping/tagging

    This may be something that PDM may already be able to do, or a perfect place to implement if it doesnt: https://forum.proxmox.com/threads/proxmox-datacenter-manager-first-alpha-release.159323/ Blockbridge : Ultra low latency all-NVME shared storage for Proxmox -...
  13. bbgeek17

    [SOLVED] Snapshot Requirement

    Please note, that this forum is open to all. The Proxmox GmbH staff members have a special moniker next to their name. I am not one of them. Just helping with your question. To help other forum member orient better, if you consider this thread solved you can edit the initial post and use the...
  14. bbgeek17

    [SOLVED] Snapshot Requirement

    @Sandeep1970 , public forum is not a place to discuss pricing or discounts. You should start here: https://shop.proxmox.com/ Or here: https://www.proxmox.com/en/partners/find-partner/explore 2-node clusters are not recommended for production use. You need 3 (odd) numbered cluster. The 3rd node...
  15. bbgeek17

    [SOLVED] Snapshot Requirement

    Hi @Sandeep1970, You should start by carefully reviewing the PVE 9.0 release notes, paying particular attention to the Known Limitations section. Check the forum for recent user reports and assess whether any of the issues discussed might apply to your setup. In general, if Proxmox GmbH...
  16. bbgeek17

    [SOLVED] Snapshot Requirement

    https://forum.proxmox.com/threads/proxmox-virtual-environment-9-0-released.169258/ https://pve.proxmox.com/wiki/Roadmap#Proxmox_VE_9.0 https://proxmox.com/en/about/company-details/press-releases/proxmox-virtual-environment-9-0 Blockbridge : Ultra low latency all-NVME shared storage for...
  17. bbgeek17

    [SOLVED] Snapshot Requirement

    Hi @Sandeep1970 , welcome to the forum. If you want native snapshot support with your legacy Dell device, your best bet is to use the newly released PVE9 Cheers PS keep in mind that this technology is currently marked as "tech preview" Blockbridge : Ultra low latency all-NVME shared storage...
  18. bbgeek17

    Veeam error Failed to map disks (since upgrade v8 to v9)

    Hi @pmt_cnq , The likely cause is the change in how PVE handles block devices between PVE 8 and PVE 9. You should reach out to Veeam to confirm whether they have tested or officially qualified their product with PVE 9, chances are they have not done so yet. Blockbridge : Ultra low latency...
  19. bbgeek17

    Proxmox 9 upgrade: Virt-customize no longer has internet access

    Have you tried updating /etc/resolv.conf inside the image? Since you had to install virt-customize separately (as it's not included in the default PVE installation), it’s worth noting that there’s no compatibility testing done on the Proxmox side. So you may be running into a package bug or...
  20. bbgeek17

    ESXi VM migration method

    A few other things to keep in mind: The disk isn’t simply being transferred - it’s being transcoded from VMDK to QCOW during the process, which adds overhead. Are you storing the resulting image on the same storage as the source? If so, that means simultaneous reads and writes are hitting the...