forked from TrueCloudLab/frostfs-api
Update
Signed-off-by: Elizaveta Chichindaeva <elizaveta@nspcc.ru>
This commit is contained in:
parent
cd5fdbbd55
commit
f741ea6f4a
1 changed files with 7 additions and 6 deletions
|
@ -24,8 +24,9 @@ service ObjectService {
|
||||||
// Will use the requsted version of Network Map for object placement
|
// Will use the requsted version of Network Map for object placement
|
||||||
// calculation.
|
// calculation.
|
||||||
// * __NEOFS__NETMAP_LOOKUP_DEPTH \
|
// * __NEOFS__NETMAP_LOOKUP_DEPTH \
|
||||||
// Will try older versions of network map to find an object until the depth
|
// Will try older versions (starting from `__NEOFS__NETMAP_EPOCH` if specified or
|
||||||
// limit reached.
|
// the latest one otherwise) of Network Map to find an object until the depth
|
||||||
|
// limit is reached.
|
||||||
//
|
//
|
||||||
// Please refer to detailed `XHeader` description.
|
// Please refer to detailed `XHeader` description.
|
||||||
//
|
//
|
||||||
|
@ -164,8 +165,8 @@ service ObjectService {
|
||||||
// Will use the requsted version of Network Map for object placement
|
// Will use the requsted version of Network Map for object placement
|
||||||
// calculation.
|
// calculation.
|
||||||
// * __NEOFS__NETMAP_LOOKUP_DEPTH \
|
// * __NEOFS__NETMAP_LOOKUP_DEPTH \
|
||||||
// Will try older versions of network map to find an object until the depth
|
// Will try older versions of Network Map to find an object until the depth
|
||||||
// limit reached.
|
// limit is reached.
|
||||||
//
|
//
|
||||||
// Please refer to detailed `XHeader` description.
|
// Please refer to detailed `XHeader` description.
|
||||||
//
|
//
|
||||||
|
@ -195,8 +196,8 @@ service ObjectService {
|
||||||
// Will use the requsted version of Network Map for object placement
|
// Will use the requsted version of Network Map for object placement
|
||||||
// calculation.
|
// calculation.
|
||||||
// * __NEOFS__NETMAP_LOOKUP_DEPTH \
|
// * __NEOFS__NETMAP_LOOKUP_DEPTH \
|
||||||
// Will try older versions of network map to find an object until the depth
|
// Will try older versions of Network Map to find an object until the depth
|
||||||
// limit reached.
|
// limit is reached.
|
||||||
//
|
//
|
||||||
// Please refer to detailed `XHeader` description.
|
// Please refer to detailed `XHeader` description.
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in a new issue