File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -1298,13 +1298,18 @@ graph TD;
1298
1298
1299
1299
neumannLab[NeumannLab: 12 Desktops <br/> srv01:/home/nfs1 <br/> srv01:/home/nfs2 <br/> srv01:/CAD <br/> srv01:/PDK <br/> srv03:/home/nfs3 -> /CAD2 <br/> srv03:/home/nfs4 -> /CAD3];
1300
1300
1301
+ vm1-srv02[Virtual Machine: vm1-srv02 <br/> 5C/10T/32G Secure Server];
1302
+
1303
+ vm2-srv02[Virtual Machine: vm2-srv02 <br/> 5C/10T/32G Faculty Server <br/> Same mounts as NeumannLab];
1304
+
1301
1305
srv01 --NFS--> neumannLab;
1302
1306
srv01 --NFS--> srv02;
1303
1307
srv01 --NFS--> voltaLab;
1304
1308
srv03 --NFS--> voltaLab;
1305
1309
srv03 --NFS--> srv02;
1306
1310
srv03 --NFS--> neumannLab;
1307
-
1311
+ srv02 --KVM--> vm1-srv02;
1312
+ srv02 --KVM--> vm2-srv02;
1308
1313
```
1309
1314
1310
1315
**PARTIONING**
You can’t perform that action at this time.
0 commit comments