bharatviswa504 edited a comment on pull request #2433:
URL: https://github.com/apache/ozone/pull/2433#issuecomment-883094618
> OK, I agree with your idea of preserving versioning code. I'll add some
work on this, but, AFAIK, such configuration to switch versioning on/off
doesn't exist yet. We have to add such property in ozone-site.xml. I want to
discuss the name of property before starting my work. It will be hidden by
default, but it won't be good idea to change the name afterwards.
>
> Concurrently I'll take a look on OmFileCreateRequest and prepare update.
>
> Also, I have another question on `KeyManager` - it isn't used any more,
but should it be updated and tested as well?
We have isVersionEnabled flag already, no where we use it on the server. Do
you think still we need to have config for this?
```
message BucketInfo {
required string volumeName = 1;
required string bucketName = 2;
repeated OzoneAclInfo acls = 3;
required bool isVersionEnabled = 4 [default = false];
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]