From 6adcde6d3853cf9ef611193a4622127dcbfaedd9 Mon Sep 17 00:00:00 2001 From: Klaas Freitag Date: Mon, 11 Dec 2023 16:43:56 +0100 Subject: [PATCH] Add proper link to Clustered watch folder --- docs/architecture/collaborative-storage.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/architecture/collaborative-storage.md b/docs/architecture/collaborative-storage.md index 043add470..62768146e 100644 --- a/docs/architecture/collaborative-storage.md +++ b/docs/architecture/collaborative-storage.md @@ -47,7 +47,9 @@ When a file is changed by a process outside of oCIS, this needs to be monitored The collaborative storage driver needs a way to achieve that. The easiest way for an POSIX based collaborative storage is inotify, that needs to be set up recursively on a file tree to record changes. Additional it is a challenge to destinguish between changes that were done from external activity and the ones that oCIS creates by its own file operations. -For GPFS, there should be an API function delivering that. [TBD] +For GPFS, there is a subsystem called delivering that: + +https://www.ibm.com/docs/en/storage-scale/5.1.9?topic=reference-clustered-watch-folder] ## ETag Propagation