diff --git a/Path-Specific-Configuration.md b/Path-Specific-Configuration.md index b9dd7b1..a59f17a 100644 --- a/Path-Specific-Configuration.md +++ b/Path-Specific-Configuration.md @@ -6,6 +6,7 @@ For example, an administrator can create a `/scratch/` directory, configured so This could also be used to implement a system-wide "trash can" (e.g. all deletes move objects to the trash and apply a TTL to them). ## How it works + On filer, there is one special file, `/etc/filer.conf`. It has all the path-specific configurations. All filers will read this configuration and apply the storage option based on the write target file path. @@ -49,7 +50,7 @@ Usage of fs.configure: -apply update and apply filer configuration -collection string - assign writes to this colletion + assign writes to this collection -delete delete the configuration by locationPrefix -fsync @@ -60,5 +61,10 @@ Usage of fs.configure: assign writes with this replication -ttl string assign writes with this ttl +``` -``` \ No newline at end of file +## What is NOT included + +The storage options are applied during write time. + +So if a file is created and then moved to the configured path, the storage option would not take effect.