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

[storage] [backend] Add Handle to BE object now #217

Merged
merged 2 commits into from
Dec 7, 2022

Commits on Dec 6, 2022

  1. [storage] [backend] Add Handle to BE object now

    Related to opiproject#174
    
    Resource-oriented design https://google.aip.dev/121
    
    Signed-off-by: Boris Glimcher <Boris.Glimcher@emc.com>
    glimchb committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    1bd5eee View commit details
    Browse the repository at this point in the history
  2. [storage] [backend] AIP Get/List/Create/Update/Delete rename

    See opiproject#174
    
    Resource-oriented design https://google.aip.dev/121
    
    for word in Get List Create Update Delete; do
      for i in AioController NullDebug NVMfRemoteController; do
        sed -i "s/${i}${word}/${word}${i}/g" v1alpha1/backend_*.proto ;
      done;
    done
    
    Signed-off-by: Boris Glimcher <Boris.Glimcher@emc.com>
    glimchb committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    e4a471d View commit details
    Browse the repository at this point in the history