bbgeek17's latest activity

  • bbgeek17
    Hi @mosaab , welcome to the forum. I am guessing you had a PVE8 cluster and now added a PVE9 node? Search for "gluster" on this page: https://pve.proxmox.com/wiki/Roadmap Follow on with reading...
  • bbgeek17
    With this requirement ^ , do what google suggested, which seems to be to install CIFS server and share the location via CIFS Cheers Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  • bbgeek17
    bbgeek17 replied to the thread data lost for time window.
    With the above additional information I am even more convienced that there was likely a Qemu snapshot/filter/staging that was lost (not replayed) on reboot. It is not surprising that your windows server got unsynced when its data went back, its a...
  • bbgeek17
    bbgeek17 replied to the thread data lost for time window.
    I am a little confused about what data was lost - actual data inside VM, ie files/databases/updates, or monitoring stats from external service? You should probably invest some time to understand how this critical process works and how it affects...
  • bbgeek17
    bbgeek17 replied to the thread 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...
  • bbgeek17
    bbgeek17 replied to the thread 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...
  • bbgeek17
    bbgeek17 replied to the thread 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...
  • bbgeek17
    bbgeek17 replied to the thread 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...
  • bbgeek17
    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
  • bbgeek17
    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...
  • bbgeek17
    bbgeek17 replied to the thread 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...
  • bbgeek17
    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
  • bbgeek17
    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...
  • bbgeek17
    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
  • bbgeek17
    bbgeek17 replied to the thread 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...
  • bbgeek17
    bbgeek17 replied to the thread 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...
  • bbgeek17
    bbgeek17 replied to the thread 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 -...
  • bbgeek17
    bbgeek17 replied to the thread 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
  • bbgeek17
    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
  • bbgeek17
    Things like this can simply be tested: when I disable the debian sources and query the policy of a random (but known to be installed) package I get: ~# apt policy bash bash: Installed: 5.2.37-2+b5 Candidate: 5.2.37-2+b5 Version table: ***...