I currently run a virtualized pfSense and have a dual gigabit NIC with each port passed through to the VM, with one acting as WAN and the other as LAN. I have also done it with OpenVirtualSwitch bridges as well and have had no issues do it that way as well. However, I am about to change my...
I have not yet implemented Ceph in my production homelab yet but I am tinkering with it in a test environment. However, I have rebuilt my lab more than a few times while keeping the minimal required VMs running.
What I Have done is taken one server from my production setup and reinstalled...
Sure thing, I got it from Memory Express as I am in Canada but here are the details from the manufacturer.
StarTech - 4 Port PCI Express PCIe SuperSpeed USB 3.0 Controller Card Adapter with UASP - SATA Power - Part Number: PEXUSB3S4V
Here is a link to the product on the StarTech site: Click Here
I wanted to post a conclusion to this thread for others that come along later. While you can pass up to 5 USB devices to a VM it really only works well with low speed or low I/O devices, think keyboards, mice and older USB drives. Once you try to pass through I/O intensive devices you might only...
So I spent some more time tonight with this and while I got the override to work and did get the controller split. I started to see the following errors when the devices were split between 2 VMs.
kvm: vfio: unable to power on device, stuck in d3
kvm: vfio: Cannot reset device 0000:09:00.1...
So I enabled the override using the Systemd-boot method and was showing it was added with your command. When I look to assign the controllers they are still showing in the same group and when I go to start the second VM it fails saying the device is in use?
Is there another command that needs...
I tried to pass through the controller to the VM but the rear ports are on separate controllers within the same group. When I pass through each controller to the VM I want only one machine will start. I have another controller in a different group but that is for the front ports.
Is there a way...
Here is my reverse proxy config, all be it in Nginx:
#
## Handle requests for pve.domain.com under HTTPS.
#
server
{
listen 443 ssl;
server_name pve.domain.com;
add_header Strict-Transport-Security "max-age=31536000" always;
add_header Allow "GET...
I havent tried passing through a controller but it is on my list to try. I did get both working by passing through the Bluetooth that is built into the motherboard though. This allowed for the controller to be connect via Bluetooth and the camera on USB. Interestingly the Bluetooth adapter was...
In a three-node cluster if one node fails, yes the cluster will still have a quorum and will still run. However, depending on the load on those other two nodes you may or may not be able to have all services running using them. You will need to spec your system so that two nodes are able to...
For Proxmox and HA, you will need a minimum of 3 nodes. You should also have HA shared storage for this Proxmox cluster as well this can be either through a separate storage deployment or something like CEPH.
Given the VM specs in my opinion I would build 3 identical nodes as follows:
Intel i5...
On your motherboard you will have a SATA data port, some have 4 some have 6 some have 8. Typically the larger number of ports the more controllers are used to keep bandwidth between each drive. My motherboard has 8 SATA connectors on the motherboard and has 2 controllers for them, so I was able...
Then you are passing through the controller used by your system, you need to have one that is separate from the one used by the system. How many SATA ports are on the board?
Yes, those are what you need to sort out, I believe I have my notes somewhere but it was more for Proxmox than a VM. I did some google searching to find out the command to located which drives were on what controller, Ideally you want them all on 1. I only used 4 drives in the system so this was...
I just built a machine where I virtualized FreeNAS/TrueNAS. What I needed to do was determine which SATA controller the drives were connected to and using PCI-e passthrough assign that controller to that VM.
I did try passing through the HDDs themselves but it was not allowing TrueNAS to see...
I have just built a new Tower computer that has the following major components:
NVIDIA 1060 - Assigned to a Linux VM
NVIDIA 3080ti - Assigned to a Windows VM
5950x CPU
128GB RAM
2 x 500GB SSDs for Proxmox in a ZFS mirror
2 x 500GB NVMe disks for VM storage in a ZFS mirror
Everything is...
When I did the upgrade from 6 to 7 I had already been using ifupdown2 since I installed the 6 cluster and the interfaces did not work after the upgrade until I executed the command I shared previously. I wonder what is causing the network issues when upgrding. I will be doing a full reinstall of...
After I upgraded my cluster from 6 to 7 I did not have any network connectivity. what ended up fixing the issues was logging into each node and running the following command
systemctl enable networking; reboot
After that, the node rebooted and came back online and everything was working again...
After I upgraded my cluster from 6 to 7 I did not have any network connectivity. what ended up fixing the issues was logging into each node and running the following command
systemctl enable networking; reboot
After that, the node rebooted and came back online and everything was working again...
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.