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

fs: new files and folders created honors umask #2023

Merged
merged 1 commit into from
Feb 19, 2017

Conversation

harshavardhana
Copy link
Member

umask should be honored properly for all write
operations on filesystem. This is in line with
how all unix tools behave.

Fixes #2022

umask should be honored properly for all write
operations on filesystem. This is in line with
how all unix tools behave.

Fixes minio#2022
@codecov-io
Copy link

codecov-io commented Feb 19, 2017

Codecov Report

Merging #2023 into master will not change coverage.
The diff coverage is 50%.

@@          Coverage Diff           @@
##           master   #2023   +/-   ##
======================================
  Coverage    8.58%   8.58%           
======================================
  Files          86      86           
  Lines        6674    6674           
======================================
  Hits          573     573           
  Misses       5964    5964           
  Partials      137     137
Impacted Files Coverage Δ
cmd/client-fs.go 23.08% <50%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 41d4857...5b0da74. Read the comment docs.

@vadmeste vadmeste merged commit d055f0e into minio:master Feb 19, 2017
@harshavardhana harshavardhana deleted the honor-umaks branch February 19, 2017 21:42
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.

3 participants