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

Move bbcz into migrator #2620

Merged
merged 8 commits into from
Oct 23, 2023
Merged

Move bbcz into migrator #2620

merged 8 commits into from
Oct 23, 2023

Commits on Oct 17, 2023

  1. neofs-lens: drop bbcz

    Signed-off-by: Roman Khimov <roman@nspcc.ru>
    roman-khimov committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    f5f6c97 View commit details
    Browse the repository at this point in the history
  2. writecache: drop pkg/errors dependency

    It was accidentally introduced by 4c1ab5e.
    
    Signed-off-by: Roman Khimov <roman@nspcc.ru>
    roman-khimov committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    d7681b2 View commit details
    Browse the repository at this point in the history
  3. neofs-adm: generate peapod-enabled config

    Signed-off-by: Roman Khimov <roman@nspcc.ru>
    roman-khimov committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    ad5c02e View commit details
    Browse the repository at this point in the history
  4. neofs-node: drop bbcz from the config

    Signed-off-by: Roman Khimov <roman@nspcc.ru>
    roman-khimov committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    ec159b1 View commit details
    Browse the repository at this point in the history
  5. peapod: handle double Close() and uninited Close()

    Both are tested.
    
    Signed-off-by: Roman Khimov <roman@nspcc.ru>
    roman-khimov committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    49696ce View commit details
    Browse the repository at this point in the history
  6. peapod: move RO structure check into Init()

    Make it more symmetrical, it's initialized in Init() and should be checked for
    in Init(), otherwise RO Open can't succeed for uninited peapod.
    
    Signed-off-by: Roman Khimov <roman@nspcc.ru>
    roman-khimov committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    5276fd3 View commit details
    Browse the repository at this point in the history
  7. blobstor: don't Init() in SetMode() if not inited

    There has to be some symmetry here, if the storage was never inited then
    SetMode() shouldn't try doing that, otherwise we always have this implicit
    Init() for Open()/SetMode() sequence (which is tested).
    
    Signed-off-by: Roman Khimov <roman@nspcc.ru>
    roman-khimov committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    4ec7083 View commit details
    Browse the repository at this point in the history
  8. blobstor: move bbcz code to the migration tool

    Closes #2614.
    
    Signed-off-by: Roman Khimov <roman@nspcc.ru>
    roman-khimov committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    8fd1b16 View commit details
    Browse the repository at this point in the history