mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[PR #253] [MERGED] Added chacking cache dir perms at starting. #1426
Labels
No labels
bug
bug
dataloss
duplicate
enhancement
feature request
help wanted
invalid
need info
performance
pull-request
question
question
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/s3fs-fuse#1426
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/253
Author: @ggtakec
Created: 8/23/2015
Status: ✅ Merged
Merged: 8/23/2015
Merged by: @ggtakec
Base:
master← Head:fixmkdirp📝 Commits (2)
ce66430Added chacking cache dir perms at starting.97b8b34Added chacking cache dir perms at starting(2).📊 Changes
5 files changed (+105 additions, -7 deletions)
View changed files
📝
src/fdcache.cpp(+34 -2)📝
src/fdcache.h(+2 -0)📝
src/s3fs.cpp(+7 -0)📝
src/s3fs_util.cpp(+61 -5)📝
src/s3fs_util.h(+1 -0)📄 Description
Added checking cache direcotry's permission at s3fs starting.
Before, if the cache directory does not allow permission when s3fs using cache, s3fs run up but no error.
So this code change fixed it.
s3fs checks cache dir permission and if it is not allowed s3fs stop to start running.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.