pool: Introduce ape-manager methods #233

Merged
fyrchik merged 1 commits from aarifullin/frostfs-sdk-go:feat/pool_apemngr into master 2024-07-04 12:04:38 +00:00
Collaborator
  • Remove GetEACL, SetEACL methods as they are deprecated;
  • Fix mock;
  • Introduce add/remove/list methods to request ape-manager for the client.
* Remove GetEACL, SetEACL methods as they are deprecated; * Fix mock; * Introduce add/remove/list methods to request ape-manager for the client.
aarifullin force-pushed feat/pool_apemngr from 4b79b2a844 to cba8cf7810 2024-07-03 14:27:08 +00:00 Compare
aarifullin requested review from storage-core-committers 2024-07-03 14:28:20 +00:00
aarifullin requested review from storage-core-developers 2024-07-03 14:28:40 +00:00
aarifullin requested review from storage-services-committers 2024-07-03 14:29:07 +00:00
aarifullin requested review from storage-services-developers 2024-07-03 14:29:18 +00:00
aarifullin force-pushed feat/pool_apemngr from cba8cf7810 to 25e00f0b9d 2024-07-03 14:34:06 +00:00 Compare
acid-ant requested changes 2024-07-03 14:44:17 +00:00
pool/pool.go Outdated
@ -596,4 +585,1 @@
return res.Table(), nil
}
// containerSetEACL invokes sdkClient.ContainerSetEACL parse response status to error.
Collaborator

Doc needs to be updated here and below.

Doc needs to be updated here and below.
Poster
Collaborator

Oh, my bad. Fixed!

Oh, my bad. Fixed!
aarifullin force-pushed feat/pool_apemngr from 25e00f0b9d to c57a4e13f2 2024-07-03 15:58:20 +00:00 Compare
aarifullin force-pushed feat/pool_apemngr from c57a4e13f2 to 6f9ca155f9 2024-07-03 22:27:47 +00:00 Compare
aarifullin force-pushed feat/pool_apemngr from 6f9ca155f9 to 27e965007d 2024-07-03 22:29:53 +00:00 Compare
fyrchik approved these changes 2024-07-04 06:03:43 +00:00
acid-ant approved these changes 2024-07-04 06:17:20 +00:00
achuprov approved these changes 2024-07-04 07:12:32 +00:00
dkirillov reviewed 2024-07-04 08:56:25 +00:00
@ -171,1 +178,4 @@
methodSessionCreate
methodAPEManagerAddChain
methodAPEManagerRemoveChain
methodAPEManagerListChains
Collaborator
Please add these method in NodeStatistics too https://git.frostfs.info/TrueCloudLab/frostfs-sdk-go/src/branch/master/pool/statistic.go

FYI @aarifullin , please make a separate PR, want to merge this now

FYI @aarifullin , please make a separate PR, want to merge this now
fyrchik merged commit 27e965007d into master 2024-07-04 12:04:38 +00:00
Sign in to join this conversation.
No reviewers
TrueCloudLab/storage-services-committers
TrueCloudLab/storage-services-developers
No Milestone
No Assignees
5 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#233
There is no content yet.