From 96bebc69f9a3a56cb9b3794d1995c3d8d17450c6 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Thu, 26 Feb 2015 11:33:47 -0500 Subject: [PATCH] add the log object to ceph_manager Signed-off-by: Alfredo Deza (cherry picked from commit f7c1ca4a1e23b03ecf86d5e67d563f95b3a82f99) Conflicts: tasks/ceph_manager.py lines shifted but nothing significant changed --- tasks/ceph_manager.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tasks/ceph_manager.py b/tasks/ceph_manager.py index 484c4bcecd659..8256c2220c9d2 100644 --- a/tasks/ceph_manager.py +++ b/tasks/ceph_manager.py @@ -6,12 +6,14 @@ import random import time import gevent import json +import logging import threading import os from teuthology import misc as teuthology from tasks.scrub import Scrubber from teuthology.orchestra.remote import Remote -import subprocess + +log = logging.getLogger(__name__) def make_admin_daemon_dir(ctx, remote): """ -- 2.39.5