Advertisement
Guest User

Untitled

a guest
Nov 30th, 2015
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1.  
  2. Traceback (most recent call last):
  3. File "/export/apps/ceph/ceph_ng/add_hosts_to_conf.py", line 234, in <module>
  4. main()
  5. File "/export/apps/ceph/ceph_ng/add_hosts_to_conf.py", line 214, in main
  6. _config.extend(add_osds())
  7. File "/export/apps/ceph/ceph_ng/add_hosts_to_conf.py", line 149, in add_osds
  8. assert len(result) > 0
  9. AssertionError
  10. Traceback (most recent call last):
  11. File "/export/apps/ceph/ceph_ng/rsize_pool_pgs.py", line 158, in <module>
  12. main()
  13. File "/export/apps/ceph/ceph_ng/rsize_pool_pgs.py", line 154, in main
  14. resize(pool)
  15. File "/export/apps/ceph/ceph_ng/rsize_pool_pgs.py", line 121, in resize
  16. _calc_size = calc_dest_size(pool)
  17. File "/export/apps/ceph/ceph_ng/rsize_pool_pgs.py", line 111, in calc_dest_size
  18. dst_size = round_2_pow(count_osds() * 50)
  19. File "/export/apps/ceph/ceph_ng/rsize_pool_pgs.py", line 29, in round_2_pow
  20. return int(pow(2,round(log(num,2))))
  21. ValueError: math domain error
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement