Cannot use delete
in common
section with shards edit
subcommand
#326
Labels
delete
in common
section with shards edit
subcommand
#326
The docs on deleting shard specs say that you can add
delete: true
under thecommon
section. This does not work, though, since we unmarshal that field into apc.ShardSpec
, which does not contain thedelete
property.We should update either the docs or the code here.
The text was updated successfully, but these errors were encountered: