Search results

  1. bbgeek17

    [SOLVED] Why six paths to iSCSI?

    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. Blockbridge : Ultra low latency all-NVME shared...
  2. bbgeek17

    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
  3. bbgeek17

    [TUTORIAL] How to Configure Fibre Channel SAN Storage with Multipath and High Availability on Proxmox VE 9

    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 underlying storage - the concepts are the same. You can...
  4. bbgeek17

    backup process tries to start a template resulting in an error

    Thank you for the update @RobFantini! Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  5. bbgeek17

    [TUTORIAL] How to Configure Fibre Channel SAN Storage with Multipath and High Availability on Proxmox VE 9

    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
  6. bbgeek17

    Installing multipath-tools-boot for iSCSI?

    Hi @unsichtbarre , My guess is that the majority of people will never need this package, so there is no reason to create dependencies, or install it by default. Otherwise, it will be part of initramfs management on all installs. Blockbridge : Ultra low latency all-NVME shared storage for...
  7. bbgeek17

    [TUTORIAL] How to Configure Fibre Channel SAN Storage with Multipath and High Availability on Proxmox VE 9

    The snapshot support sits above the FC/Multipath layers. It requires LVM to be placed on top of the Multipath device, as well as, snapshot-as-volume-chain 1 attributed on the storage pool. This attribute is present on the referenced page, however the primary goal of the article does not focus on...
  8. bbgeek17

    loosing network connectivity after setup / update / reboot

    Thank you for the update @Elleni . There could be many possibilities, for example: https://forum.proxmox.com/threads/vms-loosing-network.180650/#post-838011 Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  9. bbgeek17

    [SOLVED] Trouble with iSCSI and cluster node inconsistency

    Thank you for the update @naps1saps . You can mark the thread as SOLVED by editing the first post and updating the subject prefix. Best of luck in your endeavors. Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  10. bbgeek17

    loosing network connectivity after setup / update / reboot

    Hi @Elleni, The first step is to go through standard Linux network troubleshooting. Capture the network state when everything is functioning correctly, then capture it again when the network is "broken". Compare the two states. Access the server via IPMI/BMC and perform basic checks: Is the...
  11. bbgeek17

    PVE-root is full

    It will skip the mounted paths and it will not show the space occupied by the directory in pre-mounted state. One can make some inference regarding the space usage but the safest method is to unmount the external device and check again. Blockbridge : Ultra low latency all-NVME shared storage...
  12. bbgeek17

    [SOLVED] Trouble with iSCSI and cluster node inconsistency

    What version of PVE are you running on each node? In PVE9 most of the database has moved to /var/lib/iscsi How are you managing iSCSI sessions? Are you using PVE storage pool or manual configuration? If former, is your cluster healthy? If later, are you sure that you set proper restart options...
  13. bbgeek17

    VMs loosing network

    That's great news! Love it when root cause is found regardless of what it's! Thank you for the update! Cheers, Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  14. bbgeek17

    VMs loosing network

    Were windows Event logs checked? Can the VM ping/access another VM located within the same VLAN and same hypervisor? Perhaps you should have rolling network capture, or be prepared to start one at various points in the network (hypervisor, bridge, VM, switch) when/if the issue repeats. This...
  15. bbgeek17

    VMs loosing network

    Hi @Drunkm0nk , welcome to the forum. It does not seem probable that an upgrade of BIND9 package installed on a hypervisor would affect intermittent connectivity issue on random VMs. You have not provided nearly sufficient information to get started. Here are some questions but this is truly...
  16. bbgeek17

    Ansible/Terraform breaks on VLAN Interfaces

    It does sound like an MTU issue. In addition to 28 byte IP header size, there is also a 4 byte VLAN header that may be playing a role here. Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  17. bbgeek17

    [SOLVED] Issue with secondary local dir storage after node remove and add

    Great, thanks for sharing. You can mark the thread as solved by editing the first post and selecting an appropriate subject prefix Cheers Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  18. bbgeek17

    [SOLVED] Issue with secondary local dir storage after node remove and add

    Then check why the disk is not mounted on boot, if indeed it is not mounted: journalctl -u mnt-pve-dir1.mount systemctl status mnt-pve-dir1.mount Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  19. bbgeek17

    [SOLVED] Issue with secondary local dir storage after node remove and add

    You should check and match /etc/fstab from old nodes to new node. The filesystem will not be mounted by PVE, it has to be mounted already when PVE starts. If you are mounting through Systemd, you should check the log for any errors related to that service. Make sure the disk gets mounted by the...
  20. bbgeek17

    unable to find configuration file for VM 220 on node 'pve-a'

    The "qm" command only operates on local VMs. You are executing it from host A, you said the VM is on host C - the error is expected. You can run "qm list" to see what VMs you can access locally. You can run "pvecm status" to check the status of your cluster communication. If you are able to...