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

Versioning is always unlimited regardless of the configuration #1163

Open
gdelaporte opened this issue Sep 7, 2017 · 1 comment
Open

Versioning is always unlimited regardless of the configuration #1163

gdelaporte opened this issue Sep 7, 2017 · 1 comment

Comments

@gdelaporte
Copy link
Member

Trying to set the max number of versions for an object, in the namespace configuration or forcing it at the container level, the number of versions is always unlimited.

@gdelaporte gdelaporte changed the title Versioning is always unlimited regardless the configuration of the configuration Versioning is always unlimited regardless of the configuration Sep 7, 2017
@fvennetier fvennetier self-assigned this Nov 2, 2017
@fvennetier fvennetier added this to the 4.2 milestone Nov 2, 2017
@fvennetier
Copy link
Member

After PR #1250, versioning is still not enforced, but you can purge exceeding versions by running openio container purge. I see 3 possible evolutions:

  1. refuse to add a new version when the limit is reached;
  2. purge oldest versions on-the-fly (this is the original behavior);
  3. keep the code as-is, and let the Lifecycle crawler purge the oldest versions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants