mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-19 05:37:55 +08:00
filer: option to create file only if it is new, O_EXCL
This commit is contained in:
@@ -123,6 +123,7 @@ message FuseAttributes {
|
||||
message CreateEntryRequest {
|
||||
string directory = 1;
|
||||
Entry entry = 2;
|
||||
bool o_excl = 3;
|
||||
}
|
||||
|
||||
message CreateEntryResponse {
|
||||
|
Reference in New Issue
Block a user