Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: refactor replica head and snap chain related implementation #234

Merged
merged 7 commits into from
Nov 16, 2024

Commits on Nov 6, 2024

  1. refactor: replica rebuilding dst cleanup returns error

    Longhorn 9488
    
    Signed-off-by: Shuo Wu <shuo.wu@suse.com>
    shuo-wu committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    a8c7230 View commit details
    Browse the repository at this point in the history
  2. feat: replica cleans up the previous rebuilding src info before start…

    …ing a new rebuilding
    
    Longhorn 9488
    
    Signed-off-by: Shuo Wu <shuo.wu@suse.com>
    shuo-wu committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    686f191 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2024

  1. refactor: replica caches Head

    Signed-off-by: Shuo Wu <shuo.wu@suse.com>
    shuo-wu committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    4f4515f View commit details
    Browse the repository at this point in the history
  2. refactor: remove r.ChainLength for simplicity

    Signed-off-by: Shuo Wu <shuo.wu@suse.com>
    shuo-wu committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    9a8ea35 View commit details
    Browse the repository at this point in the history
  3. fix: server try the best to avoid eliminating broken replicas

    Signed-off-by: Shuo Wu <shuo.wu@suse.com>
    shuo-wu committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    21685f2 View commit details
    Browse the repository at this point in the history
  4. refactor: abstract replicaLvolFilter as a func

    Signed-off-by: Shuo Wu <shuo.wu@suse.com>
    shuo-wu committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    9df3650 View commit details
    Browse the repository at this point in the history
  5. fix: avoid eliminating rebuilding replicas without heads

    Signed-off-by: Shuo Wu <shuo.wu@suse.com>
    shuo-wu committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    35fce04 View commit details
    Browse the repository at this point in the history