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

NSFS | NC | CLI | fix nsfs cli uid/gid=0 issue #7515

Merged
merged 1 commit into from
Sep 28, 2023

Conversation

romayalon
Copy link
Contributor

Explain the changes

  1. when uid/gid = 0 we fail with 'Error: Account config should not be empty' because of the following condition evaluates to true - !data.nsfs_account_config.uid || !data.nsfs_account_config.gid so I changed the check

Issues: Fixed #xxx / Gap #xxx

Testing Instructions:

  • Doc added/updated
  • Tests added

Signed-off-by: Romy <35330373+romayalon@users.noreply.github.com>
@romayalon romayalon merged commit 40956d2 into noobaa:master Sep 28, 2023
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants