Recent content by bbgeek17

  1. bbgeek17

    rescue advice needed - recover info from VM - HowTo?

    Perhaps check this thread and the one referred in it: https://forum.proxmox.com/threads/solved-proxmox-8-0-rescue-boot-help-needed.132978/ Creating a vanilla Debian/Ubuntu rescue disk is also an option. There is nothing PVE specific in what you are trying to do. Blockbridge : Ultra low...
  2. bbgeek17

    [SOLVED] 2 Nodes and ISCSI Storage

    One other point - the output from "lsscsi" on server1 does not actually show two devices which would indicate a healthy multipath device. Your "multipath -ll" also shows single path. So although you now have an "mpath" device it may actually be in reduced functionality state and would not...
  3. bbgeek17

    Opt-in Linux 7.0 Kernel for Proxmox VE 9 available on test and no-subscription

    It would be incorrect to say that 7.0 "is not affected". It is affected but patches have been released. Including in the PVE distribution. Cheers Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  4. bbgeek17

    Opt-in Linux 7.0 Kernel for Proxmox VE 9 available on test and no-subscription

    We've been running our CI/CD for PVE9 with Kernel 7 since it was announced on the forum and have not had any issues. Note that our testing is targeted at storage functionality of the PVE. Cheers Blockbridge : Ultra low latency all-NVME shared storage for Proxmox -...
  5. bbgeek17

    Proxmox (as a company) - what the HELL are you doing? Kernel update to 7 broke networking IN A VM

    As it seems relevant here: We've been running our CI/CD for PVE9 with Kernel 7 since it was announced on the forum and have not had any issues. Note that our testing is targeted at storage rather than networking functionality of the PVE. Cheers Blockbridge : Ultra low latency all-NVME shared...
  6. bbgeek17

    rescue advice needed - recover info from VM - HowTo?

    Proxmox is based on Debian Linux with a curated Ubuntu Kernel. The LVM is part of standard Linux implementation. There are no Proxmox-specific steps when dealing with LVM. Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  7. bbgeek17

    rescue advice needed - recover info from VM - HowTo?

    Hi @iPanini , The qcow you found is likely NOT your VM. It seems to be located in your home directory. More than likely it is the installation download you got originally. The 2003 date of the file is another confirmation. The LVM error message indicates some metadata corruption that often...
  8. bbgeek17

    [SOLVED] 2 Nodes and ISCSI Storage

    Hi @ASM-Network , thank you for reporting back. I am glad to hear your issue is resolved. You can mark this thread as "SOLVED" by editing the first post and selecting the appropriate prefix from the subject dropdown. This helps in keeping the forum tidy, and assists future users. Cheers...
  9. bbgeek17

    Integrating Subscription Nodes into Existing Non-Subscription Cluster

    Hi @zero-skill, welcome to the forum. This has been covered a few times, for example: https://forum.proxmox.com/threads/joining-unlicensed-pve-node-to-cluster-that-is-licensed-what-happens.108160/post-465204 Blockbridge : Ultra low latency all-NVME shared storage for Proxmox -...
  10. bbgeek17

    Need help with FC LUN in cluster

    You did not configure your system properly. As you noted, you are not using shared storage functionality. There is no value in continuing to troubleshoot beyond this discovery. Your best course of action is to: remove all VMs remove all storage entries zap/wipe the disk configure everything from...
  11. bbgeek17

    Need help with FC LUN in cluster

    I think it would help if you share the /etc/pve/storage.cfg as well as "qm config [id]" output of the "old" and "new" VM. Cheers Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  12. bbgeek17

    Proxmox Backup Server 4.2 released!

    Congrats on the new release! Great to see new security functionality! Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  13. bbgeek17

    Need help with FC LUN in cluster

    Hi @angry_beaver , If I understood you correctly, you need to enable this attribute: https://pve.proxmox.com/pve-docs/pve-admin-guide.html#:~:text=remote%20iSCSI%20server.-,saferemove,-Called%20%22Wipe%20Removed Blockbridge : Ultra low latency all-NVME shared storage for Proxmox -...
  14. bbgeek17

    [SOLVED] 2 Nodes and ISCSI Storage

    As you can see in your output, server 2 does not see a Fujitsu device. This is most likely a zoning issue in Fujitsu. Cheers Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  15. bbgeek17

    vmxnet3 mtu problem

    Hi @ofry770 , welcome to the forum. In my experience with running nested ESXi in KVM/Openstack - the driver handling the vmxnet3 type adapter is intentionally limited by VMware in MTU handling. In fact the behavior varies across various patch levels. In most cases it is broken. Blockbridge ...