-
Notifications
You must be signed in to change notification settings - Fork 474
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
17220 FIX cmk-update-config: No Default in Conflict Mode 'ask'
This commit squashes the changes with ID: Ib5d7e5f510a2081dbddd14bfab445812e361169e Ibf29461625004370a0bed207ca315a09c191c29d I4e846d10200ecbbb21bc9e9587f643c07e9ef4c1 I06751b29f2b7ff46fbe8230e58fc4ca421ea2cc7 CMK-20944 CMK-20945 SUP-21895 Change-Id: I62d826a849b1b2aadc168bf4be0f4ec634dbe923
- Loading branch information
1 parent
6fea1dd
commit a47bd87
Showing
7 changed files
with
177 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
[//]: # (werk v2) | ||
# cmk-update-config: No Default in Conflict Mode 'ask' | ||
|
||
key | value | ||
---------- | --- | ||
date | 2025-01-08T10:23:54+00:00 | ||
version | 2.3.0p25 | ||
class | fix | ||
edition | cre | ||
component | omd | ||
level | 1 | ||
compatible | yes | ||
|
||
This change affects the update process (either using `cmk-update-config` or `omd update`). | ||
Sites may have configuration, MKPs and other local files, which are incompatible with the version targeted by omd update. | ||
If such a problem occurs, then the user may be prompted for input. | ||
In the past, if the user typed any input other than `c`, `continue`, `d`, `disable`, then the update would be aborted. | ||
This would lead to an aborted update in case of simple typos such as `contnue`. | ||
With this Werk, the update only accepts the following for input strings: `a`, `abort`, `c`, `continue`, `d`, `disable`. | ||
If anything else is typed, then the user will be prompted repeatedly until some valid input is provided. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.