Skip to content

DAOS-18608 ddb: md-on-ssd interactive open fix#17589

Open
janekmi wants to merge 3 commits intomasterfrom
janekmi/DAOS-18608-ddb-md-on-ssd-interactive-fix
Open

DAOS-18608 ddb: md-on-ssd interactive open fix#17589
janekmi wants to merge 3 commits intomasterfrom
janekmi/DAOS-18608-ddb-md-on-ssd-interactive-fix

Conversation

@janekmi
Copy link
Contributor

@janekmi janekmi commented Feb 23, 2026

Steps for the author:

  • Commit message follows the guidelines.
  • Appropriate Features or Test-tag pragmas were used.
  • Appropriate Functional Test Stages were run.
  • At least two positive code reviews including at least one code owner from each category referenced in the PR.
  • Testing is complete. If necessary, forced-landing label added and a reason added in a comment.

After all prior steps are complete:

  • Gatekeeper requested (daos-gatekeeper added as a reviewer).

Signed-off-by: Jan Michalski <jan-marian.michalski@hpe.com>
@janekmi janekmi requested review from a team as code owners February 23, 2026 13:15
@github-actions
Copy link

github-actions bot commented Feb 23, 2026

Ticket title is 'ddb open fails (md-on-ssd + interactive)'
Status is 'In Review'
Labels: 'ddb,md_on_ssd2'
Job should run at elevated priority (1)
https://daosio.atlassian.net/browse/DAOS-18608

@janekmi janekmi requested review from Nasf-Fan and knard38 February 23, 2026 13:15
Copy link
Contributor

@kjacque kjacque left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't love the idea of slipping CGo into yet another file, usually we try to abstract this away.

Signed-off-by: Jan Michalski <jan-marian.michalski@hpe.com>
knard38
knard38 previously approved these changes Feb 26, 2026
kjacque
kjacque previously approved these changes Feb 26, 2026
if opts.VosPath != "" {
ctx.ctx.dc_pool_path = C.CString(string(opts.VosPath))
defer C.free(unsafe.Pointer(ctx.ctx.dc_pool_path))
cleanup := SetCString(&ctx.ctx.dc_pool_path, string(opts.SysdbPath))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cleanup := SetCString(&ctx.ctx.dc_pool_path, string(opts.VosPath))

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are right! Thanks!

Signed-off-by: Jan Michalski <jan-marian.michalski@hpe.com>
@janekmi janekmi dismissed stale reviews from kjacque and knard38 via 2602883 March 2, 2026 12:00
@github-actions github-actions bot added the priority Ticket has high priority (automatically managed) label Mar 2, 2026
@janekmi janekmi requested review from Nasf-Fan, kjacque and knard38 March 2, 2026 13:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

priority Ticket has high priority (automatically managed)

Development

Successfully merging this pull request may close these issues.

4 participants