]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/cephadm: Trailing whitespace (W291)
authorMichael Fritch <mfritch@suse.com>
Thu, 28 Jan 2021 02:42:33 +0000 (19:42 -0700)
committerSebastian Wagner <sebastian.wagner@suse.com>
Tue, 23 Feb 2021 09:58:23 +0000 (10:58 +0100)
Signed-off-by: Michael Fritch <mfritch@suse.com>
(cherry picked from commit 8e093a5993dac6ce77efb7fd9ada1671e249b475)

src/pybind/mgr/cephadm/inventory.py
src/pybind/mgr/cephadm/module.py
src/pybind/mgr/tox.ini

index 5e2f81759ffed2c2820b831de108a492a8307e6e..2074bb1462ec1739be54433b1e05c3cce3038ccd 100644 (file)
@@ -199,14 +199,14 @@ class HostCache():
 
     4. `last_etc_ceph_ceph_conf` O(hosts)
 
-    Stores the last refresh time for the /etc/ceph/ceph.conf. Used 
+    Stores the last refresh time for the /etc/ceph/ceph.conf. Used
     to avoid deploying new configs when failing over to a new mgr.
 
     5. `scheduled_daemon_actions`: O(daemons)
 
     Used to run daemon actions after deploying a daemon. We need to
     store it persistently, in order to stay consistent across
-    MGR failovers.   
+    MGR failovers.
     """
 
     def __init__(self, mgr):
index 9125905a675bfebdd1eb885cfe7b6e925c4967ad..9ac1297bad65581e0c9eaa84fd766eb7b8a88448 100644 (file)
@@ -1333,7 +1333,7 @@ class CephadmOrchestrator(orchestrator.Orchestrator, MgrModule,
 
         Placing a host into maintenance disables the cluster's ceph target in systemd
         and stops all ceph daemons. If the host is an osd host we apply the noout flag
-        for the host subtree in crush to prevent data movement during a host maintenance 
+        for the host subtree in crush to prevent data movement during a host maintenance
         window.
 
         :param hostname: (str) name of the host (must match an inventory hostname)
@@ -1402,7 +1402,7 @@ class CephadmOrchestrator(orchestrator.Orchestrator, MgrModule,
         """Exit maintenance mode and return a host to an operational state
 
         Returning from maintnenance will enable the clusters systemd target and
-        start it, and remove any noout that has been added for the host if the 
+        start it, and remove any noout that has been added for the host if the
         host has osd daemons
 
         :param hostname: (str) host name
index 038fcc42c81961b40721a29f004ddcb240a98e5b..995e8f92d0a60771c70b6d6de20ee8d7ecd371ab 100644 (file)
@@ -15,7 +15,6 @@ ignore =
     F401,
     F811,
     F841,
-    W291,
     W503,
     W504,
 exclude =