Search results

  1. bbgeek17

    proxmox deployment

    In hindsight, you should have skipped the HBA and SAS and gone with NVMe. When choosing between ZFS and Ceph, keep in mind that ZFS is a local filesystem, while Ceph is a form of distributed/shared storage. Each comes with its own set of pros and cons. With only three servers, your Ceph...
  2. bbgeek17

    Problem with WEB GUI

    You have a network problem. When investigating a network issue, there are three major components to consider: the Server (NFS), the Intermediate devices (NIC, cable, switch), and the Client (PVE). PVE performs frequent health checks on NFS storage by running various RPC commands (e.g. rpcinfo...
  3. bbgeek17

    data lost for time window

    Hi @HaVecko , welcome to the forum. To preface: I have no direct experience with Nakivo and don’t know how it integrates with PVE. Everything below is speculation based only on what you’ve shared. That said, I do know a bit about how certain other backup solutions integrate with PVE. If Nakivo...
  4. bbgeek17

    unable to login

    Hi @piojo11 , welcome to the forum. The common culprits are: - browser extensions affecting password entries - native browser password managers - using wrong PAM domain - typing a wrong password - modifying PVE code to "smooth" login experience In addition to above, good place to check -...
  5. bbgeek17

    Ubuntu VM install repeats Gnome Initialization Screen

    https://help.ubuntu.com/stable/ubuntu-help/report-ubuntu-bug.html.en Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  6. bbgeek17

    cv4pve-autosnap - Permission Problem

    Hi @sharbich , the error message comes from the script/app itself. It contains word "possible" which indicates a "guess" on the part of the app. One would need to examine the App's code to confirm how it came to that decision. Its possible that the message is completely misleading. I would...
  7. bbgeek17

    Problem with WEB GUI

    This is likely the source of your issue. It is impossible to answer your question since we don't know anything about your storage. Start with examining the /etc/pve/storage.cfg. Continue with making a backup of it, follow on with disabling/deleting all storage pools but one. Probe the storage...
  8. bbgeek17

    How can I configure more settings in PVE’s Cloud-init?

    In addition to @gfngfn256'` guide, the primary source of CI documentation is located here: https://cloudinit.readthedocs.io/en/latest/ Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  9. bbgeek17

    Ubuntu VM install repeats Gnome Initialization Screen

    You should probably find a way to report this to Ubuntu directly. Being that you are doing a manual install from ISO and not Cloud Image, there is 0 chance that PVE somehow interferes with your username creation. Blockbridge : Ultra low latency all-NVME shared storage for Proxmox -...
  10. bbgeek17

    Ubuntu VM install repeats Gnome Initialization Screen

    Have you ensured that ISO is removed before you reboot? That was not in your video. Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  11. bbgeek17

    A few questions about Backup

    Hi @nafeasonto , welcome to the forum. If your business plans to rely on PVE for critical operations, perhaps you/they should take a look at official training: https://www.proxmox.com/en/services/training-courses/training There are also many youtube tutorials but they are mainly targeting...
  12. bbgeek17

    Problem with WEB GUI

    The "?" in the GUI can indicate two things: a) "pvestatd" daemon has trouble collecting information. This is usually related to storage misconfiguration (network or otherwise) b) trouble connecting to that particular node You can perform the following tests: a) ssh from each node to all other...
  13. bbgeek17

    QNAP QES ZFS over iSCSI Plugin

    I don’t quite follow you. The documentation and UI capabilities are pretty extensive. As in most cases, the CLI is more powerful, and for the most part it’s well documented. Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  14. bbgeek17

    QNAP QES ZFS over iSCSI Plugin

    You can try to use ZFS-over-iSCSI, however it is not multipath capable. Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  15. bbgeek17

    [SOLVED] Permission denied (publickey,password)

    Thank you for coming back with a solution! It is extremely valuable for those that come after you. Cheers! Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  16. bbgeek17

    [SOLVED] Permission denied (publickey,password)

    As I mentioned, this: is not the same as: The commands use different key locations and keys. You should be able to make ssh root@pve2 work by following the standard SSH key exchange steps. Can you figure out why it isn’t working? I know quite a few people have run into SSH key issues with...
  17. bbgeek17

    Guidance for Repositories - Enterprise -vs- No-Subscription

    You should not disable Debian sources. They bring in other components that are not part of subscription repo. Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  18. bbgeek17

    [SOLVED] Permission denied (publickey,password)

    Run that command manually from the shell, does it work? Examine /etc/pve/nodes/pve2/ssh_known_hosts , is it the same or different from pve1? Run: ssh -vvv root@pve2 Look for : Offering public key: Do any of the public keys match what is in authorized_keys on the other side? Tail journal on...
  19. bbgeek17

    [SOLVED] Permission denied (publickey,password)

    Hi @akamatch14, Can you clarify what "everything" is? Have you tried : pvecm updatecert -f Until you have fixed the authentication, your migration will continue to fail. Have you done anything recently that changed your configuration? For example, replaced a node? Presumably this has worked...
  20. bbgeek17

    [SOLVED] PVE 9 - can't create snapshot on LVM thick

    You are right, my mistake. I seem to remember the VM version being an issue before, but perhaps 9 stands for PVE9, not Qemu9. In this case 9 is latest. @Impact has a good question to answer. Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox