A Pi-Powered Plan 9 Cluster
rs-online.com
A Pi-Powered Plan 9 Cluster
1–10 of 56 posts
Re: A Pi-Powered Plan 9 Cluster
#2Re: A Pi-Powered Plan 9 Cluster
#3Re: A Pi-Powered Plan 9 Cluster
#4Re: A Pi-Powered Plan 9 Cluster
#5Re: A Pi-Powered Plan 9 Cluster
#6It would have been nice to know how the software side of the clustering was set up. How easy/painful was it to let the different pies know they were part of a single cluster, how easy/painful was it to have different programs seemlessly use resources from different pies, etc.
For a cluster, you'll usually have a cwfs/hjfs (persistent storage) server, a faktotum (auth) server, and one or more CPU servers, and possibly a terminal machine.
You can then freely use or connect to CPU servers. As everything is shared, and the GUI is also file-based, everything will feel local.
Re: A Pi-Powered Plan 9 Cluster
#7It would have been nice to know how the software side of the clustering was set up. How easy/painful was it to let the different pies know they were part of a single cluster, how easy/painful was it to have different programs seemlessly use resources from different pies, etc.