NOT a production environment
Cluster Information:
2 nodes:
On pve-ii, VM 101 (truenas), I previously had two 4 TB HDDs directly mapped to the VM via scsi. This worked fine, but they were used Desktop HDDs and failed. So, I wised up and bought two new 4 TB HDDs (Seagate Ironwolf ST4000VN006). After detaching the original drives via the Web GUI, I went to map the new drives via SATA Controller PCI passthrough. However, after configuring the controller to pass through, the node lost internet connection.
I connected to the server with a monitor, mouse, & keyboard, and removed the passthrough by editing
That did not fix my problem, so I removed the vm with
At this point, I reboot and the node is still offline. But there is a slight difference: Before I deleted the VM, when running
I verified that the
I've been troubleshooting and referring to online forums day. I have backups of my data, but I don't want to spend hours reconfiguring the system after a clean install. I feel like there's a simple solution, but I'm having a hard time finding it. Any help is appreciated, if you need more details I will provide at request. TYIA
Cluster Information:
2 nodes:
- pve @ x.x.x.171
- pve-ii@ x.x.x.172
- Rosewill RSV-Z3200U | Ryzen 5 5600G | 32 GB Non-ECC Mem | Proxmox VE 8.1.4
- pve-backups @ x.x.x.173
On pve-ii, VM 101 (truenas), I previously had two 4 TB HDDs directly mapped to the VM via scsi. This worked fine, but they were used Desktop HDDs and failed. So, I wised up and bought two new 4 TB HDDs (Seagate Ironwolf ST4000VN006). After detaching the original drives via the Web GUI, I went to map the new drives via SATA Controller PCI passthrough. However, after configuring the controller to pass through, the node lost internet connection.
I connected to the server with a monitor, mouse, & keyboard, and removed the passthrough by editing
/etc/pve/qemu-server/101.conf
That did not fix my problem, so I removed the vm with
qm destroy 101
At this point, I reboot and the node is still offline. But there is a slight difference: Before I deleted the VM, when running
pvesm status
it would fail to connect to my PBS with the error Network is unreachable
but it now says No route to host
I verified that the
/etc/network/interfaces
file was configured properly , and ran ip
commands to check the address and gateway, those are also correct. ip link show
reports that the state of the lo
and vmbr0
interfaces are unknown. dmesg | grep -i eth
shows that vmbr0
is disabled. Trying to manually enable it does not work.I've been troubleshooting and referring to online forums day. I have backups of my data, but I don't want to spend hours reconfiguring the system after a clean install. I feel like there's a simple solution, but I'm having a hard time finding it. Any help is appreciated, if you need more details I will provide at request. TYIA