forked from tfb-bull/lcap
-
Notifications
You must be signed in to change notification settings - Fork 1
Lustre Changelogs Aggregate & Publish
License
KnightKu/lcap
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
LCAP ---- LCAP stands for "Lustre Changelog Aggregate and Publish" It consists in a core daemon (lcapd), a client library and a serie of server-side processing modules. lcapd reads lustre 2.x Changelog records and process them using specialized modules to distribute them (or not) to its clients. Installation ------------ Building lcap is relatively straightforward: $ ./configure $ make The "rpms" target allows to build RPM packages (client, server, devel). Please note that the existing code has been developed and tested under x86_64 only. Running lcap ------------ Lcap comes with a testing tool suprisingly called `lcap' and wich simply reads changelog records, similarly to what `lfs changelog'. The client and the server can be started in any order. Whoever is started first will wait for the other one to get online. The lcapd server needs a configuration file. It will look for one at /etc/lcapd.conf This location can be overriden by using `-c' when running the server. $ lcapd -c /etc/lcapd.conf Contact ------- Henri Doreau - CEA/DAM <henri.doreau@cea.fr>
About
Lustre Changelogs Aggregate & Publish
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C 96.1%
- M4 2.1%
- Makefile 1.8%