diff options
Diffstat (limited to 'doc/legacy/handling-options.txt')
-rw-r--r-- | doc/legacy/handling-options.txt | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/doc/legacy/handling-options.txt b/doc/legacy/handling-options.txt deleted file mode 100644 index 9a3b2510acb..00000000000 --- a/doc/legacy/handling-options.txt +++ /dev/null @@ -1,13 +0,0 @@ - -How to add a new option to a given volume ? -=========================================== - -* Add a entry in 'struct volume_options options[]' with your key, what is - the type of the 'key', etc. - -* The 'key' and corresponding 'value' given for the same by user are validated - before calling init() of the translator/transport/scheduler/auth-module. - -* Once the complete init() is successful, user will get a warning if he has - given a 'key' which is not defined in these modules. - |