From 204c4d06c0f9175d9dc3810d9495204f8f4fe98d Mon Sep 17 00:00:00 2001 From: "Peter J. Keleher" <keleher@cs.umd.edu> Date: Wed, 20 Sep 2023 14:00:29 -0400 Subject: [PATCH] auto --- p2.md | 1 + 1 file changed, 1 insertion(+) diff --git a/p2.md b/p2.md index 184c549..2bf2ab9 100644 --- a/p2.md +++ b/p2.md @@ -66,6 +66,7 @@ gRPCs. The first part is taking your simple blob store and splitting it to a distinct blob *store* in `p2/ubi/server.go` and command-line tools `p2/blob.go` and `p2/lock.go`. +The command-line tools understand files and directories, the server is just a dump blob server. The second part is building a lock server that will allow shared and exclusive locking of any random string. You do not have to do locking -- GitLab