Project

General

Profile

Bug #19993

Updated by David Zafman almost 7 years ago

 
 On Ubuntu 14.04.4 LTS after using install_deps.sh and removing and using do_cmake.sh from scratch 

 Added in 3fa8bb1219052429cf0c4fe56dfc7baf39ba1d5c Apr 25 

 <pre> 

 /home/dzafman/ceph/qa/workunits/ceph-helpers.sh:401: run_mon:    ceph osd pool delete rbd rbd --yes-i-really-really-mean-it 
 *** DEVELOPER MODE: setting PATH, PYTHONPATH and LD_LIBRARY_PATH *** 
 Traceback (most recent call last): 
   File "/home/dzafman/ceph/build/bin/ceph", line 126, in <module> 
     from ceph_daemon import DaemonWatcher, admin_socket 
   File "/home/dzafman/ceph/src/pybind/ceph_daemon.py", line 21, in <module> 
     from prettytable import PrettyTable, HEADER 
 ImportError: No module named prettytable 
 /home/dzafman/ceph/qa/workunits/ceph-helpers.sh:401: run_mon:    return 1 
 
	 ERROR: InvocationError: '/src/ceph/src/ceph-disk/tests/ceph-disk.sh' 
 
	 ___________________________________ summary ____________________________________ 
 
	   flake8: commands succeeded 
 
	 ERROR:     py27: commands failed 
 
	 /home/dzafman/ceph/qa/workunits/ceph-helpers.sh:1696: main:    return 1 
 
	 <end of output> 
 </pre>

Back