There is a configuration file that is not present on my backup server which I found on the Net, works like this:
# Listen on both interfaces for management
http:
listen:
- 172.16.30.208:8007
- 10.42.1.5:8007
# Bind backup service to...
Well I finally found it.
It was file /dev/DS_folder/del-vm-xxx-disk-0.
du -ahx /dev 2>/dev/null | sort -hr | head -10
189G /dev/DS_folder/del-vm-xxx-disk-0
It was created during a migration of a vm from network storage to local storage...
Hi
The Proxmox Backup Server are doing renames of files not closed.
This causes several issues.
1. A fuse3 mounted filesystem as backend/target filesystem for Proxmox Backup Server will rename the files to .fuse_hidden_Nnnnn to avoid crashes.
2...
External Nodes are simply peer definitions that you can then assign as peer to an interface on a Proxmox VE node. So if you want to connect from a Proxmox VE node to an external peer you'd create the external peer definition and then select it in...
I think there may be a conceptual distinction here. The WireGuard SDN fabric does not appear to be the same thing as a general-purpose remote-access VPN for phones or standalone clients.
One important distinction is that the SDN fabric is mainly...
Hi,
We're wanting to replace a somewhat home-grown backup solution based on rsnapshot and rsync with Proxmox Backup Server. The rsnapshot solution uses rsync to mirror the backups to other servers, including one off-site.
I have Proxmox Backup...
I would reconsider this approach. While it's a good idea to have a local PBS for fast backups/restore you should still have an additional offsite copy e.g. by pushing your pbs backups to b2 with the s3 support of pbs...
The IO error indicates a basic Linux connectivity issue. Are you using Jumbo MTU? Are you sure there are no IP conflicts? Are there any errors on the network interface? Could this be a bad cable? A bad switch port?
Start with the basics -...
@werter please don't spam!
@dominiaz please see https://pve.proxmox.com/wiki/Developer_Documentation if you want to submit your changes for inclusion. We also need a signed CLA from you. Also, please coordinate with Alexandre Derumier. His...
If a vendor rarely or never issues firmware updates, they are not addressing security issues in that firmware. I would argue that one reason Supermicro is cheap is that they skimp on the engineering costs of ensuring their products are secure...
Another approach is to write a healthcheck/probe script that all the other PVE services will depend on. Once the probe determines that SAN is up - it lets the others to proceed.
Or, the probe is independent and simply reboots the host when the...
Hi @fanton
thanks for posting in the forum!
I am not aware of a shell command specific for that purpose, but you could use the API to trigger a complete update, using [1]
Your sincerely,
Jonas
P.S. Please avoid double posting of the same...
Schön, wenn es jetzt für den Moment mal funktioniert. Aber darauf verlassen kannst du dich nach deiner Odyssee meiner Meinung nach nicht.
Diese altertümlichen, geerbten Lösungen sind meistens Langzeitbeständig und ein Klotz am Bein.
Beim nächsten...
Was dir auf alle Fälle eher früher als später (womöglich schon jetzt) auf die Füsse fallen wird, sind deine VMs selbst. Wenn es tatsächlich Win11 ist, war die letzte Version 23H2, die mit seabios/i440fx lief. Danach eine Zeit lang noch mit...
Hi,
I am trying to configure an iSCSI bridge to a tape drive (ATTO XstreamCore 8100T) on my PBS 4.2.1.
My tape is seen by the PBS:
lsscsi -g
[0:2:0:0] disk DELL PERC H730P Mini 4.27 /dev/sda /dev/sg0
[12:0:0:0] tape IBM...
If you look closely, the original posting indeed said "intel_iommu = on" (mind the spaces, inbetween the setting and its value!). So, if the quote was actually what that person had set, then it is quite likely, that "intel_iommu" never was set to...
proxmox 7.4 error grub:
After several tests I no longer get the error.
Now I need to start the normal grub menu.
open systemrescuecd usb :
lvreduce -L -1G /dev/pve/root --resizefs
modprobe efivarfs
mount /dev/mapper/pve-root /mnt
mount -t proc...
Context: GlusterFS storage support was dropped from PVE9. While it can be worked around with the "Directory" storage, having a plugin offers a lot of convenience. Furthermore, GlusterFS can offer significantly improved performance for...