add collection, replication, ttl to each file

This commit is contained in:
Chris Lu
2018-06-10 16:57:32 -07:00
parent f1273073fc
commit 98110c1697
8 changed files with 179 additions and 141 deletions

View File

@@ -73,6 +73,9 @@ message FuseAttributes {
uint32 gid = 5;
int64 crtime = 6;
string mime = 7;
string replication = 8;
string collection = 9;
int32 ttl_sec = 10;
}
message GetEntryAttributesRequest {