Hi @Kurgan,
Based on a quick review, LVM-thin appears to offer better durability characteristics than QCOW2 for a few reasons:
LVM-thin stores its metadata in a B-tree and applies updates transactionaly (though not via a traditional journal)...
These are the items listed there:
Native Linux MPIO // yes, this one matches, but in PVE with shared storage it is used in combination with LVM
Regular Linux Logical Volume Manager on standalone host // does not match - PVE uses LVM but not as...
Hi @PoschMox93 , welcome to the forum.
At a high level it appears that this might work with PVE. Keep in mind that for shared storage PVE does not employ either SCSI3 reservations or any of the items listed here...
A "snapshot backup" creates a dirty bitmap at QEMU level (not storage) of the blocks that are being changed during the backup.
If the block is changed during the backup but prior to this block actually placed in backup media two things can...
Hi @Mihoo , welcome to the forum.
You should examine the context of /etc/pve/node/[node-name] - they should not have duplicate ID configuration files.
Blockbridge : Ultra low latency all-NVME shared storage for Proxmox -...
At the very high level, it sounds like you just need to assign 10.x IP to your bond interface.
Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
There are two things you can try to start with:
a) install using vanilla Debian, if it boots - get PVE on.
b) start with 8.1 install, pin kernel, upgrade to 9
Good luck
Blockbridge : Ultra low latency all-NVME shared storage for Proxmox -...
@santd , you said you are running LVM THICK. You then correctly pointed out that there is new functionality available for THICK variant of LVM. This was confirmed by @cheiss, and you were advised that you need to edit your storage pool definition...
Our offering is designed for Service Providers and Enterprises running on-premises infrastructure. Many SPs directly compete with companies like OVH.
Whether it’s feasible to run our software on OVH depends on the availability of suitable...
If the login is not working and you ruled out things like bad keyboard, wrong language and other HID issues, then I would recommend resetting the password: https://pve.proxmox.com/wiki/Root_Password_Reset
When booted into this "rescue" mode you...
Veeam's ability to utilize backend storage snapshot functionality to offload the backup workflow is limited to Vsphere. The Veeam PVE plugin integrates with PVE by hooking into primary QEMU process, somewhat similar to how PVE&PBS work (but not...