-
Notifications
You must be signed in to change notification settings - Fork 526
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
curvefs/tool: delete-fs #1014
curvefs/tool: delete-fs #1014
Conversation
recheck |
1 similar comment
recheck |
> | ||
> tree: build a json tree of the current topology. | ||
> | ||
> Usage: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The default jsonType is tree?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The default jsonType is tree?
build
curvefs/src/tools/README.md
Outdated
> "zone": "zone1" | ||
> }, | ||
> { | ||
> "externalip": "10.182.2.47", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Keep the ip and port same as above.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Keep the ip and port same as above.
fix
@@ -42,7 +42,7 @@ DEFINE_string(poolId, "1,2,3", "pools id"); | |||
DEFINE_bool(detail, false, "show more infomation"); | |||
DEFINE_string(partitionId, "1,2,3", "partition id"); | |||
DEFINE_string(metaserverId, "1,2,3", "metaserver id"); | |||
DEFINE_bool(confirm, false, "confirm execution"); | |||
DEFINE_bool(noconfirm, false, "executed command without confirmation"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
executed -> execute
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fix
curvefs/src/tools/README.md
Outdated
> "externalport": 8902, | ||
> "internalip": "10.182.2.48", | ||
> "internalport": 8902, | ||
> "name": "10.182.2.48_2_0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why not display hostname?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why not display hostname?
in server that is it's name.
6129c27
to
1c33ee6
Compare
1. add -noconfirm for delete-fs 2. adjust delete-fs confirm input 3. Readme fix
1c33ee6
to
af4e648
Compare
recheck |
What problem does this PR solve
Issue Number: close #843
Problem Summary:
What is changed and how it works?
What's Changed:
How it Works:
Side effects(Breaking backward compatibility? Performance regression?):
Check List