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

fragment size adjustment in preset via API #233

Merged
merged 1 commit into from
Oct 7, 2016

Conversation

kinvaris
Copy link
Contributor

@kinvaris kinvaris commented Oct 7, 2016

As part 1 for #204: integration of fragment size adjustment in API

Validated with integration testing:

{u'compression': u'snappy',
  u'fragment_checksum': [u'crc-32c'],
  u'fragment_encryption': [u'none'],
  u'fragment_size': 2097152, <---------------------------------------
  u'in_use': False,
  u'is_available': False,
  u'is_default': False,
  u'name': u'mypreset',
  u'object_checksum': {u'allowed': [[u'none'], [u'sha-1'], [u'crc-32c']],
   u'default': [u'crc-32c'],
   u'verify_upload': True},
  u'osds': [u'all'],
  u'policies': [u'(2, 2, 3, 4)'],
  u'policy_metadata': {u'(2, 2, 3, 4)': {u'in_use': False,
    u'is_active': False,
    u'is_available': False}}}]

@kinvaris kinvaris changed the title fragment size integration in preset fragment size adjustment in preset via API Oct 7, 2016
@khenderick khenderick merged commit e21c2bb into master Oct 7, 2016
@khenderick khenderick deleted the 204-fragmentsize-configurable-api branch October 7, 2016 12:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants