weed mount add symlink support

This commit is contained in:
Chris Lu
2018-12-25 22:45:44 -08:00
parent a508d56021
commit 253f190f48
6 changed files with 195 additions and 115 deletions

View File

@@ -97,6 +97,7 @@ message FuseAttributes {
int32 ttl_sec = 10;
string user_name = 11; // for hdfs
repeated string group_name = 12; // for hdfs
string symlink_target = 13;
}
message CreateEntryRequest {