Introduce ListTargets command in frostfs-adm #1030

Closed
opened 2024-03-07 09:39:17 +00:00 by aarifullin · 1 comment
Member

After ListTargetsIterator has been introduced in policy-engine, we finally can introduce this method in frostfs-adm.

We need to use recently introduced ContractStorageReader.

After [ListTargetsIterator](https://git.frostfs.info/TrueCloudLab/policy-engine/pulls/52) has been introduced in policy-engine, we finally can introduce this method in `frostfs-adm`. We need to use recently introduced [ContractStorageReader](https://git.frostfs.info/TrueCloudLab/frostfs-node/pulls/1009).
aarifullin added the
frostfs-adm
label 2024-03-07 09:39:17 +00:00
acid-ant was assigned by aarifullin 2024-03-07 09:39:26 +00:00
Member

Introduced new command morph ape list-targets:

$ frostfs-adm morph ape list-targets -c cfg.yml -r http://morph-chain.frostfs.devenv:30333 --target-type namespace
(no name)
target00
$
Introduced new command `morph ape list-targets`: ``` $ frostfs-adm morph ape list-targets -c cfg.yml -r http://morph-chain.frostfs.devenv:30333 --target-type namespace (no name) target00 $ ```
Sign in to join this conversation.
No milestone
No project
No assignees
2 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-node#1030
No description provided.