Blame SOURCES/kvm-jobs-fix-stale-wording.patch

1bdc94
From 8fa85725f454d8e727763460dcfa63aaa16b18b2 Mon Sep 17 00:00:00 2001
1bdc94
From: Kevin Wolf <kwolf@redhat.com>
1bdc94
Date: Tue, 26 Jun 2018 09:48:53 +0200
1bdc94
Subject: [PATCH 84/89] jobs: fix stale wording
1bdc94
1bdc94
RH-Author: Kevin Wolf <kwolf@redhat.com>
1bdc94
Message-id: <20180626094856.6924-71-kwolf@redhat.com>
1bdc94
Patchwork-id: 81107
1bdc94
O-Subject: [RHV-7.6 qemu-kvm-rhev PATCH v2 70/73] jobs: fix stale wording
1bdc94
Bugzilla: 1513543
1bdc94
RH-Acked-by: Jeffrey Cody <jcody@redhat.com>
1bdc94
RH-Acked-by: Max Reitz <mreitz@redhat.com>
1bdc94
RH-Acked-by: Fam Zheng <famz@redhat.com>
1bdc94
1bdc94
From: John Snow <jsnow@redhat.com>
1bdc94
1bdc94
During the design for manual completion, we decided not to use the
1bdc94
"manual" property as a shorthand for both auto-dismiss and auto-finalize.
1bdc94
1bdc94
Fix the wording.
1bdc94
1bdc94
Signed-off-by: John Snow <jsnow@redhat.com>
1bdc94
Reviewed-by: Jeff Cody <jcody@redhat.com>
1bdc94
Reviewed-by: Markus Armbruster <armbru@redhat.com>
1bdc94
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
1bdc94
(cherry picked from commit c5b09f3f2c4db32f39ecbde2cf2f78e7a657a85d)
1bdc94
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
1bdc94
Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
1bdc94
---
1bdc94
 qapi/job.json | 11 ++++++-----
1bdc94
 1 file changed, 6 insertions(+), 5 deletions(-)
1bdc94
1bdc94
diff --git a/qapi/job.json b/qapi/job.json
1bdc94
index 17d1003..2264435 100644
1bdc94
--- a/qapi/job.json
1bdc94
+++ b/qapi/job.json
1bdc94
@@ -50,16 +50,17 @@
1bdc94
 #           the last job in a transaction.
1bdc94
 #
1bdc94
 # @pending: The job has finished its work, but has finalization steps that it
1bdc94
-#           needs to make prior to completing. These changes may require
1bdc94
-#           manual intervention by the management process if manual was set
1bdc94
-#           to true. These changes may still fail.
1bdc94
+#           needs to make prior to completing. These changes will require
1bdc94
+#           manual intervention via @job-finalize if auto-finalize was set to
1bdc94
+#           false. These pending changes may still fail.
1bdc94
 #
1bdc94
 # @aborting: The job is in the process of being aborted, and will finish with
1bdc94
 #            an error. The job will afterwards report that it is @concluded.
1bdc94
 #            This status may not be visible to the management process.
1bdc94
 #
1bdc94
-# @concluded: The job has finished all work. If manual was set to true, the job
1bdc94
-#             will remain in the query list until it is dismissed.
1bdc94
+# @concluded: The job has finished all work. If auto-dismiss was set to false,
1bdc94
+#             the job will remain in the query list until it is dismissed via
1bdc94
+#             @job-dismiss.
1bdc94
 #
1bdc94
 # @null: The job is in the process of being dismantled. This state should not
1bdc94
 #        ever be visible externally.
1bdc94
-- 
1bdc94
1.8.3.1
1bdc94