Hi all guys, as we was in a hurry and we were unable to add more storage as SSD, we proceeded with this try:
backupped all VMs in our separate space (NFS in this case)
deleted all VMs
unmount and deleted ZFS pool
created soft RAID and formatted...
Hi!
check if the nic throws some errors:
ip -s link show enp1s0
dmesg | grep -E "r8169|enp1s0" | tail -30
You could also try to rule out the cable or switch port:
- Swap the ethernet cable
- Plug into a different switch port
- Check the...
Further testing has confirmed that the issue recurs after applying this update…
Reinstalling the package with a specific version resolves the issue.
I wonder if they'll release a fix...
apt list --upgradable
libpve-common-perl/stable 9.1.9...
This cannot be done from the GUI.
If this is a non-boot pool, using zpool replace -f is fine.
However, I would recommend specifying the new disk via /dev/disk/by-id/ as well.
If this is a boot pool, you will need to follow the additional steps...
Hello. I couldn't find a solution to my problem. I have a wtr r7. SATA passthrough doesn't work. What am I doing wrong?
Thanks in advance for any help!
qm start 100
WARN: no efidisk configured! Using temporary efivars disk.
error writing '1'...
I was also having problems with this and ph0x's advice was spot on!
Since I don't ever use Local for backups (I kinda don't see the point), I have solved this issue moving forward by removing Backup as Content for local.
Datacenter > Storage >...
Hallo Zusammen
So, habe am Weekend nochmals einige Versuche gemacht am Server.
Als erstes habe ich den smartpath auf dem HW Raid Controller deaktiviert und den Controller Cache aktiviert.
Anschliessend nochmals ein Test mit den bereits verbauten...
Done, but this is obviously not enough... How can I edit the a.k.a. "cluster config file" to indicate Server5 has moved to 192.168.1.120? The procedure listed in the wiki doesn't work because any command in /etc/pve is rejected (Permission...
Hallo Zusammen
So, habe am Weekend nochmals einige Versuche gemacht am Server.
Als erstes habe ich den smartpath auf dem HW Raid Controller deaktiviert und den Controller Cache aktiviert.
Anschliessend nochmals ein Test mit den bereits verbauten...
I found that the pvestatd service was not running after a 6.4-13 to 7.0-11 upgrade. Just did a 'pvestatd restart' and the grey questions marks turned to the green icons.
Not sure why this happened but it seems fine now.
This is true, but neglects we're living in 2026.
git clone my_container
cd my_container
docker compose up -d
In context, the guest disks contains no relevent data, and are pointless to back up. When you have multiple guests accessing the same...
I still think that a full, classic DMZ with two separate firewalls is a bit of overkill for a homelab. But yeah, if you really think that’s necessary in your situation, I won’t argue against it any further.
However, if you want to migrate things...
I still think that a full, classic DMZ with two separate firewalls is a bit of overkill for a homelab. But yeah, if you really think that’s necessary in your situation, I won’t argue against it any further.
However, if you want to migrate things...
We recently uploaded the 7.0 (rc6) kernel to our repositories. The current default kernel for the Proxmox VE 9 series is still 6.17, but 7.0 is now an option.
We plan to use the 7.0 kernel as the new default for the upcoming Proxmox VE 9.2 and...
Hi! First, sorry for the long text. I wanted to provide as much detail as I could.
I'm facing an issue setting up my Migration network and would like to check whether someone has encountered a similar issue or can offer guidance.
I built my...
Also openEuler is suffering a similar fate:
Formatting '/var/lib/vz/images/3111/vm-3111-disk-0.raw', fmt=raw size=8589934592 preallocation=off
Creating filesystem with 2097152 4k blocks and 524288 inodes
Filesystem UUID...
Hi,
/usr/share/perl5/PVE/LXC/Setup/SUSE.pm unconditionally writes wicked-style ifcfg-* files for all SUSE guests. It doesn't check whether the guest uses systemd-networkd. But this is precisely what changed in opensuse-10.
I'm not sure if I'm...