Try to disable lldp engine:
for i in $(lshw -c network -businfo | grep X710 | awk '{print $2}')
do
ethtool --set-priv-flags $i disable-fw-lldp on
done
whats the output from: ethtool -m enp2s0f1np1
Seems like your network cards get new names, because you got a new pcie-device. Can you check if you got new names for your nics when placing the new pcie2nvme card init? If so, try to fix them by mac adress: https://pve.proxmox.com/pve-docs/pve-admin-guide.html#network_override_device_names
Try to use the opt-in 6.11 kernel, in our case, the errors with the broadcom nics disappeared (at least no blacklisting needed anymore). Might be worth a try for you. You might need to fix your fw first, contact your hw vendor for that.
When I compare this to my homeserver. This is different:
# You dont have /boot/efi
root@pveneo:~# lsblk -o +FSTYPE
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS FSTYPE
sda 8:0 0 447.1G 0 disk
├─sda1...
Hi Aaron! Thanks! It did help! Steps: Recover PVE-Quorum, edit Monmap on last node, delete old osds, add 2 new nodes, create mon, create osds, recover.
Can you post your system your configuration and what command you have used? It looks OK, but If your unsure check 'ceph osd perf' while benchmarking to see if one of your nvme is peforming bad. Ceph tell is also useful to see if one nvme is not working as the others regarding performance. But I...
Hi Community,
I tried to recover (testing setup only) from a single ceph node, after loosing 2 nodes of a 3-node-ceph cluster (completly, nodes wont ever come back again)
I managed to fix PVE-Corosync-Quorum but cant get ceph running again, as I cant do any commands or actions via commandline...
https://www.thomas-krenn.com/en/wiki/ZFS_Pool_Import_-_Proxmox_single_host_reinstall_without_full_backup This should help you doing a reinstall without loosing the already existing zfs pool.
I also noticed that if you do a fresh install, you cant find the repository in the web-ui.
It this supposed to be so?
root@pve1:~# pveceph install --repository no-subscription --version
quincy reef
This one failed for me ( command from: https://pve.proxmox.com/wiki/Ceph_Reef_to_Squid)
root@training2:~# ceph telemetry on
Error EPERM: Telemetry data is licensed under the Community Data License Agreement - Sharing - Version 1.0 (https://cdla.io/sharing-1-0/).
To enable, add '--license...
On backup creation, when using snapshot mode, the docs say:
does this also apply when doing a normal snapshot of a vm or only on backup?
So are guest-fsfreeze-freeze and guest-fsfreeze-thaw also triggerd on regular snapshot creation (via web-ui)?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.