Ceph questions?

mada

Member
Aug 16, 2017
99
3
13
36
Hello,

Just have some questions regard Ceph.

1 - 10Gb switch Layer 3 or 10Gb switch Layer 2 will works?
2 - I have Dual 10 Gbit ports possible to use both private Ceph cluster? for better performance?

Thanks
 
Hi,

1 - 10Gb switch Layer 3 or 10Gb switch Layer 2 will works?
Yes they work both.

2 - I have Dual 10 Gbit ports possible to use both private Ceph cluster? for better performance?
Yes you can use both exclusive with a bond.
Better performance dependent on your setup.
Normally the bandwidth with 10Git is not the bottleneck.
 
Hi,


Yes they work both.


Yes you can use both exclusive with a bond.
Better performance dependent on your setup.
Normally the bandwidth with 10Git is not the bottleneck.

Thanks very nuch for the information for example that i can created the private network for the Ceph by using

node1# pveceph init --network 10.10.10.0/24


How i can bond the other link?
 

i have read that before and read it again i'm not sure which one i have to use

  • Adaptive transmit load balancing (balance-tlb): Linux bonding driver mode that does not require any special network-switch support. The outgoing network packet traffic is distributed according to the current load (computed relative to the speed) on each network interface slave. Incoming traffic is received by one currently designated slave network interface. If this receiving slave fails, another slave takes over the MAC address of the failed receiving slave.
or

  • Broadcast (broadcast): Transmit network packets on all slave network interfaces. This mode provides fault tolerance.
or it something els?

Thanks
 
You can use:
Adaptive transmit load balancing (balance-tlb)