Hi!
we're working on the VRF support for fabrics and the ability to leak into VRFs from other VRFs.
We thought about adding a GUI for sysctls a while back, maybe you could create a feature request on our bugzilla (https://bugzilla.proxmox.com/)?
move your cluster_network ip on the 100Gb too. (cluster_network is used for osd replication when defined, so it's limiting your write speed)
auto nic4_100G00
iface nic4_100G00 inet static
address 10.180.194.211/24
address...
Either use only the public network or move the cluster network to one of the other 100G ports (on all nodes, of course).
[0] https://docs.ceph.com/en/squid/rados/configuration/network-config-ref
Hello Tom,
Thanks for the details. The interoperability between both technologies is much clearer to me now. We will assess if it makes sense to proceed with building the plugin to implement the integration
Using two interfaces on the same subnet and assigning each of them an IP address is not a common way to provide redundancy.
In general, bonding is used for this purpose.
Here is an example configuration.
If you want automatic failover, the...
Instead of complaining and just rejecting any responsibility for your own actions of installing an opt-in kernel marked as experimental, that was moved to no-subscriptions to make it easier to test without pulling in other updates for less...
Yes, but in this case it’s not really an issue at all, because even in the no-subscription repository you still have to explicitly install the new kernel. And if someone does that without fully reading the above post, that’s on them. And yes, if...
7.0 is optin and you can still boot on previous kernel in grub. And only availaible in non subscription repo. So, instead complaining, please report your nic model. Is it a pbs vm on proxmox ve ? Or on vmware ?
7.0 is a test kernel,not an enterprise kernel atm, so if you are okay with breakages you use this kernel. If not, you usually pay for enterprise subscription.
Why would you be angry on a company giving you a test repo?
Did you tried to use ceph+ganesha manual deployment from Debian to test on proxmox ceph in your lab ? This option is Debian native and does not need to be deployed from proxmox nodes if you set ceph client + auth inside some PVE VM, from proxmox...
I think this is because we get ldap values already utf-8 encoded, but treat them as if they are not. sent a patch[0].
[0] https://lore.proxmox.com/pve-devel/20260417110451.134766-1-h.laimer@proxmox.com/T/#u
Just be sure you do NOT mix other traffic along with these, most especially corosync. if you have more then 4 interfaces keep the other forms of traffic on different interfaces. If you dont- consider only using two interfaces for ceph and two...
The issue is something that I didn't expect and I'm willing to mark this as solved. Two of the three nodes had maxed out primary hdds (not the pool) because of a backup job. I didn't notice it until now and didn't expect something else to be...
The important point is that in a VXLAN zone, the gateway field in the subnet settings does not automatically create a real router for that network.
It only defines addressing information for the subnet.
It does not make Proxmox spawn a gateway...
VXLAN is a layer2 network and as such does not provide any routing functionality - the gateway setting has no effect. You'd need to add a second network device for connecting to the internet or add a gateway VM/CT to the VXLAN that has internet...