Git Product home page Git Product logo

Comments (4)

dvance avatar dvance commented on June 15, 2024

I believe that the dd is single-threaded, so depending on how fast your storage is you might be CPU-bound. Unlikely given the speeds you're seeing, but just something I wanted to mention.

What is the speed of the storage without DRBD? What is the speed of the network between the host?

My best guess here is that you're simply filling up the send/rcv buffers on the network. While protocol A is asynchronous if the TCP buffers get full, things will run at speeds similar to synchronous replication. We need to wait for the peer to ack the packet before we can clear it from our send buffer and add another write. Because of this, while asynchronous, we still don't expect performance much beyond what the network is capable of when trying to replicate a large volume of writes. We created DRBD-Proxy to work around this by providing gigantic buffers/cache, but even then when those buffers fill, things reduce to network speeds.

Regarding protocol B, it was developed more for academic purposes than anything. It doesn't have a real-world use case, and we don't suggest its use.

from drbd.

klsx0 avatar klsx0 commented on June 15, 2024

Hello,

The speed of my storage without drbd is about 220MB/s.
My network is approximately 25MB/s and with drbd on, it's about 23MB/, so we are nearing the network limit.

Regarding Drbd-proxy all of the links on this page redirected to linstor-server repo.
Do we need a special license for this product or is it now a linstor-server component?

I will try to increase TCP buffers with mode A like you said.

Thank for you response,

from drbd.

dvance avatar dvance commented on June 15, 2024

The "star us on GitHub" link you followed is on many pages of the sites and is just a generic request for people to star the project on GitHub for some internet points. The only other really pertinent link there is the Disaster-Recovery link as that's the common use-case for DRBD-Proxy.

You will not find DRBD-Proxy on GitHub as it is a licensed product. You must contact sales regarding an eval license to try it out.

Please try experimenting with increasing the TCP buffers, but just know that it will only protect against short bursts of writes. With disks capable of 220MiB/s and a network of 25MiB/s a stream of constant writes will eventually fill the buffer no matter the size. Perhaps your application write workloads are only "bursty" though.

from drbd.

klsx0 avatar klsx0 commented on June 15, 2024

I tried drbd by increasing the threshold of the TCP buffers using mode A, I got 32 MB/S but no better.
In my case I have a lot of IO due to a database and this really slows down the system.

Thank you, I will contact the sales team for a trial version of Drbd proxy.

from drbd.

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.