Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
snf-ganeti
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
itminedu
snf-ganeti
Commits
a8946537
Commit
a8946537
authored
15 years ago
by
Iustin Pop
Browse files
Options
Downloads
Patches
Plain Diff
Fix some haddock issues
Slash is a reserved char. Slash is a reserved char. Slash is a…
parent
80276b9e
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Ganeti/HTools/Rapi.hs
+1
-1
1 addition, 1 deletion
Ganeti/HTools/Rapi.hs
Ganeti/HTools/Text.hs
+1
-1
1 addition, 1 deletion
Ganeti/HTools/Text.hs
with
2 additions
and
2 deletions
Ganeti/HTools/Rapi.hs
+
1
−
1
View file @
a8946537
...
@@ -83,7 +83,7 @@ parseNode a = do
...
@@ -83,7 +83,7 @@ parseNode a = do
dtotal
dfree
(
offline
||
drained
))
dtotal
dfree
(
offline
||
drained
))
return
(
name
,
node
)
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
))
->
IO
(
Result
(
Node
.
AssocList
,
Instance
.
AssocList
))
loadData
master
=
do
-- IO monad
loadData
master
=
do
-- IO monad
let
url
=
formatHost
master
let
url
=
formatHost
master
...
...
This diff is collapsed.
Click to expand it.
Ganeti/HTools/Text.hs
+
1
−
1
View file @
a8946537
{-| Parsing data from text-files
{-| Parsing data from text-files
This module holds the code for loading the cluster state from text
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.
-}
-}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment