internal communication network
Hello team , I am creating new cluster which will be created using CEPHADM, I will use 192.168.1.0/24 as public network and 10.10.90.0/24 as internal network for osd , mon communication . would like if this command is helpful as it is my first time to use caphadm . sudo cephadm bootstrap --mon-ip 192.168.1.23 --cluster-network 10.10.90.0/24 . Kindly help me if there is alternative. Best regards Michel
Hi, just to clarify, the public network (in your case 192.168.1.0/24) is basically for all traffic if you don't have a cluster network defined. If you do, it will be only used for OSD to OSD communication for replication, recovery and heartbeats [0]. The communication to the MONs will happen via public network anyway. [0] https://docs.ceph.com/en/latest/rados/configuration/network-config-ref/#clus... Zitat von Michel Niyoyita <micou12@gmail.com>:
Hello team ,
I am creating new cluster which will be created using CEPHADM, I will use 192.168.1.0/24 as public network and 10.10.90.0/24 as internal network for osd , mon communication . would like if this command is helpful as it is my first time to use caphadm . sudo cephadm bootstrap --mon-ip 192.168.1.23 --cluster-network 10.10.90.0/24 .
Kindly help me if there is alternative.
Best regards
Michel _______________________________________________ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-leave@ceph.io
Hi Michel, This is correct. Don't see anything wrong with that. Regards, Frédéric. ----- Le 28 Nov 24, à 8:16, Michel Niyoyita micou12@gmail.com a écrit :
Hello team ,
I am creating new cluster which will be created using CEPHADM, I will use 192.168.1.0/24 as public network and 10.10.90.0/24 as internal network for osd , mon communication . would like if this command is helpful as it is my first time to use caphadm . sudo cephadm bootstrap --mon-ip 192.168.1.23 --cluster-network 10.10.90.0/24 .
Kindly help me if there is alternative.
Best regards
Michel _______________________________________________ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-leave@ceph.io
Thank you all On Fri, Nov 29, 2024 at 12:05 PM Frédéric Nass < frederic.nass@univ-lorraine.fr> wrote:
Hi Michel,
This is correct. Don't see anything wrong with that.
Regards, Frédéric.
----- Le 28 Nov 24, à 8:16, Michel Niyoyita micou12@gmail.com a écrit :
Hello team ,
I am creating new cluster which will be created using CEPHADM, I will use 192.168.1.0/24 as public network and 10.10.90.0/24 as internal network for osd , mon communication . would like if this command is helpful as it is my first time to use caphadm . sudo cephadm bootstrap --mon-ip 192.168.1.23 --cluster-network 10.10.90.0/24 .
Kindly help me if there is alternative.
Best regards
Michel _______________________________________________ ceph-users mailing list -- ceph-users@ceph.io To unsubscribe send an email to ceph-users-leave@ceph.io
participants (3)
-
Eugen Block
-
Frédéric Nass
-
Michel Niyoyita