I tried qm migrate. It seems that the --targetstorage option does not allow direct migration from 'lvmthin' on one node to 'zfspool' storage type on another node.
root@pve-handson03:~# qm migrate 557 handson02 --targetstorage local-lvm:zfs-pool...
Sorry this should be fuser -vam /NVME-Pool/subvol-121-disk-0 for LXC.
Also make sure to run these when the LXC is not running.
Basically you want to find out which process(es) are still holding the disk of the LXC when it is not running...
Somewhat unrelated but I noticed that your rather large virtual disk doesn't have discard enabled and hence has no proper thin provisioning support. I'd also recommend using Resource Mappings for these PCI(e) devices to avoid potential issues in...
Hi,
not sure that adding additional service with root permissions make PVE more reliable.
A new root-level service with its own mini API, adding another component that could potentially be exploited, misconfigured, or become difficult to...
Another interesting observation. I went to a CT, moved the disk to another storage, it moved fine but wasnt able to delete the old source.
then I reassigned the old disk to any other CT (in my case I build a dummy CT) and then from theree I was...
Ich nehme an du willst und musst die Migration testen, daher wirst du auf jeden Fall einen Rechner benötigen, auf den du die VMs migrierst.
Wenn du nur einen VMware-Host hast, wirst du es ohne einen anderen Rechner nicht wirklich gut testen oder...
while running make build-dir-fresh, i see this weird error
cd proxmox-kernel-7.0.2; debian/rules debian/control
make[2]: Verzeichnis „/build/pve-kernel/proxmox-kernel-7.0.2“ wird betreten
dpkg-buildapi: Fehler: debian/control kann nicht gelesen...
This might sound a bit out of the blue, but aren't you just using GRUB instead of systemd?
Instead of replying to a closed thread, you should start a new thread describing the steps you took and the detailed setup...
root@pve:~# proxmox-boot-tool status
Re-executing '/usr/sbin/proxmox-boot-tool' in new private mount namespace..
E: /etc/kernel/proxmox-boot-uuids does not exist.
Now I#m not sure if i can reboot proxmox or not?
root@pve:~# proxmox-boot-tool...
Can't you change the storage type with `qm migrate`?
I don't think `qm disk move` moves data across nodes.
I think you'll need shared storage, but if you don't have it, wouldn't you need to convert the data before moving it?
We are excited to announce the release of Proxmox Virtual Environment 9.2. This release focuses heavily on platform refinement, stability, and core optimization.
Proxmox VE 9.2 is built on the robust Debian 13.5 "Trixie" and ships with Linux...
Servus zusammen,
anscheinend funktioniert die Token Berechtigung in Verbindung mit einem S3 Speicher nicht? Er findet keinem Datastore obwohl die Berechtigung für DatastoreBackup erteilt wurde.
Mit dem Benutzer funktioniert es zumindest..
Hallo lieber Forenmitglieder,
gibt es schon ein umfangreiches Howto für einen Umstieg von Vmware auf Proxmox mit selber Hardware? Und hat da schon jemand von euch Erfahrung gesammelt die er gerne mit mir teilen würde? :)
Besten dank für eure Tipps
I made a typo — qm migrate is the correct command.
It is neither merge nor restore.
I have not been able to test this in my own environment, but this is a migration from LVM-Thin to ZFS, and from LVM to ZFS. Depending on the difference in...