From: Sage Weil Date: Tue, 26 Mar 2013 22:26:17 +0000 (-0700) Subject: osd: fix 'activate ...' debug print X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=7afb866e858a4933ace8c3a1750edb6e81d8942d;p=ceph-deploy.git osd: fix 'activate ...' debug print Signed-off-by: Sage Weil --- diff --git a/ceph_deploy/osd.py b/ceph_deploy/osd.py index 4ee57b1..a280ef9 100644 --- a/ceph_deploy/osd.py +++ b/ceph_deploy/osd.py @@ -163,7 +163,7 @@ def prepare(args, cfg, activate_prepared_disk): LOG.debug('Host %s is now ready for osd use.', hostname) LOG.debug('Preparing host %s disk %s journal %s activate %s', - hostname, disk, journal, activate) + hostname, disk, journal, activate_prepared_disk) prepare_disk_r = sudo.compile(prepare_disk) prepare_disk_r(