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
17621a25
Commit
17621a25
authored
Jul 28, 2008
by
Michael Hanselmann
Browse files
Make “gnt-debug delay” work again
The old API is no longer working. Reviewed-by: ultrotter
parent
fae737ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/gnt-debug
View file @
17621a25
...
...
@@ -44,10 +44,8 @@ def Delay(opts, args):
op
=
opcodes
.
OpTestDelay
(
duration
=
delay
,
on_master
=
opts
.
on_master
,
on_nodes
=
opts
.
on_nodes
)
SubmitOpCode
(
op
)
job
=
opcodes
.
Job
(
op_list
=
[
op
])
jid
=
SubmitJob
(
job
)
print
"Job id"
,
jid
return
0
...
...
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