From: Jeff Layton Date: Thu, 17 Jan 2019 15:12:59 +0000 (-0500) Subject: SQUASH: comment fix X-Git-Tag: v14.1.0~352^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=54ebedcfaf2da4c19ceb21dde5b63628c1e97b44;p=ceph.git SQUASH: comment fix Signed-off-by: Jeff Layton --- diff --git a/src/pybind/mgr/orchestrator.py b/src/pybind/mgr/orchestrator.py index 87f604287bf..8286172f297 100644 --- a/src/pybind/mgr/orchestrator.py +++ b/src/pybind/mgr/orchestrator.py @@ -411,7 +411,7 @@ class ServiceDescription(object): # in parallel. This tag refers to a group of daemons as a whole. # # For instance, a cluster of mds' all service the same fs, and they - # will all have the same service_group (which may be the + # will all have the same service value (which may be the # Filesystem name in the FSMap). # # Single-instance services should leave this set to None