[#37] feature/use_new_system_attributes #37
No reviewers
Labels
No labels
P0
P1
P2
P3
good first issue
pool
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-sdk-go#37
Loading…
Reference in a new issue
No description provided.
Delete branch "dkirillov/frostfs-sdk-go:feature/use_new_system_attributes"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Note: in this PR we don't support legacy
__NEOFS__
attributes in storage groups and subnet because these packages are going to be deletedWIP: [#XX] feature/use_new_system_attributesto WIP: [#37] feature/use_new_system_attributesc50aba62c4
tobec77f280a
WIP: [#37] feature/use_new_system_attributesto [#37] feature/use_new_system_attributes@ -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?
Not really, It seems this is forgotten dependency from #17
@ -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)?Yes