Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
snf-ganeti
Commits
a8946537
Commit
a8946537
authored
May 25, 2009
by
Iustin Pop
Browse files
Fix some haddock issues
Slash is a reserved char. Slash is a reserved char. Slash is a…
parent
80276b9e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Ganeti/HTools/Rapi.hs
View file @
a8946537
...
...
@@ -83,7 +83,7 @@ parseNode a = do
dtotal
dfree
(
offline
||
drained
))
return
(
name
,
node
)
loadData
::
String
-- ^ Cluster
/
URL to use as source
loadData
::
String
-- ^ Cluster
or
URL to use as source
->
IO
(
Result
(
Node
.
AssocList
,
Instance
.
AssocList
))
loadData
master
=
do
-- IO monad
let
url
=
formatHost
master
...
...
Ganeti/HTools/Text.hs
View file @
a8946537
{-| Parsing data from text-files
This module holds the code for loading the cluster state from text
files, as produced by gnt-node
/
gnt-instance list.
files, as produced by gnt-node
and
gnt-instance list.
-}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment