Hi everyone
Setup: In a 4-node Proxmox cluster, shared storage via iSCSI is connected to 3 of the 4 nodes simultaneously. The fourth node does not have the shared LUNs and acts purely as a compute node, relying solely on Ceph for storage.
In...
Hi Fiona,
You are correct, the libpve-storage-perl update was not my issue.
I had also upgraded 4-year old mobo BIOS on both systems. I thought I had tested after the BIOS upgrade with the same boot failure, but obviously not. I downgraded...
Eine andere Möglichkeit wäre cockpit.
Zu S.M.A.R.T und omv: Klar wird das unterstützt, aber nur bei direkter Installation nicht als VM:
https://docs.openmediavault.org/en/8.x/administration/storage/smart.html
Das ist bei unRAID oder omv aber...
Es gibt für alle LINUXe das Produkt WEBMIN. (www.webmin.com)
Damit kann man sehr viele kleinteiligste Aktionen über ein Webinterface abhandeln. Es werden nicht alle Programme, aber die wichtigsten abgedeckt. Man kann damit auch vieles...
Das habe ich aktuell nicht im Kopf ob das eingebaut ist, meine aber ja.
Nicht vergessen, das geht nur mit physischen Datenträger und direkt, inkl. dem Controller, wenn alle mitmachen, nicht bei virtuellen Disks - die können ja nicht versagen.
Wichtig! Meine "Klicki&Bunti" Aussage zu TrueNAS bezieht sich auf eine Baremetal Installation und wie schnell und einfach man auch da ein "funktionierendes System erhält ohne viel mit Configs und Befehlen zu hantieren. ZFS in einer VM unter...
Hi everyone, I hope this is the right place for a feature request regarding the Proxmox setup process.
When running the setup, you eventually reach the network configuration stage. All detected adapters are displayed there, and you can even...
Ok thank you for providing all the info!
There is a known issue which seems to cause this kind of behavior.
The current workaround is a udev rule to limit the request size, referencing [1]
This would require you to create the following file...
Ok thank you for providing all the info!
There is a known issue which seems to cause this kind of behavior.
The current workaround is a udev rule to limit the request size, referencing [1]
This would require you to create the following file...
If it works under Linux VMs, it should work under Windows.
- Can you tell me how many GPU in your system?
( Make sure the passthrough GPU did not get initialized by BIOS/UEFI when you boot the Proxmox host - thats why you need at least 2xGPU...
Good work, thanks! I've tested on Asus Ascent GX10 mini-node, so the platform is Grace-Blackwell. Installation process looks fine on both ZFS and EXT4 and is able to finish. But then I've failed to boot the system - on EXT4 it hangs on loading...
Hold off on restoring. Your configs are all still in there - they're just not being exposed because nothing is mounting them. Copying files into /etc/pve while it's unmounted also won't help, since they'd land in the underlying directory and get...
I'm not aware of any such binary, but i also checked multiple of my systems (pve, pbs, pdm) and zfs_update exists on none. the file list for zfsutils-linux (which is the package for the zfs userspace binaries) also does not contain it.
i think...
i used the following code to migrate all running vms from one host to another...
qm list |grep running|awk '{print $1}'|while read vmid; do qm migrate $vmid <destnode> --targetstorage <deststorage> --online 1 --with-conntrack-state 1...
My option is:
Install PVE using ~50G with a mirror of SSD. Leave the rest unused.
Coinstall PBS (add repo, add package) [1].
From PVE, add a RAIDz/RAID10 (capacity vs performance decision, although on that hardware won't be too relevant). Could...