[#37] feature/use_new_system_attributes #37

Merged
fyrchik merged 1 commits from dkirillov/frostfs-sdk-go:feature/use_new_system_attributes into master 2023-07-26 21:08:02 +00:00
Collaborator

Note: in this PR we don't support legacy __NEOFS__ attributes in storage groups and subnet because these packages are going to be deleted

**Note:** in this PR we don't support legacy `__NEOFS__` attributes in storage groups and subnet because these packages are going to be deleted
dkirillov self-assigned this 2023-03-16 08:13:54 +00:00
dkirillov changed title from WIP: [#XX] feature/use_new_system_attributes to WIP: [#37] feature/use_new_system_attributes 2023-03-16 08:14:02 +00:00
dkirillov force-pushed feature/use_new_system_attributes from c50aba62c4 to bec77f280a 2023-03-16 08:15:01 +00:00 Compare
dkirillov changed title from WIP: [#37] feature/use_new_system_attributes to [#37] feature/use_new_system_attributes 2023-03-16 08:16:30 +00:00
dkirillov requested review from storage-core-committers 2023-03-16 08:16:39 +00:00
dkirillov requested review from storage-core-developers 2023-03-16 08:16:39 +00:00
dkirillov requested review from storage-services-committers 2023-03-16 08:16:39 +00:00
dkirillov requested review from storage-services-developers 2023-03-16 08:16:39 +00:00
alexvanin reviewed 2023-03-16 08:48:47 +00:00
@ -15,6 +15,7 @@ require (
github.com/stretchr/testify v1.8.1
go.uber.org/atomic v1.10.0
go.uber.org/zap v1.24.0
google.golang.org/grpc v1.48.0

New direct dependency?

New direct dependency?
Poster
Collaborator

Not really, It seems this is forgotten dependency from #17

Not really, It seems this is forgotten dependency from https://git.frostfs.info/TrueCloudLab/frostfs-sdk-go/pulls/17
alexvanin marked this conversation as resolved
alexvanin approved these changes 2023-03-16 11:40:14 +00:00
fyrchik approved these changes 2023-03-21 09:16:51 +00:00
@ -469,3 +469,3 @@
if name != "" {
if name := cnr.Attribute(container.SysAttributeName); name != "" {
res.SetName(name)
res.SetZone(cnr.Attribute(container.SysAttributeZone))

So we both Name + Zone must be the same (deprecated or not)?

So we both `Name` + `Zone` must be the same (deprecated or not)?
Poster
Collaborator

Yes

Yes
fyrchik merged commit bec77f280a into master 2023-03-21 09:16:57 +00:00
dkirillov deleted branch feature/use_new_system_attributes 2023-03-21 09:26:55 +00:00
Sign in to join this conversation.
No reviewers
TrueCloudLab/storage-core-developers
TrueCloudLab/storage-services-developers
No Milestone
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: TrueCloudLab/frostfs-sdk-go#37
There is no content yet.