bbgeek17's latest activity

  • bbgeek17
    bbgeek17 replied to the thread [SOLVED] Proxmox error?!?!.
    It seems like you have a USB disk in your fstab/systemd, and that disk has either failed or is not available any more. This blocks the normal boot. Are you not able to enter the root password to access the rescue shell? You can follow this...
  • bbgeek17
    Hi @RodolfoRibeiro , thank you for clarifying. This matches my initial understanding of your situation. SAS and iSCSI are transfer and connectivity protocols. While the article I suggested is using iSCSI as example, once you are beyond basic...
  • bbgeek17
    bbgeek17 replied to the thread ReadyMade VM Templates.
    CloudInit is an industry standard way to distribute templates that are compatible with all major cloud providers. While PVE is not a Cloud Infrastructure per se, it is a hypervisor that many cloud providers user. PVE has built-in support for...
  • bbgeek17
    According to Veeam documentation https://helpcenter.veeam.com/docs/vbr/userguide/pve_system_requirements.html?ver=13 it is compatible with 9.1 Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  • bbgeek17
    Have you tried a different browser? A cloud virtual VM with various browsers? Tried to get a new server/VM on the same network and access BMC via CLI (if thats possible with OVH)? If all else fails, reach out to OVH support - a client error...
  • bbgeek17
    Hi @tka222 , Given that your storage is FC based, the migration (presuming you mean live migration of VM between PVE hosts) does not carry a lot of data. Your best option is to create an LACP bond that provides a) redundancy for all traffic...
  • bbgeek17
    Hi @RodolfoRibeiro , welcome to the forum! This topic is a common discussion point here on the forum. It is generally raised at least once a week, sometimes more. To address your questions: - Yes, many people run with this type of infrastructure...
  • bbgeek17
    bbgeek17 replied to the thread New VM already installed OS.
    In the PVE API here: https://pve.proxmox.com/pve-docs/api-viewer/#/nodes/{node}/disks/lvmthin and here: https://pve.proxmox.com/pve-docs/api-viewer/#/nodes/{node}/disks/wipedisk You can make a call to "Also wipe disks so they can be repurposed...
  • bbgeek17
    bbgeek17 replied to the thread New VM already installed OS.
    Removing an LVM slice (if VRTX-SSD is LVM based storage) is not enough to erase the data on the underlying disk. This has been discussed in the forum a few times, although I cant give you a link at this moment. You can check by running "lsblk"...
  • bbgeek17
    bbgeek17 replied to the thread Cannot access web GUI at all.
    If the pool ends at 249, then 240 is within the range. Pick an IP that is higher than 249 Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  • bbgeek17
    Thank you for the update @unsichtbarre . You can mark the thread as Solved, to keep the forum tidy, by editing the first message and selecting an appropriate subject prefix. Cheers Blockbridge : Ultra low latency all-NVME shared storage for...
  • bbgeek17
    The file/location is not checked at the time of setting the option. It is possible that the config does not exist at the time of VM creation. One could dynamically generate the config on VM start. You will be notified at the time of VM start or...
  • bbgeek17
    You are the only person with full view and access to the system. You shared summary of what you think the system is and only partial snippets with us. There are a few possible theories, you can eliminate most of them by rebooting your host and...
  • bbgeek17
    Hi @unsichtbarre , The only explanation , based on the technical details you posted, is that you do indeed have a route between the two networks. You should be able to figure it out with "ping" command, traceroute, and by checking ARP tables...
  • bbgeek17
    bbgeek17 replied to the thread Max cluster size.
    Hi @alexx, there was a similar discussion recently here: https://forum.proxmox.com/threads/proxmox-with-48-nodes.174684 Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  • bbgeek17
    LVM is a PVE integrated way to use FC as shared storage. You can read this article to get high level understanding of the components involved: https://kb.blockbridge.com/technote/proxmox-lvm-shared-storage/ Although it references iSCSI as...
  • bbgeek17
    Thank you for the update @RobFantini! Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  • bbgeek17
    Hi @ProlyX , can you clarify "that" in your question? ZFS is not multi-initiator/multi-writer compatible. Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  • bbgeek17
    Yes, lvm/thin is not cluster-aware so you will risk a loss of data. It's not supported for a reason, see also the table on https://pve.proxmox.com/wiki/Storage which clearly states that lvm/thin is NOT a shared storage. No for exactly the...
  • bbgeek17
    bbgeek17 reacted to Johannes S's post in the thread Proxmox VE + Dorado 2000 with Like Like.
    @bbgeek17 wrote two pieces which should cover your questions: https://kb.blockbridge.com/technote/proxmox-lvm-shared-storage/ https://kb.blockbridge.com/technote/proxmox-qcow-snapshots-on-lvm/ Basically snapshot on lvm/thick wasn't supported...