Search results

  1. bbgeek17

    Trouble logging into server

    There’s really no scenario where Proxmox would be involved in this issue. It’s not part of the path for what you’re troubleshooting. Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  2. bbgeek17

    Trouble logging into server

    Hi @Kurtlee12 , Nothing in your question indicates that PVE may be involved. You have not provided any specific commands, logs, or outputs to help you. It is possible that your keyboard is broken, you are logging in to a wrong server/IP, there is a duplicate IP on the network, your boss is...
  3. bbgeek17

    [TUTORIAL] Understanding QCOW2 Risks with QEMU cache=none in Proxmox

    We have received several requests to provide a procedure to reproduce our results. Here are the steps you can use in your lab: Create a Linux VM (we will use Alpine for a smaller footprint) qm create 100 --name vm100 --memory 256 --socket 1 --bootdisk scsi0 --boot c --bootdisk scsi0 \...
  4. bbgeek17

    Not able to access promox 9 gui from webbrowser after fresh installation

    As @_gabriel mentioned - check for duplicate IP. Confirm the IP settings are consistent across all locations: /etc/hosts /etc/network/interface /etc/hostname ip a Keep in mind that there are thousands of successful PVE installations a day. Only you, and few others, reported a problem with these...
  5. bbgeek17

    Not able to access promox 9 gui from webbrowser after fresh installation

    You did not complete the switch from Enterprise to No-Sub repo. Part of it is to disable/remove the enterprise. This video may be helpful https://youtu.be/DzHRhu3On7o?si=04H44sLx2UuKwTEq Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  6. bbgeek17

    Not able to access promox 9 gui from webbrowser after fresh installation

    https://pve.proxmox.com/wiki/Package_Repositories#sysadmin_no_subscription_repo Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  7. bbgeek17

    Not able to access promox 9 gui from webbrowser after fresh installation

    Your repositories are not set properly, and you possibly do not have proper network connectivity. But this is unrelated to your GUI issues that, I strongly believe, are caused by one of the ways of disabling "non-production reminder" Blockbridge : Ultra low latency all-NVME shared storage for...
  8. bbgeek17

    Not able to access promox 9 gui from webbrowser after fresh installation

    What is the output of "apt update" ? Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  9. bbgeek17

    proxmox new install no ip and connection error

    Instead of using "ip" tool directly, have you tried restarting network services and watching for any errors? i.e. systemctl restart networking ifreload -a Check logs in more details: journalctl -b0 journalctl -u systemd-udev-settle.service -b systemd-analyze blame This is not strictly a PVE...
  10. bbgeek17

    proxmox new install no ip and connection error

    Did you check the configuration file that gets loaded on reboot? cat /etc/network/interfaces Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  11. bbgeek17

    TrueNAS Storage Plugin

    Thank you for the kind words @warlocksyno @Phoenix85 , If you’re asking whether Proxmox GmbH would absorb a third-party–developed plugin for a third-party commercially marketed storage product, the answer is very likely “no.” Pulling such a plugin into the official distribution would imply...
  12. bbgeek17

    Extended my root pve - bad idea

    Hi @VenimK , welcome to the forum. If you don't have important information, or, are able to back it up properly - your fastest solution may be to reinstall. That said, even if you want to avoid reinstall - back your system up and make sure the backup is good. You indicated that you...
  13. bbgeek17

    PBS backups not show under <VM>/Backup ?

    Hi @athompson3117 , I believe this is expected. The two methods are using different stores and different backup sources. The PBS is a separate application from PVE. The PVE does not query PBS for available backups when you list local backups. Blockbridge : Ultra low latency all-NVME shared...
  14. bbgeek17

    Using qcow2 for 20TB disks on iSCSI SAN (NVMe, 25G, multipath) — any risk of corruption or performance issues?

    Hi @PHPMaroc, QCOW2 does carry some risk. As the article notes, it is semantically correct and can work reliably if your file systems and applications strictly handle flushes correctly. The challenge arises in handling data that’s “in-flight” between flushes and managing recovery... QCOW2 isn’t...
  15. bbgeek17

    [PROXMOX CLUSTER] Shared disk for VM

    As NFS server? Sure. Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  16. bbgeek17

    [PROXMOX CLUSTER] Shared disk for VM

    As long as this setup matches company's risk tolerance - you are ok. Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  17. bbgeek17

    [PROXMOX CLUSTER] Shared disk for VM

    Yes, at a high level thats correct. Whether it is wise to create a 12TB qcow on ext4 formatted consumer disk as another question. It will work for a homelab. Cheers PS hopefully its not USB connected... Blockbridge : Ultra low latency all-NVME shared storage for Proxmox -...
  18. bbgeek17

    KVM installation issues

    The 5th keyword should be your storage name, ie local-lvm, not a filename. The error you see confirms that. You can list your available storage pools via : pvesm status Cheers Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  19. bbgeek17

    cloud-init dhcp does not set domain or search in /etc/resolv.conf

    Its possible that this setting is being overwritten by DHCP, have you checked whether you can set this in DHCP? Here is an example we use in one of the cases, it shows how to extract/view what is being sent via DHCP and then use that for manual adjustments. Other than this - check CI log...
  20. bbgeek17

    KVM installation issues

    Hi @Shazam77 , welcome to the forum. You need to specify the full path: qm importdisk VMID /path/to/iso/iso.name STORAGE --format raw Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox