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

DAOS-15420 pool: Clean up ds_pool_svc_<op> #14036

Merged
merged 5 commits into from
May 20, 2024
Merged

DAOS-15420 pool: Clean up ds_pool_svc_<op> #14036

merged 5 commits into from
May 20, 2024

Commits on May 7, 2024

  1. DAOS-15420 pool: Clean up ds_pool_svc_<op>

    Convert
    
      ds_pool_svc_check_evict
      ds_pool_svc_query_target
      ds_pool_svc_get_prop
      ds_pool_svc_set_prop
      ds_pool_svc_target_update_state
      ds_pool_svc_update_acl
      ds_pool_svc_delete_acl
      ds_pool_svc_upgrade
      ds_pool_extend
    
    to the dsc_pool_svc_call framework, so that they will
    
      - time out, instead of hanging forever, if PSs are unavailable, and
      - respond much faster in common cases thanks to exponential backoffs.
    
    The req_time variable in dsc_pool_svc_call is part of the operation
    identifier, and should therefore retain its value across retries.
    
    Features: pool
    Signed-off-by: Li Wei <wei.g.li@intel.com>
    Required-githooks: true
    liw committed May 7, 2024
    Configuration menu
    Copy the full SHA
    8503b15 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

  1. Merge branch 'master' into liw/dsc_pool_svc

    Features: pool
    Required-githooks: true
    liw committed May 11, 2024
    Configuration menu
    Copy the full SHA
    1130260 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Merge branch 'master' into liw/dsc_pool_svc

    Features: pool
    Required-githooks: true
    liw committed May 15, 2024
    Configuration menu
    Copy the full SHA
    887930e View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Address Ken's comments

    Signed-off-by: Li Wei <wei.g.li@intel.com>
    Required-githooks: true
    liw committed May 17, 2024
    Configuration menu
    Copy the full SHA
    c702299 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into liw/dsc_pool_svc

    Features: pool
    Required-githooks: true
    liw committed May 17, 2024
    Configuration menu
    Copy the full SHA
    30ce6cb View commit details
    Browse the repository at this point in the history