From 1979e863eb2e1394dc25773fd5caf19f4a8b9bff Mon Sep 17 00:00:00 2001 From: Remzi Arpaci-Dusseau Date: Wed, 1 Dec 2021 20:25:57 -0600 Subject: [PATCH] more chapter info --- filesystems-distributed/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/filesystems-distributed/README.md b/filesystems-distributed/README.md index 1f79163..d4523c8 100644 --- a/filesystems-distributed/README.md +++ b/filesystems-distributed/README.md @@ -156,6 +156,14 @@ the case where the server does not reply in a timely fashion; the way it deals with that is simply by retrying the operation, after a timeout of some kind (default: five second timeout). +## Relevant Chapters + +Read these: +- [Log-structured File System](https://pages.cs.wisc.edu/~remzi/OSTEP/file-lfs.pdf) +- [Distributed Systems](https://pages.cs.wisc.edu/~remzi/OSTEP/dist-intro.pdf) +- [Distributed File System: NFS](https://pages.cs.wisc.edu/~remzi/OSTEP/dist-nfs.pdf) + + ## Some Helper Code To get you going, we have written some simple UDP code that can send a