summaryrefslogtreecommitdiffstats
path: root/README
Commit message (Collapse)AuthorAgeFilesLines
* nbd-proxy: replace hook dir with a single executableJeremy Kerr2018-08-131-6/+6
| | | | | | | | | | A future change will run the executable asynchronously. With a directory of hooks, this gets overly complicated. Replace the directory-of-hooks concept with a single hook. The hook itself can then spawn multiple hooks if required (eg, with run-parts). Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
* nbd-proxy: Add state hook facilityJeremy Kerr2018-08-091-0/+10
| | | | Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
* nbd-proxy: add configuration facilityJeremy Kerr2018-08-091-1/+3
| | | | | | | | | | Add a little configuration facility. We'll later add a method to integrate this with UI-side configuration, so it's implmented as json. We add a (temporarily required) argument to specify which configuration to use. Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
* Initial js/nbd commitJeremy Kerr2018-07-261-0/+53
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
OpenPOWER on IntegriCloud