summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSage Weil <sage@inktank.com>2013-03-22 10:09:55 -0700
committerSage Weil <sage@inktank.com>2013-04-26 13:40:05 -0700
commit02d48351f73330917185d8980f8ad123b99138b5 (patch)
tree4b935274e33118563b60da24e12d9853f53989fe
parente92baf5081a43ff3290eb934612a11fbed946469 (diff)
downloadceph-02d48351f73330917185d8980f8ad123b99138b5.tar.gz
ceph-disk: re-add python 2.7 dependency comment
FIXME! Signed-off-by: Sage Weil <sage@inktank.com> (cherry picked from commit 6d63752c8fde91cdab306d1ca689690b269fe977)
-rwxr-xr-xsrc/ceph-disk1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ceph-disk b/src/ceph-disk
index 7804021580a..81dbd840cc9 100755
--- a/src/ceph-disk
+++ b/src/ceph-disk
@@ -335,6 +335,7 @@ def get_osd_id(path):
return osd_id
+# TODO depend on python2.7
def _check_output(*args, **kwargs):
process = subprocess.Popen(
stdout=subprocess.PIPE,