diff options
author | Patrick Donnelly <pdonnell@redhat.com> | 2024-04-23 16:22:00 +0200 |
---|---|---|
committer | Patrick Donnelly <pdonnell@redhat.com> | 2024-04-29 18:22:26 +0200 |
commit | 8ac4bbc682b2e77a6402c10eca821b1c7412d631 (patch) | |
tree | 1ce875f22e9b9463f02a367a45d331a53fd8ef19 /qa/mon_election | |
parent | pybind/mgr: add killpoint for sqlite3 database setup (diff) | |
download | ceph-8ac4bbc682b2e77a6402c10eca821b1c7412d631.tar.xz ceph-8ac4bbc682b2e77a6402c10eca821b1c7412d631.zip |
qa: add missing terminating newline
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Diffstat (limited to 'qa/mon_election')
-rw-r--r-- | qa/mon_election/classic.yaml | 2 | ||||
-rw-r--r-- | qa/mon_election/connectivity.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/qa/mon_election/classic.yaml b/qa/mon_election/classic.yaml index 7ccd9983099..7dbbb1f09ce 100644 --- a/qa/mon_election/classic.yaml +++ b/qa/mon_election/classic.yaml @@ -2,4 +2,4 @@ overrides: ceph: conf: global: - mon election default strategy: 1
\ No newline at end of file + mon election default strategy: 1 diff --git a/qa/mon_election/connectivity.yaml b/qa/mon_election/connectivity.yaml index 3b9f9e26cf4..57f7e3ae8e1 100644 --- a/qa/mon_election/connectivity.yaml +++ b/qa/mon_election/connectivity.yaml @@ -2,4 +2,4 @@ overrides: ceph: conf: global: - mon election default strategy: 3
\ No newline at end of file + mon election default strategy: 3 |