bbgeek17's latest activity

  • bbgeek17
    While your symptoms are similar, the cause is likely not the same. I'd recommend opening your own thread. There you should add output of "cat /etc/network/interfaces" Blockbridge : Ultra low latency all-NVME shared storage for Proxmox -...
  • bbgeek17
    I suspect that the old VM is still running under old QEMU binary and needs a cold start. Perhaps someone from Proxmox staff will confirm and will add this as a caveat. Blockbridge : Ultra low latency all-NVME shared storage for Proxmox -...
  • bbgeek17
    I've posted a recommendation there - give it a try as well. Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  • bbgeek17
    Is this a VM that existed before upgrade? If yes, post it's configuration here: qm config Also, try to create a new VM (it does not have to have an OS), turn it on and try to snapshot. Blockbridge : Ultra low latency all-NVME shared storage...
  • bbgeek17
    Looks like your report may be related to: https://forum.proxmox.com/threads/lvm-thick-with-iscsi-pve-9-0-3.169319/#post-788971 Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  • bbgeek17
    Hi @vitamin-pxx , The possible issue is the failure to mount your "hdd" to /mnt/pve. You may need to boot into rescue mode and disable the mount service. Or investigate why that mount fails, perhaps you disconnected your disk? Blockbridge ...
  • bbgeek17
    Hi @xbluethunderx , No one else has reported a similar issue recently, so this appears to be specific to your environment. That said, you’re making solid progress in narrowing down the combination of factors causing the fault, I'd encourage you...
  • bbgeek17
    There is likely a lot of useful data in the system's log/journal: journalctl -b0 You may also get some info from "systemctl status [service-name]" You can slo zoom in on a particular service: journalctl -xe -u <service-name> Since you have a...
  • bbgeek17
    No problem. Feel free to mark this thread SOLVED by editing your initial post and selecting the drop-down next to subject. Cheers Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  • bbgeek17
    Are you asking about storage? That selection is two "Next" clicks later, under "Disks" tab. Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  • bbgeek17
    Hi @Smaxbang , welcome to the forum. "Resource Pool" and "Storage Pool" are two different objects. The two serve completely different purpose, and you likely don't have any "Resource Pools". At this point, I recommend leaving it empty and...
  • bbgeek17
    What happens when you run: pvesm status PS all of the status is pulled up through a daemon called "pvestatd". If this program is hung for any reason, then all objects in GUI would show the question mark, as GUI can't talk to "pvestatd". There is...
  • bbgeek17
    Very common infrastructure issue. Thanks for letting us know. As a thread-opened, you can edit your first post and select "SOLVED" from the drop down menu next to subject Blockbridge : Ultra low latency all-NVME shared storage for Proxmox -...
  • bbgeek17
    bbgeek17 replied to the thread Orphaned VM Disk Removal.
    There might be something on github already. But if you end up writing your own - do share with the community, I am sure someone else will find it helpful. Cheers Blockbridge : Ultra low latency all-NVME shared storage for Proxmox -...
  • bbgeek17
    bbgeek17 replied to the thread Orphaned VM Disk Removal.
    Yes, you do need to be sure what you are doing when removing the data. I assumed you asked because you already stumbled on the disk and knew it was there. This doesn't happen too often. I can recall only one case across all of our customers when...
  • bbgeek17
    bbgeek17 replied to the thread Orphaned VM Disk Removal.
    pvesm list [options] pvesm free [options] Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  • bbgeek17
    Congratulations team! Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  • bbgeek17
    You need both 22 and 8006 Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  • bbgeek17
    Check firewalls, check MTU, check ssh from node to itself, check ICMP, large ICMP, duplicate IPs, etc. Good luck Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  • bbgeek17
    The best way for beginners to manipulate the repo files is via PVE GUI: Datacenter>Nodes>[NODE]>Updates>Repositories This option provides easy way to enable/disable repo without removing files. One can then examine the resulting files if they...