Hello, I am trying to execute the following steps to expose Ceph running on my Proxmox host to a VM running K8:
I am having trouble exposing the ceph network to the VM. My Ceph network is using a tunderbolt ring network with openfabric routing. eno5 and eno6 are the TB interfaces and 10.0.0.81 is the IP from this node:
When I create a linux bridge like this and assign it to an adapter on the VM the network will not connect:
Not sure how to proceed, been googling for a while but am thoroughly stuck.
1 - give access to the public ceph network to the VM. Try jumbo frames if you use them.
2 - create ceph.conf and admin key file on vm.
3 - try to see ceph -s
4 - mount RBD or CephFS inside the vm
I am having trouble exposing the ceph network to the VM. My Ceph network is using a tunderbolt ring network with openfabric routing. eno5 and eno6 are the TB interfaces and 10.0.0.81 is the IP from this node:
When I create a linux bridge like this and assign it to an adapter on the VM the network will not connect:
Not sure how to proceed, been googling for a while but am thoroughly stuck.