Missing parameters in ozone bucket cli response #6578
-
hello guys, I'm currently running ozone version 1.2.0 and was experimenting with creating buckets and such in my local instance. I noticed a missing parameter called owner in the response that I get when I run ozone sh bucket info. Initially, when I create a bucket and run the info I get the below response
here we find the owner in the response but as soon as I set some space quota to the bucket the owner param goes missing.
can someone pls help me understand why this happening? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You are hitting HDDS-9110. I would definitely recommend upgrading to the latest version of Ozone: 1.4.0, and then 1.4.1 when it comes out. The amount of bugs fixed in the two years since 1.2.0 was released is quite large. This includes many fixes to quotas as well.
I'm actually not sure, but I believe the bucket owner defaults to the user who creates the bucket.
Ozone currently does not have a concept of key ownership. There is a proposal to support this with Native ACLs in #4188 but no timeline for completion of the feature. As you can see it has been open for a while. |
Beta Was this translation helpful? Give feedback.
You are hitting HDDS-9110. I would definitely recommend upgrading to the latest version of Ozone: 1.4.0, and then 1.4.1 when it comes out. The amount of bugs fixed in the two years since 1.2.0 was released is quite large. This includes many fixes to quotas as well.
I'm actually not sure, but I believe the bucket owner defaults to the user who creates the bucket.
Ozone currently does not have a concept of key ownership. There is a proposal to support this with Native ACLs in #4188 but no timeline for completion of the feature. As you can see i…