Recent content by bbgeek17

  1. bbgeek17

    no iso options

    Just fyi, PVE8 is less than 30 days from EOL- https://forum.proxmox.com/threads/proxmox-ve-support-lifecycle.35755/ The release notes for 8.4 state: Allow uploading and downloading disk images to storages with content type "Import", in preparation for importing disk images to VMs in the future...
  2. bbgeek17

    LVM shared FC storage - snapshot as a chain - status of storage API

    Hi @rbremer , PBS does not take storage snapshots, perhaps you meant to use a different abbreviation here? Just clarifying this for the whole picture. Well, this API call is specifically marked as "do not use"...
  3. bbgeek17

    Supported way to extend the PVE web UI for a third-party package?

    You run the risk of breaking customer's GUI by introducing patches to the core software product that may conflict with future updates. Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  4. bbgeek17

    Call for Feature: Native LINSTOR Support

    https://forum.proxmox.com/threads/drbdmanage-license-change.30404/ Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  5. bbgeek17

    [SOLVED] Resize Ubuntu VM disk

    Your SDA is divided into 3 partitions (1,2,3) and there appears to be no LVM so pvresize does not apply. Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  6. bbgeek17

    Spanning Shared LVM over multiple PVs/LUNs from central storage appliance

    The historical pitfall with this design is : splitting LUNs across SP A/SP B improves parallelism and queue depth, but if each SP is already running near its own capacity, a failure/trespass event on one SP means the survivor has to absorb both workloads. Most arrays aren't sized to run at 2x a...
  7. bbgeek17

    [SOLVED] Bond interfaces

    Hi @cbarbie , There is not enough information in your post - you did not explain what the failure is, not even the Layer its at. The best approach would be install tcpdump, if you don't have it yet, and trace each leg. Start with single physical link connected, check basic connectivity...
  8. bbgeek17

    PANEL PROXMOX

    Another vendor to take a look at is https://multiportal.io/ Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  9. bbgeek17

    Cannot migrate VM, because HA resource vm is not allowed

    I don't know if it is a bug, adding some extra information may help others/staff: qm config 121 ha-manager status ha-manager rules list Cheers Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  10. bbgeek17

    Backup of VM failed - disk image '/mnt/pve/.../images/.../vm-...-fleece-0.qcow2' already exists

    You can also try: qm disk rescan [OPTIONS] Rescan all storages and update disk sizes and unused disk images. --dryrun <boolean> (default = 0) Do not actually write changes out to VM config(s). --vmid <integer> (100 - 999999999) The (unique) ID of the...
  11. bbgeek17

    Veeam Backup issue: Proxmox VM backup failing

    Hi @Chetna , welcome to the forum. The log snippet you posted is not nearly enough to suggest a meaningful troubleshooting direction. We do not know where the log originated, what associated task was running on PVE at the time, what initiated the task, or under what conditions it occurred. For...
  12. bbgeek17

    What to mirror

    This is a home setup; you are not running critical infrastructure. You already have a backup plan in place. If you want to experiment with a mirrored configuration, use a flexible option such as ZFS and configure it on your boot drives. If, a few months later, you find yourself needing...
  13. bbgeek17

    What to mirror

    Hi @starstrk , welcome to the forum. Keep in mind that disk Mirror is not a backup. It only protects you from a physical disk failure. Are all NVMe of the same type? Is one older than then others? Do they have different used percentage? You may benefit from using the 3rd disk as an actual...
  14. bbgeek17

    New to Proxmox

    Hi @rkrick99 , welcome to the forum. Congratulations on embarking on a new technology journey. Your post is mostly hardware oriented but does not contain an explicit question. The hardware is certainly more than sufficient for a home experiment. I would recommend starting with simple single node...
  15. bbgeek17

    Windows Failover Cluster

    For lab purposes you can achieve QCOW sharing by forcing QCOW disk assignment to two VMs via "qm set". However, this would be against both standard PVE practices and certainly against the MSFT cluster qualification, and as such - not suitable for production use case. You have previously relied...