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-16822 client: Add mkdir_p variant to dfs_sys API (#15526) #15550

Merged
merged 1 commit into from
Dec 4, 2024

Conversation

mjmac
Copy link
Contributor

@mjmac mjmac commented Dec 2, 2024

As a usability enhancement, add a mkdir variant with
the following properties:

  • If the directory or any of its parents already exist
    and are directories, don't return an error
  • If any of the parent directories need to be created,
    automatically do so as a prerequisite step to creating
    the final child directory

Signed-off-by: Michael MacDonald mjmac@google.com

As a usability enhancement, add a mkdir variant with
the following properties:
  * If the directory or any of its parents already exist
    and are directories, don't return an error
  * If any of the parent directories need to be created,
    automatically do so as a prerequisite step to creating
    the final child directory

Signed-off-by: Michael MacDonald <mjmac@google.com>
@mjmac mjmac changed the title mjmac/DAOS 16822 google 2.6 DAOS-16822 client: Add mkdir_p variant to dfs_sys API (#15526) Dec 2, 2024
Copy link

github-actions bot commented Dec 2, 2024

Ticket title is 'Add mkdir_p variant to dfs_sys API'
Status is 'In Review'
https://daosio.atlassian.net/browse/DAOS-16822

@mjmac mjmac requested a review from jolivier23 December 3, 2024 21:43
@mjmac
Copy link
Contributor Author

mjmac commented Dec 3, 2024

@jolivier23: This will need a forced landing due to the NLT/ubuntu issue.

@jolivier23 jolivier23 merged commit 3bc8476 into google/2.6 Dec 4, 2024
50 of 51 checks passed
@jolivier23 jolivier23 deleted the mjmac/DAOS-16822-google-2.6 branch December 4, 2024 16:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants