Hi @smirandac1978 , welcome to the forum.
As a general advice - it is recommended to open your own thread rather than bumping something from two years ago.
To answer your question - its impossible to know whether you can make a VM boot from...
To mount a QCOW2 (partition/s) image in any Linux environment - you could search the general web for details.
Here is a pretty good result:
https://www.baeldung.com/linux/mount-qcow2-image
Ich sage es jetzt nur ungern, aber als gelernter Technikjournalist halte ich die hier verlinkte Anleitung für eine der schlechteren ihrer Art.
Ich verstehe ja vieles nicht, aber hier verstehe ich vor allem nicht, an wen sich diese Anleitung...
Sehr oft entstehen solche Anleitungen ja auch einfach, weil der Autor sich Notizen für seine eigene Doku gemacht hat und er die dann halt mit der Welt teilt nach den Motto "Wenn das dir hilft prima, wenn nicht, auch egal". Es soll ja ganze...
Du hast also eine Ausbildung hinsichtlich "schreiben". Ich - und vermutlich die meisten anderen Nutzer hier - leider nicht. Gute Dokumentation zu erstellen ist ja nicht einfach, oft gibt es einfach viel zu viele zu unterscheidende Fälle, man...
Before mounting the NFS share inside your PBS VM you may want to set a immutable flag to the mount directory with chattr +i <directory>
If you don't do that and your NFS share is not mounted for whatever reason PBS may write data to this...
The specific pool member (sdb9?) gets (logically) destroyed because the partition table on the "<new device>" get overwritten. From that moment on there is no redundancy. Of course you should update your backups first.
You need to follow the...
Hi,
ich glaube der Tipp von UdoB hat mir geholfen. Ich war schon fast so weit, es fehlte mir aber noch der letzte Tick. Ich werde das jetzt einmal umsetzen.
Nun junger Padawan, das ist hier die Frage der Administratoren, die ihr Wissen ja schon haben sollten.
Ich habe Konzept dargestellt, was in meiner einen Umgebung so funktioniert. Und je nachdem, was man erreichen will, kann man sich ein anderes...
Es ist leider nicht klar erkennbar welche Strategie du verfolgen möchtest. Möglicherweise hast du nur begrenzte Netzwerkkenntnisse, daher schildere ich den einfachesten Ansatz - ohne VLANs und managed Switches etc.
Ich verzichte in diesem...
Replacing a drive from where you boot up requires some additional specific steps. For example the partition table is different from a pure ZFS pool member.
It is documented here...
Glad to hear. For automated snapshots I use this (via crontab): https://github.com/Corsinvest/cv4pve-autosnap
My backups are scheduled via PVE. I recommend PBS as target here.
I do not know what "988:988" stands for in your setup - but it is not the usual "backup" id.
For me it helped to set the "backup" user as the owner: chown -R backup:backup /mnt/nfs . For an NFS mounted folder with the name "dsa" on a PBS I can...
In general network storage isn't a good fit for PBS see https://forum.proxmox.com/threads/datastore-performance-tester-for-pbs.148694/ and https://pbs.proxmox.com/docs/system-requirements.html#recommended-server-system-requirements
Is your NAS...
Thanks for posting the log. But... you did not tell us anything about your setup :-(
What is the source storage?
What is the destination storage? ( https://pbs.proxmox.com/docs/installation.html#recommended-server-system-requirements )
How are...
Möglicherweise möchtest du auch auf optimierte Gast-Kernel hinweisen?
For my Ubuntu VMs I use
apt show linux-virtual ; apt show linux-image-virtual
Description: Minimal Generic Linux kernel and headers
This package will always depend on...
In diesem HowTo zeige ich dir einige Möglichkeiten, um eine LinuxVM auf Proxmox VE optimiert zu gestalten. Es gibt natürlich viele verschiedene Einsatzszenarien. Wobei ich die in diesem Beitrag verwendete Konfiguration für die meisten...