]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
src/ceph-daemon: whitespace
authorSage Weil <sage@redhat.com>
Sun, 29 Sep 2019 20:18:23 +0000 (15:18 -0500)
committerSage Weil <sage@redhat.com>
Wed, 2 Oct 2019 12:11:12 +0000 (07:11 -0500)
Signed-off-by: Sage Weil <sage@redhat.com>
src/ceph-daemon

index 924a49be32d55ca766ca480a1248b8fd40c95f21..88c3d35c372724533b0b6d28832e9bfa98d82fae 100755 (executable)
@@ -491,10 +491,11 @@ def command_bootstrap():
               '--clobber',
               '--fsid', fsid,
               '--addv', mon_id, addr_arg,
-              '/tmp/monmap'],
+              '/tmp/monmap'
+        ],
         volume_mounts={
             tmp_monmap.name: '/tmp/monmap:z',
-            },
+        },
     ).run()
 
     # create mon
@@ -511,7 +512,7 @@ def command_bootstrap():
               '-c', '/dev/null',
               '--monmap', '/tmp/monmap',
               '--keyring', '/tmp/keyring',
-              ] + get_daemon_args(fsid, 'mon', mon_id),
+        ] + get_daemon_args(fsid, 'mon', mon_id),
         volume_mounts={
             log_dir: '/var/log/ceph:z',
             mon_dir: '/var/lib/ceph/mon/ceph-%s:z' % (mon_id),