-
Notifications
You must be signed in to change notification settings - Fork 80
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
NSFS | noobaa-cli Help format Update #8581
base: master
Are you sure you want to change the base?
Conversation
@naveenpaul1 when you put the issue under the fixes section you must have 'Fixed' keyword before so it'll close the issue automatically. |
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.
I added comments and also mentioned other team member as I think we can improve and make it more accurate.
"noobaa-cli" will provide a command line interface (CLI) to create new accounts and map existing directories | ||
to NooBaa as buckets. For more information refer to the NooBaa docs. |
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.
I think we can also update this part, we have more options in the menu.
@romayalon what do you think?
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.
@shirady I think we should not add all the details here. A small description like this should be enough.
logging Use this to upload all the bucket logging collected in the system to their target buckets | ||
Help: | ||
|
||
Use this to upload all the bucket logging collected in the system to their target buckets |
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.
I'm not sure I understand this.
@jackyalbo can we make it more clear?
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.
@shirady its better to discuss this in another PR, This PR only update the format, not the content
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 in some cases we have this line "execute with root permission or use sudo before each command" and in other cases we don't?
I would leave this only in sudo node src/cmd/manage_nsfs --help
.
|
||
'upgrade start' is a noobaa-cli command that will start config directory upgrade run. | ||
Run 'upgrade start' after upgrading NooBaa RPMs on all the cluster nodes, after starting an upgrade of the config directory, | ||
S3 I/O, S3 Buckets getters and NooBaa CLI Account/Buckets/Whitelist getters operations will still be working |
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.
@romayalon - NooBaa CLI logging and diagnose are not available?
@@ -18,191 +19,298 @@ Usage: | |||
execute with root permission or use sudo before each command | |||
|
|||
noobaa-cli <type> <action> [flags] | |||
|
|||
`; | |||
|
|||
const ARGUMENTS = ` | |||
Arguments: | |||
|
|||
<type> Set the resource type: account, bucket, whitelist, diagnose, logging or upgrade |
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.
notification
is missing here?
@alphaprinz do you plan to update it in a separate PR?
|
||
Usage: | ||
|
||
noobaa-cli upgrade status |
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.
@romayalon we don't have any flag? (not even those in CLI_MUTUAL_FLAGS
? config_root
, config_root_backend
, debug
?)
Same question for upgrade start
and upgrade history
Signed-off-by: naveenpaul1 <[email protected]>
d4ee13b
to
2e65762
Compare
Explain the changes
Issues: Fixed #xxx / Gap #xxx
noobaa-cli
Help Needs Update inaction
Part #8565Testing Instructions:
help
command for all the CLI combinations.Note : Doc is not updated for the MD5 changes