Actions
Feature #576
openRFE: Allow multiple concurrently running nfsd instances
Status:
New
Priority:
Low
Assignee:
-
Category:
-
Start date:
2010-12-27
Due date:
% Done:
0%
Estimated time:
Difficulty:
Tags:
Gerrit CR:
External Bug:
Description
The idea is that multiple concurrently running nfsd instances should be able to run (on different ports or IPv4/IPv6 addresses). The main need is for a NFS testsuite to allow that scripts can create, test and destroy an nfsd instance without colliding with an already running instance (which may be needed for other purposes). Beyond that it may be nice to have such an option because it would allow customers to run nfsd instances with different flags/options/configurations.
Updated by Roland Mainz almost 13 years ago
Implementation notes:
- Need to hunt-down all global and function-static variables and put them into a per-nfsd instance context structure
- We need extra (command line) options to specificy alternative versions of the configuration files
Updated by Garrett D'Amore almost 13 years ago
I think this may have useful implications for use within non-global zones as well.
Actions