bbgeek17's latest activity

  • bbgeek17
    If you read the referenced thread, you saw that some of those "enhancements" break systems. Whether your system is broken in the same way, only you can figure out. Blockbridge : Ultra low latency all-NVME shared storage for Proxmox -...
  • bbgeek17
    welcome to the forum @JGH-Mike . Have you installed any "enhancements" for PVE previously? Have you checked similar threads? https://forum.proxmox.com/threads/web-portal-issue-after-updates.172965/#post-807076 Make sure you remove any...
  • bbgeek17
    bbgeek17 replied to the thread Unable to Update Fresh Install.
    Sounds like a hardware issue. Have you checked dmesg and jornalctl? Run memtest? Disk check? Updated all firmware? Another option is to install Debian and test that way, or Ubuntu. Blockbridge : Ultra low latency all-NVME shared storage for...
  • bbgeek17
    @JAZZIT Support , glad I could help. With @gfngfn256's input, if you feel like your questions were answered - feel free to edit the first post and select "solved" from the drop down. This helps keep the forum organized. Blockbridge : Ultra low...
  • bbgeek17
    Hi @JAZZIT Support , What does qemu-img info [original_file] say? Whats do lsblk and lvs show? What about lvdisplay /dev/pve/vm-101-disk-1 ? Just because the partitioned/formatted space in original Windows server was 100G, does not mean that...
  • bbgeek17
    Congratulations @Reartu24 . Veeam, and perhaps Nakivio, use the underlying Qemu commands to manipulate block devices during the backup. If the device is already being used by another Qemu command from the same family, its not surprising that...
  • bbgeek17
    bbgeek17 reacted to Reartu24's post in the thread VM blocked with backup or migration with Like Like.
    Luckily, I managed to unblock the locked VM over the weekend. Thanks to Croit's advice, the migration was unblocked, and I was able to cone the VM and restore operation. The thing that was absurd to me, and I don't understand it, is that not...
  • bbgeek17
    I believe you are showing only the last portion of the response? The full response is as you reported in comment #3 ? If I am correct, the "body" portion you are seeing is _normal_. This is the same as what I get on our fully functioning PVE. In...
  • bbgeek17
    bbgeek17 replied to the thread qbittorent and proxmox newbie.
    Hi @extensive , welcome to the forum. The problem you are getting is not directly related to the operation of the PVE. You should reach out to the authors of the community scripts and report this to them. They are in the best position of knowing...
  • bbgeek17
    Sounds like an excellent plan @Jochem . Good luck and keep us updated. Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  • bbgeek17
    What you have now: Is not one of the options I proposed. You have not provided details on what exactly you are doing, but it sounds like possibly ZFS/iSCSI scheme. If thats what you are trying to do - implementing HA is on you. There are many...
  • bbgeek17
    Technically, you do not "mount iSCSI". Once the sessions are configured/connected, you can place a filesystem on top of the raw block and mount it. However, as we are discussing PVE - there will be no filesystem. The user should use LVM on top of...
  • bbgeek17
    Hi @Tycho_ , welcome to the forum. There are many guides out there about connecting iSCSI storage to a PVE cluster. For example, https://www.youtube.com/watch?v=um31y0qVkLk You can use PVE GUI to create iSCSI storage. There are other approaches...
  • bbgeek17
    Currently PVE does not provide live migration/recovery on node failure. The node is gone, there is simply nothing to recover. There is no production-ready equivalent to VMware FT. The VM will be restarted, but without the state prior to failure...
  • bbgeek17
    Hi @Jochem , none of the above except LVM is compatible with Shared Storage application. The recommended option is LVM, it gives you RW access from all hosts to _different_ portions of the disk. There are only two Open Source (Free) Cluster...
  • bbgeek17
    bbgeek17 replied to the thread TrueNAS Storage Plugin.
    Hi @warlocksyno This is excellent progress on getting Proxmox support working and its really nice to see the effort and attention to detail going into it. I just wanted to help clarify one concept you mentioned regarding MaxOutstandingR2T. Any...
  • bbgeek17
    You can try : a) force-reinstall openssh package. Continue working on trying to login locally. b) reproduce the problem - install Debian as VM, confirm access. Install PVE via same steps as before. Did you break it? If yes, perhaps there is an...
  • bbgeek17
    I could be mistaken, but IIRC one installs over Debian using PVE repos via internet, not by using ISO. You can check whether PVE installation overwrote the openssh package or its configuration files by querying the package repo. thank you for...
  • bbgeek17
    Do you mean password authentication? May be its disabled? Why don't you try to ssh to "localhost" from the server itself. You can also force password only client auth by using appropriate options. Keep an eye on sshd debug as you are trying to...
  • bbgeek17
    Hi @Logfro , congratulations on your first post. The key message, so far, is "debug3: append_hostkey_type: ssh-rsa key not permitted by HostkeyAlgorithms [preauth]" The client is trying to use an ssh-rsa key. The server’s HostKeyAlgorithms or...