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

etcdserver: Fix v2v3api set to create parent directly if not exists #9626

Merged
merged 1 commit into from
Apr 26, 2018

Commits on Apr 26, 2018

  1. etcdserver: Fix v2v3api set to create parent directly if not exists

    When a new file is created under an non existent directly,
    the v2 API automatically create the parent directly.
    This commit aligns the behaviour of v2v3 emulation to comply with the v2
    API.
    Iwasaki Yudai committed Apr 26, 2018
    Configuration menu
    Copy the full SHA
    3c25465 View commit details
    Browse the repository at this point in the history