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...
Without having further details on the cluster this seems to be the problem:
Aug 11 06:31:25 pve2-nuc7i7bnb corosync[1653]: [KNET ] link: host: 4 link: 0 is down
Aug 11 06:31:25 pve2-nuc7i7bnb corosync[1653]: [KNET ] host: host: 4 (passive)...
Hi!
I think microcode update problem.
Can you show the output?
$> apt show intel-microcode
This CPU has a bug, recently fixed:
https://forums.freebsd.org/threads/intel-n100-generates-data-corruption.99663/
It sounds like you might have lost monitor quorum. When ceph -s hangs even though your monitors seem to be running, it usually means the client is stuck waiting for a monmap it can't get.
You can bypass the cluster entirely and query the monitor...
I am not exactly sure if this the current issue you observed, but since bonding is used, the following recommendation from Proxmox documentation applies:
See 5.8.2. Corosync Over Bonds...
Hi the community,
I am facing with a non received email from a sender, let's call it X. X use laposte.net as email provider.
I have 3 mail addresses, one is google and X can, send me emails. Two other addresses are protected by Proxmox Mail...
Hi!
I think microcode update problem.
Can you show the output?
$> apt show intel-microcode
This CPU has a bug, recently fixed:
https://forums.freebsd.org/threads/intel-n100-generates-data-corruption.99663/
Thanks Johnnie
So if can reinstate the missing pieces of /etc/pve (less the cluster and TFA info) I should be in a workable state (I've got Proxsave backups from when he cluster was intact)
I see a problem with such an attitude: If you think that it's somehow ok to do things in a dev/dev environment and push things afterwards to production you might end up with a production setup which shouldn't be done. Especially if your "rapid...
We are excited to announce the first release of Proxmox Virtual Environment with official support for a second CPU architecture: 64-bit ARM (arm64/aarch64). Until now, Proxmox VE was available for x86-64 (amd64) only.
Proxmox VE 9.2 for arm64...
Hi there,
Running Proxmox 9.2.2 here with kernel 7.0.2-6-pve (straight version non-updated from the 9.2-1 ISO installer). I've been also using 9.1.1 on other hypervisors too for a while.
My issue is with GPU passthrough(not vGPU) in Windows...
Hi,
you should be able to use live migration as a workaround Otherwise, migrate to a non-ZFS storage first.
For reference: https://bugzilla.proxmox.com/show_bug.cgi?id=6087