Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adm NNS cmds #2403

Merged
merged 2 commits into from
Jun 24, 2023
Merged

Adm NNS cmds #2403

merged 2 commits into from
Jun 24, 2023

Commits on Jun 24, 2023

  1. adm: add dump-names command

    $ ./bin/neofs-adm morph dump-names -r https://rpc5.morph.t5.fs.neo.org:51331 -d neofs
    neofs             2023-07-18 19:01:01.326 +0300 MSK
    alphabet0.neofs   2023-07-18 19:01:16.974 +0300 MSK
    alphabet1.neofs   2023-07-18 19:01:16.974 +0300 MSK
    alphabet2.neofs   2023-07-18 19:01:16.974 +0300 MSK
    alphabet3.neofs   2023-07-18 19:01:16.974 +0300 MSK
    alphabet4.neofs   2023-07-18 19:01:16.974 +0300 MSK
    alphabet5.neofs   2023-07-18 19:01:16.974 +0300 MSK
    alphabet6.neofs   2023-07-18 19:01:16.974 +0300 MSK
    audit.neofs       2023-07-18 19:01:16.974 +0300 MSK
    balance.neofs     2023-07-18 19:01:16.974 +0300 MSK
    container.neofs   2023-07-18 19:01:16.974 +0300 MSK
    group.neofs       2023-07-18 19:01:16.974 +0300 MSK
    neofsid.neofs     2023-07-18 19:01:16.974 +0300 MSK
    netmap.neofs      2023-07-18 19:01:16.974 +0300 MSK
    proxy.neofs       2023-07-18 19:01:16.974 +0300 MSK
    reputation.neofs  2023-07-18 19:01:16.974 +0300 MSK
    subnet.neofs      2023-07-18 19:01:16.974 +0300 MSK
    
    Signed-off-by: Roman Khimov <[email protected]>
    roman-khimov committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    818f8a3 View commit details
    Browse the repository at this point in the history
  2. adm: add renew-domain command

    It's a kludge until we have some proper management node-side, but domains must
    be renewed for the system to work.
    
    Signed-off-by: Roman Khimov <[email protected]>
    roman-khimov committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    b4cd3c3 View commit details
    Browse the repository at this point in the history