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

Clarify that CONSISTENT_SNAPSHOT is optional #162

Commits on May 19, 2021

  1. Clarify that CONSISTENT_SNAPSHOT is optional

    From chapter 7 in the spec (version 1.0.17):
    "Finally, the root metadata should write the Boolean
    "consistent_snapshot" attribute at the root level of its keys of
    attributes.
    If consistent snapshots are not written by the repository,
    then the attribute may either be left unspecified or be set to the
    False value. Otherwise, it must be set to the True value."
    
    The above implies that there could be repositories with root metadata
    without CONSISTENT_SNAPSHOT.
    Clarify that, but phrase it to make it clear this should be included
    in new implementations.
    
    Signed-off-by: Martin Vrachev <mvrachev@vmware.com>
    MVrachev committed May 19, 2021
    Configuration menu
    Copy the full SHA
    c9c3437 View commit details
    Browse the repository at this point in the history