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

Backports to address b/336317519 #14561

Merged
merged 5 commits into from
Jun 17, 2024
Merged

Commits on Jun 12, 2024

  1. Backports to address b/336317519

    DAOS-14679 pool: Report on stopping sp_stopping (#14374)
    DAOS-15145 pool: add pool collective function (#13764)
    *DAOS-14105 object: collectively punch object (#13493)
    
    * partial backport, just the bitmap function
    
    Required-githooks: true
    Change-Id: I2b21b8121cbdecc79ae49a464a42b1d47fb9be10
    Signed-off-by: Jeff Olivier <jeffolivier@google.com>
    jolivier23 committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    c355740 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. DAOS-15672 rebuild: Fix pool destroy hangs (#14183)

    See the Jira ticket for the long story. When releasing resources, for
    instance, for stopping a pool, we should attempt on all targets, because
    the latest version of the pool map may differ from the version used to
    acquire the resources. (And in some cases, we no longer have the
    original pool map version in the context.)
    
    Required-githooks: true
    
    Change-Id: I363fbfefae01dd75cc07ded31a2e5b7033f01610
    Signed-off-by: Li Wei <wei.g.li@intel.com>
    liw authored and jolivier23 committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    679d381 View commit details
    Browse the repository at this point in the history
  2. DAOS-15514 container: fix container destroy failure (#14108)

    The container might be opened when the target is up,
    but changed to down when closing. We need to attempt to
    close down/downout targets regardless; it won't take any action
    if it was not opened before. Failure to properly close it will
    result in container destruction failing with EBUSY. (See DAOS-15514)
    
    Required-githooks: true
    
    Change-Id: I82e7c507d5f165057d562455e31d7b02d19e1815
    Signed-off-by: Wang Shilong <shilong.wang@intel.com>
    wangshilong authored and jolivier23 committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    658f26b View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Merge branch 'google/2.4' into jvolivie/backport_liwei

    Change-Id: Ib1b044f566d0aaf21e5faa40fb979448b503d7c8
    jolivier23 committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    d1a43a5 View commit details
    Browse the repository at this point in the history
  2. Empty commit

    Required-githooks: true
    
    Change-Id: I7a4f33eec601e33ca7d23b135b03ed1c36c3e4e4
    Signed-off-by: Jeff Olivier <jeffolivier@google.com>
    jolivier23 committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    4c022f8 View commit details
    Browse the repository at this point in the history