Hi, i'm the developer of proxmoxbackupgo and s3 backup proxy , i'm happy to announce that as of now also backing up whole running OS to PBS is possible , restore is wip but can already be done "manually" by using dd + downloading the FIDX file...
Prinzip in Kurzfassung ...
Auf dem Host:
in /etc/fstab
UUID=a1b2c3d4-e5f6-7890-abcd-ef1234567890 /srv/bay1/ ext4 defaults,acl 0 1
in /etc/pve/lxc/id.conf
mp0: /srv/bay1/omv,mp=/srv/omv
ID, Pfade, etc ... anpassen!
When i open the console (web gui) it throws this error:
failed waiting for client: failed to lookup address information: Name or service not known
TASK ERROR: command '/usr/bin/termproxy 5901 --path /vms/101 --perm VM.Console -- /usr/bin/dtach -A...
Hi!
we are experiencing a consistent restore performance limit of about 2.5 - 3 GB/s when restoring from PBS to PVE.
TL;DR: Restore speed from PBS to PVE is capped, independent of any configurations. CPU is not saturated and we cannot identify...
You can limit the arc live without reboot (not persistent) or persistent:
Set arc min and max persistent on reboots:
$ vim /etc/modprobe.d/zfs.conf
>>>
options zfs zfs_arc_max=34359738368
options zfs zfs_arc_min=17179869184
<<<
update-initramfs...
What kind of journal would you like? From the host or the guest?
It did break the device connection in the guest, as my disks were shown disconnected and the CX5 NIC unreachable.
This means that you are trying to delete a Virtual Disk/Image that matches the index ID of an existing VM. If you cannot see this disk in the VM hardware platform then you need to scan the disk in: qm disk rescan (man qm). Or, if you insist doing...
Das ist ein Gateway, der holt dir die Post nicht irgendwo ab. Er erwartet, dass fremde Mailserver sie dir liefern und leitet die zu einer Endstation via Port 25 weiter.
Das ist kein Mailserver, bei dem du deine Post abrufen kannst.
Sicherlich...
Ok, thank you. I am looking for a way to resolve on the Proxmox dashboard level and Shell is not working on Proxmox due to this so I will have to explore an alternative way to get it resolved.
My proxmox backup server is locking up frequently causing no SSH or console access. Only a hard reboot will restore communication to the server. I believe it is a kernel panic or some sort of hardware failure. I try to view the logs, but it seems...
I had this same issue with my Debian 13 Docker VM. To fix this you need to install dkms and the matching headers for your new kernel:
apt install dkms pve-headers-$(uname -r)
Then re-run the .run installer as before. After that, verify DKMS is...
On second thought, what do you mean with "I am going to put them on a seperate network"? As in different IP range, different DHCP assignment etc? then of course the above is not true and you'll probably not be able to (live) migrate without...
Die SSD lässt sich aber nur als LV einbinden. Wenn ich alle drei SSDs zu einer zusammenfassen möchte ist das schön, aber ich will nicht unbedingt eine LV-Gruppe (in die dann nur eine SSD liegt, also wieso dann ein LV?)
Hi @fettmasta .
It sounds like you are using iscsiadm to establish the connection. Please keep in mind that there is nothing specific to PVE in the operations you are performing. PVE runs on a Debian userland with a Proxmox-maintained Linux...
Hallo zusammen,
ich kämpfe gerade ein bisschen und habe schon zweimal den Proxmox neu aufgesetzt weil ich es nicht hinbekomme eine SSD von Proxmox an eine OpenMediaVault LXC durchzureichen.
In der Konsole bekomme ich den Fehler: mount...