Most of the hardware complaints reported in the forum are by homelab users. A single-packet AMD server from any of the major vendors will do the job just fine. You will likely need at least two Compute servers with additional node for quorum. Or...
Hi @fanton ,
The server task suitability is not measured by who produced it. Any Enterprise server is generally suitable to run Linux.
What you need to ask yourself:
- how many virtual machines will I need?
- how many virtual cores?
- how much...
This is not something I'd recommend implementing in production/business environment.
Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
@gtrovato ,
The short answer is "yes" - the fact that you are merging nodes into a single cluster that have different local-lvm definitions is what is causing the question marks.
When you add a node to the cluster, there is a warning that any...
@PwrBank , you are correct. This is why Backup Fleecing Storage was created. Prior to it, a write to a non-backed up segment was blocked until that segment could be backed up. If the backup link/storage/cpu are inadequate - it creates bottleneck...
Since you are already maintaining an external map of category=lower-upper, I'd try to avoid frequent cluster changes. The easiest way is to add another field in your map for last used, or next free.
Another option is to generate next ID on the...
Hi @ssevasta ,
This is a free community support forum, so posting here does not open an official support case. For formal case tracking, you would need to have an active support subscription.
That said, a staff member may still notice your post...
Hi @dsintayehu ,
The first step would be to accompany your report with actual saved and running configuration output from "good" and "bad" notes.
I.e. output of:
- cat /etc/network/interfaces
- ip a
- ip route
- brctl show
- ping x.x.xx
Add to...
Hi @SimonMcNair ,
you may also find this interesting: https://kb.blockbridge.com/technote/proxmox-concurrent-vm-migration/index.html
In the meantime, you can run: cat /etc/ssh/sshd_config|grep -vE "^#|$^"
This will allow you to easily compare...
Hi @hambuergaer , you may need to wait until 9.1 release. So keep an eye on the front-page of the forum, major releases are generally announced there.
Blockbridge : Ultra low latency all-NVME shared storage for Proxmox -...
In the meantime, you can, relatively easily, do this via CLI/API.
Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
Hi @CS- ,
It is my understanding that it is still in tech-preview. I suspect you'd need to wait for at least 9.1 release.
Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
One can certainly buy a non-redundant DiskStation on Amazon; however, I’m not sure why that would be the starting point for a business-grade SAN solution. A highly available SAN should be considered the bare minimum in this context.
Op...
Hello @MikaSup , welcome to the forum.
We'd need to know more about your exact VM and rules configuration. As well as how you reboot the node.
In general, this is a good source for understanding the behavior ...
Interestingly there is already a message about snapshots:
https://forum.proxmox.com/threads/need-to-backup-broken-proxmox-without-ethernet.174832/#post-812476:~:text=INFO%3A%20snapshots%20found%20(not%20included%20into%20backup)
:-)...
You will likely need to rename the volume group of the old disk so that there is no conflict, then you'd add a new storage pool that points to the renamed VG.
You'd then restore you VM configs , then rescan for disks "qm disk rescan". The disks...
The backup tries to start the VM in suspended state so that the disks can be properly activated.
Given your installation is already borked, you can remove the network card from your VM config to bypass this error, if you wanted to get the last...
You can program the cloudinit file to write and execute a script that would detect the interface name and create correct network file in place, instead of relying on CI for that part of the config.
You can create/modify your template to not...
If you are already planning to use a different installation disk, what stops you from connecting the disk that contains the VM data now as secondary, and then copying/importing it?
How to do that depends on your storage configuration. It may be...