
3 Jun
2014
3 Jun
'14
11:33 a.m.
On 05/28/2014 11:38 AM, Wido den Hollander wrote:
This series of patches adds the ability to pass down options to the storage pool drivers.
In the case of NFS users can specify mount options and in the case of RBD users can specify options for librados to influence some behavior.
All options and values are checked on input validity to prevent injection of malicious commands.
Should we allow arbitrary options? I think only adding the configuration options we care about would be nicer, something like: <options> <timeout>30</timeout> <retries>5</retries> </options> where timeout would set all the three timeout options for RADOS (unless there is a need to tweak them separately) and retries would only work for NFS? Jan