Project

General

Profile

Actions

Bug #9231

closed

teuthology-lock for VMs reports index error

Added by Tamilarasi muthamizhan over 9 years ago. Updated over 9 years ago.

Status:
Resolved
Priority:
High
Assignee:
-
Category:
-
% Done:

0%

Source:
other
Tags:
Backport:
Regression:
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Crash signature (v1):
Crash signature (v2):

Description

tried to lock 2 VMs. while it seems to have created VMs, it also reports error,

    ubuntu@teuthology:~/src/teuthology$ ./virtualenv/bin/teuthology-lock --lock-many 2 --machine-type vps --os-type 'ubuntu' --os-version '12.04' --owner tamil@tamil-VirtualBox
    2014-08-25 16:31:40,875.875 INFO:teuthology.provision:Downburst completed on vpm114.front.sepia.ceph.com: INFO:requests.packages.urllib3.connectionpool:Starting new HTTP connection (1): ceph.com

    2014-08-25 16:31:42,589.589 INFO:teuthology.provision:Downburst completed on vpm026.front.sepia.ceph.com: INFO:requests.packages.urllib3.connectionpool:Starting new HTTP connection (1): ceph.com

    Traceback (most recent call last):
      File "./virtualenv/bin/teuthology-lock", line 9, in <module>
        load_entry_point('teuthology==0.0.1', 'console_scripts', 'teuthology-lock')()
      File "/home/ubuntu/src/teuthology/scripts/lock.py", line 16, in main
        teuthology.lock.main(parse_args())
      File "/home/ubuntu/src/teuthology/teuthology/lock.py", line 188, in main
        for name in result.keys()]
    IndexError: list index out of range

Also, when tried to ssh into these machines from teuthology server [as I dont have downburst set up on my local machine], it reports error,

ubuntu@teuthology:~/src/teuthology$ ssh ubuntu@vpm026.front.sepia.ceph.com
ssh: Could not resolve hostname vpm026.front.sepia.ceph.com: Name or service not known
ubuntu@teuthology:~/src/teuthology$ ssh ubuntu@vpm114.front.sepia.ceph.comssh: Could not resolve hostname vpm114.front.sepia.ceph.com: Name or service not known

Actions

Also available in: Atom PDF