Add parser for DRBD /proc file
authorMichele Tartara <mtartara@google.com>
Mon, 19 Nov 2012 14:19:51 +0000 (15:19 +0100)
committerIustin Pop <iustin@google.com>
Tue, 20 Nov 2012 11:02:09 +0000 (12:02 +0100)
commit3c1915dfb0daf52e5f70d3e8515ac600a729d3d4
treef43e102f446d4c6cc9304d1e98cda03f0575675e
parent1a865afe5bdd78bfd2023e6b07a5820abf2949ab
Add parser for DRBD /proc file

A new directory for haskell modules about block devices has been created
The parser is divided in two modules:
* one exports the data types describing the DRBD status
* one exports the parser itself

Signed-off-by: Michele Tartara <mtartara@google.com>
[iustin@google.com: indentation/alignment fixes]
Reviewed-by: Iustin Pop <iustin@google.com>
Makefile.am
htools/Ganeti/Block/Drbd/Parser.hs [new file with mode: 0644]
htools/Ganeti/Block/Drbd/Types.hs [new file with mode: 0644]