Commit cd44d96b authored by Kevin Wolf's avatar Kevin Wolf
Browse files

blockjob: Update block-job-pause/resume documentation



Commit 0ec4dfb8 changed block-job_pause/resume so that they return an
error if they don't do anything because the job is already
paused/running. It forgot to update the documentation, so do that now.

Signed-off-by: default avatarKevin Wolf <kwolf@redhat.com>
Reviewed-by: default avatarEric Blake <eblake@redhat.com>
Reviewed-by: default avatarJohn Snow <jsnow@redhat.com>
parent 169926dc
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -2338,8 +2338,7 @@
#
# This command returns immediately after marking the active background block
# operation for pausing.  It is an error to call this command if no
# operation is in progress.  Pausing an already paused job has no cumulative
# effect; a single block-job-resume command will resume the job.
# operation is in progress or if the job is already paused.
#
# The operation will pause as soon as possible.  No event is emitted when
# the operation is actually paused.  Cancelling a paused job automatically
@@ -2363,7 +2362,7 @@
#
# This command returns immediately after resuming a paused background block
# operation.  It is an error to call this command if no operation is in
# progress.  Resuming an already running job is not an error.
# progress or if the job is not paused.
#
# This command also clears the error status of the job.
#