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 -...
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...
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...
@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...
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...
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...
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...
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...
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...
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
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...