nspcc-dev/neofs-node

How to deal with `REP 0` policy?

开放

#2,042 创建于 2022年11月11日

 (3 条评论) (0 个反应) (0 位负责人)Go (49 个派生)auto 404
I3S4U4enhancementgood first issueneofs-cli

仓库指标

星标
 (36 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

In current implementation zero replication policy is not prohibited by the system:

  • PUT succeeds since it has nothing to do
  • GET fails with OBJECT_NOT_FOUND since there are no replicas

Technically the behavior is expected, but from the user perspective I'd consider this policy as invalid.

贡献者指南