Hi, I am working on this issue [1] where I need to make sure that ceph_volume_client.py is py3 compatible. I've figured how to get py3 compatible libraries built for libcephfs and librados. Next: I need to test for ceph_volume_client.py locally using python3. I know how to do this using python2 but not for python3. Running the command same as python2 gives me an error - $ python3 ../qa/tasks/vstart_runner.py --interactive --create tasks.cephfs.test_volume_client File "../qa/tasks/vstart_runner.py", line 107 print "Using guessed paths {0} {1}".format(ld_path, python_paths) ^ SyntaxError: invalid syntax Should I first proceed to make vstart_runner.py py3 compatible? Or steps for python3 are totally different? Thanks, Rishabh [1] http://tracker.ceph.com/issues/17230 -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html