Code Monkey home page Code Monkey logo

Comments (7)

oms4suse avatar oms4suse commented on May 24, 2024

I suspect that this could be very expensive due to combinatorial explosion if its any more than just checking the state of the firewall on each node.

Could you please expand your thoughts a little?

from deepsea.

oms4suse avatar oms4suse commented on May 24, 2024

How about a different test? How about we run nmap to all nodes from one node of each node type? Would this solve your issue?

from deepsea.

l-mb avatar l-mb commented on May 24, 2024

I didn't mean to run a full iperf3 test against all ports we use, just to check if a TCP connect goes through. I'd not want to pull in nmap for such a simple test.

from deepsea.

oms4suse avatar oms4suse commented on May 24, 2024

Ok so to get this clear in my head:

(1) detect if ceph is running and shut down if so.
(2) Start netcat as a server on each port on each node, corresponding to service type.
(3) Call netcat to talk to each port on each node from each node.
(4) Start ceph on each node.

Is that the summary?

from deepsea.

l-mb avatar l-mb commented on May 24, 2024

Wait, why would you shutdown Ceph? No - though detecting this and warning is a good idea. You'd not want a diagnosis tool to disrupt cluster operation.

netcat is a good option, yes.

from deepsea.

oms4suse avatar oms4suse commented on May 24, 2024

I don want to make the test for firewall invasive, but to do this I suspect it has to be invasive.

2 different processes cant bind to the same port, so you cant test a message passed the firewall if another process is bound to the port.

I am also concerned about the runtime of such a test.

from deepsea.

jan--f avatar jan--f commented on May 24, 2024

Closing since nettest componentis currently being re-written.

from deepsea.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.