From: R.C. <mil...@gm...> - 2018-05-12 16:43:23
|
Hi Steve, if your concern is about reducing network traffic on your switches and you plan to install MooseFS (master and chuncks) on dedicated HW in a dedicated rack or so, just place a switch between MooseFS units and the rest of your network. The switch will keep the MooseFS internal traffic right behind the switch. You can then connect this switch to the rest of your network with SFP port or a dedicated uplink connection (if your current switches have one of these) instead of a standard cat6 cable, which would of course become in this case a bottleneck. Once MooseFS is "behind" the switch, you can furtherly improve its bandwidth by implementing Bonding (as suggested by Casper) or Teaming. See here for a complete comparison: https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/networking_guide/sec-comparison_of_network_teaming_to_bonding Hope it helps Bye Raf Il 12/05/2018 17:51, Casper Langemeijer ha scritto: > Hi Steve, > > As an alternative I'd like to suggest Linux Network Bonding to you. > You should at least read up on it if you don't know it already. > https://wiki.linuxfoundation.org/networking/bonding Bonding allows you > to use the extra network bandwidth effectively, for *both* replication > and client traffic. This also possibly eliminates the network as > single point of failure in your setup. Choose your bonding mode > carefully. > > Greetings, Casper > > Op ma 7 mei 2018 om 16:37 schreef Wilson, Steven M <st...@pu... > <mailto:st...@pu...>>: > > Hi, > > > I'm considering implementing a dedicated network for our chunk > servers to use soley for replication among themselves. By doing > this, I hope to separate the chunk traffic from the clients from > the replication traffic that takes place among the chunk servers. > If my understanding is correct, this is not achieved by using the > REMAP_* options in mfsmaster.cfg which only separates out the > traffic to/from the master. > > > If anyone else has done this, I'd be grateful to hear about your > experience, especially in these two areas: > > 1) what level of performance improvement was seen > > 2) what needed to be done in the MooseFS configuration and OS > networking to implement it > > > Thanks! > > Steve > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! > http://sdm.link/slashdot_________________________________________ > moosefs-users mailing list > moo...@li... > <mailto:moo...@li...> > https://lists.sourceforge.net/lists/listinfo/moosefs-users > > > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > > > _________________________________________ > moosefs-users mailing list > moo...@li... > https://lists.sourceforge.net/lists/listinfo/moosefs-users |