It is not: the storage used at the PVE host doesn't matter at the VM OS level. And if it is it would be the first time I see something like that... You probably did something different with that VM besides storing it in local-lvm.
If that VM...
No worries -
I've successfully migrated (from ESXI) Win10, WinServ and Ubuntu.
The only issue I still have concerns CentOS. I can mount via SATA/IDE but the modification to dracut to include scsi drivers doesn't always work. Luckily we don't...
Thank you all for the feedback and understanding this is not the most optimal way of doing it. Leaning more towards option two but am curious about the mini pc thoughts. I had looked into it but was not sure it would be a better option for the...
May I ask politely: Can the backup file verification also reach full speed? Or to put it another way, does the backup file verification perform SHA verification on the mechanical hard disk, or only verify the data on the SSD?
I've failed to install Proxmox VE 9.1 on Dell PowerEdge R630. I have the same issue on normal and debugging mode ... is stuck on "dev to be fully populated" and also tried the famous workaround that is adding nomodeset without any success...I...
Thank you very much — your suggestion completely solved the issue.
After correcting the repository configuration (switching fully to Trixie repos only) and checking everything with apt update && apt policy, I was able to manually...
Your container is stored as a .raw file on ZFS ( local-zfs-dir ), which does not support snapshots. Because of this, snapshot backups fall back to suspend mode, which uses rsync -A to copy files with ACLs. After the Debian upgrade, systemd...
Hey, there are no release dates for the ALPHA and BETA releases on the fancy new-style C'LOG
:)
https://pdm.proxmox.com/docs/roadmap.html#proxmox-datacenter-manager-0-9-beta...
I think that's definitively an important topic. The PDM is certainly a "lucrative" target due to being a single point of entry to one's whole Proxmox infrastructure, that's actually a big reason for it's a pull based design, i.e., the PDM can be...
Here you are.
From http://download.proxmox.com/debian/pve/dists/trixie/pve-no-subscription/binary-amd64/
Particularly:
http://download.proxmox.com/debian/pve/dists/trixie/pve-no-subscription/binary-amd64/pve-manager_9.1.1_all.deb...
Contributor T Skinner has been actively working on this, excited to hopefully see it in PVE9!
https://lore.proxmox.com/pve-devel/20251025183814.698627-1-thomas@atskinner.net/T/#u
Thank you for the suggestion.
I already reviewed that thread, including post #806653, and unfortunately my situation is different:
My repositories are already correctly set to
Here is my current repo configuration...
and fixed description
In file /usr/share/proxmox-acme/proxmox-acme
Before:
teardown() {
(...)
if ! $rmcommand "$fqdn" "$txtvalue"; then
_err "Error add txt for domain:$fulldomain"
return 1
fi
}
After:
teardown() {
(...)...
I found the problem and came up with a solution. You need to add the deletion " to the dns_ovh_rm() function.
In file: /usr/share/proxmox-acme/dnsapi/dns_ovh.sh
Before:
dns_ovh_rm() {
(...)
for rid in $(echo "$response" | tr '][,' '...