summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSage Weil <sage@inktank.com>2013-03-22 10:09:55 -0700
committerSage Weil <sage@inktank.com>2013-03-22 10:09:55 -0700
commit6d63752c8fde91cdab306d1ca689690b269fe977 (patch)
treeb8b447e48a94c27c424ba04dc46d4a7362a0d938
parentc9157a19467a6690299672c536d767e81a79ded3 (diff)
downloadceph-6d63752c8fde91cdab306d1ca689690b269fe977.tar.gz
ceph-disk: re-add python 2.7 dependency comment
FIXME! Signed-off-by: Sage Weil <sage@inktank.com>
-rwxr-xr-xsrc/ceph-disk1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ceph-disk b/src/ceph-disk
index 1cf8ba96596..28cba37f597 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,