frostfs-node/pkg/services/object
Leonard Lyubich 713aea06fa [] node: Block only Object service ops under maintenance
In previous implementation node blocked any operation of local object
storage in maintenance mode. There is a need to perform some storage
operations like data evacuation or restoration.

Do not call block storage engine in maintenance mode. Make all Object
service operations to return `apistatus.NodeUnderMaintenance` error from
each local op.

Signed-off-by: Leonard Lyubich <ctulhurider@gmail.com>
2022-10-05 11:41:49 +03:00
..
acl [] node: Move common EACLSource interface to core pkg 2022-09-13 10:33:50 +03:00
delete [] services/object: Return proper error if session token is missing 2022-09-30 16:13:01 +03:00
get [] node: Block only Object service ops under maintenance 2022-10-05 11:41:49 +03:00
head [] Upgrade NeoFS SDK Go with changed netmap package 2022-06-17 15:53:18 +03:00
internal [] go.mod: Update API and SDK 2022-08-30 12:27:46 +03:00
put [] node: Calculate object homomorphic hash flexibly 2022-07-13 17:10:06 +03:00
search [] node: Block only Object service ops under maintenance 2022-10-05 11:41:49 +03:00
util [] node: Block only Object service ops under maintenance 2022-10-05 11:41:49 +03:00
metrics.go [] services: Define service interfaces that was removed from API lib 2021-03-17 15:00:37 +03:00
response.go [] *: use stdlib errors package 2021-05-19 16:42:54 +03:00
server.go [] services: Define service interfaces that was removed from API lib 2021-03-17 15:00:37 +03:00
sign.go [] object/search: Fix error loss in SignService.Search 2022-01-21 14:54:22 +03:00
transport_splitter.go [] node/object: Do not skip empty search responses in splitter 2022-01-11 12:02:54 +03:00