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

CLOUDP-73724: mongocli ops-manager admin backup fileSystem(s) describe #480

Merged
merged 7 commits into from
Oct 6, 2020

Conversation

andreaangiolillo
Copy link
Collaborator

Proposed changes

Jira ticket: CLOUDP-73724

Checklist

  • I have signed the MongoDB CLA
  • I have added tests that prove my fix is effective or that my feature works
  • I have added any necessary documentation (if appropriate)
  • I have run make fmt and formatted my code

Further comments

./bin/mongocli om admin backup filesystem describe test -P ops
ID     PATH   WT COMPRESSION   MMAPV1 COMPRESSION
test   /      NONE             GZIP

./bin/mongocli om admin backup filesystem describe test -P ops -o json
{
  "id": "test",
  "loadFactor": 1,
  "mmapv1CompressionSetting": "GZIP",
  "storePath": "/",
  "wtCompressionSetting": "NONE",
  "assignmentEnabled": true
}

Copy link
Collaborator

@gssbzn gssbzn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@andreaangiolillo andreaangiolillo merged commit e994a54 into master Oct 6, 2020
@andreaangiolillo andreaangiolillo deleted the CLOUDP-73724 branch October 6, 2020 09:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants