Just in case someone is struggling in updating qemu-server
The final solution is to execute the following commands:
This will upgrade the version to 9.1.4 directly
echo "deb http://download.proxmox.com/debian/pve trixie pve-no-subscription" >...
in the many years I've been using PVE, I havent had much call for using Windows guests, and when I did it was usually Windows 2016 (and older before) and had reasonably good results. In the last few weeks, I had need of a Windows guest for a...
Well....that's everything important to pve lives in /etc/pve.
But as I said, if you have set up your system for PCIe passthrough, then you will need more than just /etc/pve for a successful and rapid redeployment.
Adding a node to a Proxmox...
Just in case someone is struggling in updating qemu-server
The final solution is to execute the following commands:
This will upgrade the version to 9.1.4 directly
echo "deb http://download.proxmox.com/debian/pve trixie pve-no-subscription" >...
Hi
I have an odd bug that I wonder if someone has seen before and/or has a solution to.
I have a simple setup at home with Proxmox 9 with a few VMs. Storage is local ZFS mirror on SSDS and an NFS-mounted NAS for vm-backups.
One of the VMs is a...
Your message is hard to understand.
If all discs are separate (JBOD/no RAID) I think ZFS is the best option.
10 x 960GB SSD - ZFS RAIDZ You must set up notifications and make sure they work. RAIDZ can have one disc fail but not two. RAIDZ2...
Hi,
I have a script here where the initrd and linux26 is extracted from the proxmox iso and modified to be able to boot over iPXE and pass in the url for the proxmox iso file and optionally the answer file:
https://github.com/tohara/ProxmoxPxeBoot
There are a multitude of 3rd party add-ons available for Proxmox, I personally think the Devs should focus on getting the core competences in the Proxmox environment functioning at its best and most stable. Let the 3rd party Devs out there deal...
That's a great question for which I don't have a definitive answer. If I was you I'd be running up a test rig for this. You can run PVE nested. I would imagine you have a cluster but experiments can be run on a single box. If you need to test...
Da Falk leider den Link zu seiner Methode für minimale Downtime vergessen hat:
https://pve.proxmox.com/wiki/Migrate_to_Proxmox_VE#Attach_Disk_&_Move_Disk_(minimal_downtime)
Dazu hat er auch mal einen Vortrag gehalten...
By default PVE Notifications have a single target called mail-to-root and a single matcher called default-matcher which sends all notifications to the email address defined for root@pam. Go to Datacenter -> Permissions -> Users and open up the...
Stupid question but wouldnt this be a good thing to include in the Proxmox Datacenter Manager product? If Pulse is the option we have to do this so be it, but I see this as a DCM add.
in the many years I've been using PVE, I havent had much call for using Windows guests, and when I did it was usually Windows 2016 (and older before) and had reasonably good results. In the last few weeks, I had need of a Windows guest for a...
In a cluster you dont need or even want to backup a host. everything important lives in /etc/pve which exists on all nodes. If you DID back up a host(s), you'd open the possibility of restoring a node that has been removed from the cluster and...
IIRC that was discussed in the Reddit thread. Originally the script used tar but /etc/pve can be included directly and is in that version. It backs up most everything…run one and take a look at the backup.
iSCSI is deprecated in the Ceph project and should not be used any more.
And there is no need to backup a single Proxmox node (if you have a cluster).
You may want to backup the VM config files but everything else is really not that important...
Ceph can deploy NVMEoF gateways. You need to find hardware that is able to boot from that.
Or you use a PXE network boot where the initrd contains all necessary things to continue with a Ceph RBD as root device.