Git Product home page Git Product logo

Comments (3)

wu-hanqing avatar wu-hanqing commented on May 17, 2024

是的,现在的方案是这种形式实现的,相关代码在nebd目录下。相关文档还在整理,后续会陆续发布出来。

热升级模块分为两个部分:

  1. part1:对应你说的light client部分,这部分与qemu/nbd进行对接,将qemu/nbd下发的请求转发到part2,并且只在特定的情况下进行重试处理。
  2. part2:接受并处理part1请求,并管理卷状态等。

part1是以库的形式提供给qemu/nbd,part2需要起单独的进程。
在升级的场景下,事先安装好新版的nebd/part2,然后停止part2进程,并重新拉起即可完成升级。

from curve.

wangmj17 avatar wangmj17 commented on May 17, 2024

请问client升级场景下,对IO延迟会有多大的影响?

from curve.

wu-hanqing avatar wu-hanqing commented on May 17, 2024

请问client升级场景下,对IO延迟会有多大的影响?

测试阶段主要关注的是iops掉0,然后恢复的过程,这个时间在1~5s内。

from curve.

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.