-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Feature: NFS Server
- As an inexperienced admin, I want to be able to share files over the network with my local set of computers so that multiple computers can simultaneously access the files. ✓
- As an inexperienced admin, I want to be able to secure the files that are shared from unauthorized access so that Russia doesn’t get ahold of them. ✓
- As an inexperienced admin, I want to be able to create new shares so that I can expand the capacity of the fileserver
- As an inexperienced admin, I want to be able to remove shares that are no longer required, so that disk space can be reclaimed.
Phillip J Fry is a junior sysadmin. He's been tasked with setting up file shares on one of his employers server, so the people working at the office can share files between each other. They have three departments. Engineering, Sales and Support. Each of those needs a separate share. Every once i a while they have customers and consultants visiting the company office, and connecting to their network, so Phillip wants to make sure only the employees have access to the file shares.
Some months later, as part of a big project, a cross-disipline group consisting of employees from both engineering, sales and support is formed. They will need their own file share, so they ask Phillip to create this for them.
The project runs for a couple of months, but is eventually cancelled. The share is no longer needed, so Phillip wants to reclaim that disk space.