diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2022-03-19 15:10:47 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-19 15:10:47 -0400 |
commit | 1c75fc115a885cd51ba3db85aba941d45f855b58 (patch) | |
tree | d6f8c877e3c9264d984d91428ec01b2e62153395 | |
parent | 7ded27bae1ed01672e9a4cedec08389cd64b45a1 (diff) | |
download | multihome-master.tar.gz |
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -60,11 +60,11 @@ Under multihome's scheme the NFS shared home directory houses a `HOME` unique to | | | GROUP ====================================== - \-(clusterA[0-9]+)-- + /home/example/home_local/clusterA + + \-(clusterA[0-9]+)-- + /home/example/home_local/clusterA1 + | ====================================== | | GROUP ====================================== - \-(clusterB[0-9]+)-- + /home/example/home_local/clusterB + + \-(clusterB[0-9]+)-- + /home/example/home_local/clusterB1 + ====================================== ``` |