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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mjmac
Copy link
Contributor

@mjmac mjmac commented Nov 21, 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

Features: dfs
Required-githooks: true
Signed-off-by: Michael MacDonald [email protected]

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

Features: dfs
Required-githooks: true
Signed-off-by: Michael MacDonald <[email protected]>
@mjmac mjmac requested review from a team as code owners November 21, 2024 15:07
Copy link

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

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.

1 participant