Search results

  1. bbgeek17

    ISCSI connection causing error "pbs: error fetching datastores - 500 Can't connect to ipaddress:8007 (Connection refused) (500)"

    Hi @harunk , welcome to the forum. These are Linux kernel–level messages; they are not PBS or PVE specific. They indicate a network-layer issue in the communication path between the Debian OS and your NAS. I would start by checking MTU, running long duration pings, and testing with iperf (or a...
  2. bbgeek17

    Best (most performant) way of sharing NAS storage to Windows 11 VM

    Under normal circumstances, given your numbers, it is likely that you would not see perceivable difference. You may even notice lower performance, as you would need to add another layer (qcow or raw file). There is no scientific evidence that direct Windows 11 iSCSI connection would function...
  3. bbgeek17

    Migrate from Hyper-V to Proxmox VE 9

    There is, indeed, no rhel-home as seen in your lsblk output. Is it possible there was another disk that you did not transfer? Also, please use "CODE" </> tags to surround your configuration/command output Blockbridge : Ultra low latency all-NVME shared storage for Proxmox -...
  4. bbgeek17

    Migrate from Hyper-V to Proxmox VE 9

    Hi @Hammer72 , welcome to the forum. After booting without /home and /var, have you looked at what the disk is seen as? Run lsblk and update fstab accordingly. Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  5. bbgeek17

    Pipermail email archives not updated anymore?

    I think this is what you are looking for: https://lore.proxmox.com/pve-devel/20260128181347.47674d4d@rosa.proxmox.com/T/ Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  6. bbgeek17

    PE8.4.16 Error Removing Snapshot

    Hi @csl , more information is needed for proper analyses. - VM configuration: qm config [id] - raw VM configuration: cat /etc/pve/qemu-server/vmid.conf - storage configuration, as requested by @Impact - storage status: pvesm status - if you have block storage: lvm; lsblk - volume list: pvesm...
  7. bbgeek17

    Unexpected disconnection (every 5 minutes) on Proxmox 9.0.3

    Given the limited information you are willing to supply, I can only give you a generic advice below. Perhaps someone else will be available to help. - Check that you do not have a duplicate IP on the network - Check system log file: dmesg - Check system journal: journalctl -b0 - Check your...
  8. bbgeek17

    Unexpected disconnection (every 5 minutes) on Proxmox 9.0.3

    This is primarily an English-language forum. To reach a wider audience and get more participation, you may want to use one of the many online translation tools. That said, it’s easy, especially when you’ve been deep in troubleshooting, to assume certain details are obvious. In practice, people...
  9. bbgeek17

    Unexpected disconnection (every 5 minutes) on Proxmox 9.0.3

    Hi @Chris_Sanduku , welcome to the forum. Can you please be more descriptive in your request? Where are you connecting and being disconnected from? What clients are involved? What are your network settings? Are there any errors? How did you measure 5 minutes? Is that a pattern you...
  10. bbgeek17

    [SOLVED] Guests on proxmox nodes have connectivity, but have problems with HTTPS.

    Glad I could help. Sometimes all you need is an outside opinion to get out of the tunnel :-) You can mark the thread as solved by using the subject dropdown via editing your first post. Cheers Blockbridge : Ultra low latency all-NVME shared storage for Proxmox -...
  11. bbgeek17

    [SOLVED] Guests on proxmox nodes have connectivity, but have problems with HTTPS.

    Hi @NicholasW , welcome to the forum. It does not sound like you have a hardware issue. That said, the fact that you had to disable 4 layers of firewall tells me that your environment is more complex than average. Is it possible that you implemented and forgot about a proxy of some sort? Is...
  12. bbgeek17

    [SOLVED] How to create a virtual machine on a ZFS storage device from the command line?

    Awesome, you can mark the thread solved by editing the first post and selecting appropriate subject prefix. Cheers Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  13. bbgeek17

    [SOLVED] How to create a virtual machine on a ZFS storage device from the command line?

    If you want to create new volume as part of VM creation, you specified the syntax wrong, from "man qm": Use the special syntax STORAGE_ID:SIZE_IN_GiB to allocate a new volume. It should be: data:vm-2114-disk-0:10 The command only accepts numerical value, G is implied. Blockbridge : Ultra...
  14. bbgeek17

    iSCSI Huawei Oceanstore Dorado 3000 LVM and Multipath

    We've released a KB article since this thread went dormant : https://kb.blockbridge.com/technote/proxmox-lvm-shared-storage/ You may find it helpful Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  15. bbgeek17

    [SOLVED] Cant install numactl - Proxmox 9.1

    Hi @mouse51180 , welcome to the forum. You are mixing Debian (PVE userland) and Ubuntu (universe repo). What happens when you run "apt update" now? What is in your: cat /etc/apt/sources.list ls -al /etc/apt/sources.list.d/ cat /etc/apt/sources.list.d/* Blockbridge : Ultra low latency...
  16. bbgeek17

    cron job not executed

    It happens :-) You can mark the thread as solved, if you like, by editing the first post and choosing the appropriate subject prefix. Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  17. bbgeek17

    cron job not executed

    You misspelled the "shutdown" in cron. Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  18. bbgeek17

    Call for Evidence: Share your Proxmox experience on European Open Digital Ecosystems initiative (deadline: 3 February 2026)

    Considering that virtualization is one of the most critical components of modern cloud infrastructure, it’s hard to think of a more deserving European company in this space than Proxmox Server Solutions GmbH. Blockbridge : Ultra low latency all-NVME shared storage for Proxmox -...
  19. bbgeek17

    [SOLVED] PVE 9.1.4 Debian 13 Cloud Init not working

    Hi @tim.baumgartl , welcome to the forum. Give "generic" image a try. From Debian website: https://cdimage.debian.org/cdimage/cloud/ nocloud: Does not run cloud-init and boots directly to a root prompt. Useful for local VM instantiation with tools like QEMU. As opposed to: generic...
  20. bbgeek17

    network card not visible, driver or hardware error?

    Network cards are driven by chipsets - the “brains” of the NIC. Most of these chipsets are designed and manufactured by a small number of companies and then licensed or sold to vendors who do not fabricate their own silicon. Mellanox and NVIDIA are examples of companies that do design and...