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

[curveadm] add exec subcommand #153

Closed
Cyber-SiKu opened this issue Nov 8, 2022 · 0 comments
Closed

[curveadm] add exec subcommand #153

Cyber-SiKu opened this issue Nov 8, 2022 · 0 comments
Assignees
Labels
good first issue Good for newcomers

Comments

@Cyber-SiKu
Copy link
Collaborator

Is your feature request related to a problem? (你需要的功能是否与某个问题有关?)

curveadm adds executing commands in the specified container and outputs them.

it looks like :

curveadm exec (-id xxx) "curve fs status cluster"

This document describes how to quickly get started and participate in the development of Curveadm.

Describe the solution you'd like (描述你期望的解决方法)

You can ssh into the container and execute commands like:
ssh [email protected] ps .

Describe alternatives you've considered (描述你想到的折衷方案)

Additional context/screenshots (更多上下文/截图)

@Cyber-SiKu Cyber-SiKu added the good first issue Good for newcomers label Nov 8, 2022
aspirer added a commit to aspirer/curveadm that referenced this issue Nov 17, 2022
issue opencurve#153
usage: curveadm exec 0e5d809f16b4 --cmd="ps -ef"

Signed-off-by: Wangpan <[email protected]>
@aspirer aspirer self-assigned this Nov 17, 2022
aspirer added a commit to aspirer/curveadm that referenced this issue Nov 18, 2022
issue opencurve#153
usage: curveadm exec 0e5d809f16b4 --cmd="ps -ef"

Signed-off-by: Wangpan <[email protected]>
aspirer added a commit to aspirer/curveadm that referenced this issue Nov 18, 2022
issue opencurve#153
usage: curveadm exec 0e5d809f16b4 --cmd="ps -ef"

Signed-off-by: Wangpan <[email protected]>
aspirer added a commit to aspirer/curveadm that referenced this issue Nov 18, 2022
issue opencurve#153
usage:
    curveadm exec 0e5d809f16b4 ps
    curveadm exec 0e5d809f16b4 curve_ops_tool status
    curveadm exec 0e5d809f16b4 -- ps -ef

Signed-off-by: Wangpan <[email protected]>
jolly-sy pushed a commit to jolly-sy/curveadm that referenced this issue Dec 13, 2022
issue opencurve#153
usage:
    curveadm exec 0e5d809f16b4 ps
    curveadm exec 0e5d809f16b4 curve_ops_tool status
    curveadm exec 0e5d809f16b4 -- ps -ef

Signed-off-by: Wangpan <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants