Status: Accepted
Owner: ----

New issue 413 by [email protected]: QA instance-rename fails for non-LVM disk-templates
http://code.google.com/p/ganeti/issues/detail?id=413

What steps will reproduce the problem?
1. Run QA with file disk-templates enabled

What is the expected output? What do you see instead?

---- 2013-04-05 17:11:50.970781 time=0:00:14.411483 gnt-instance rename
Traceback (most recent call last):
  File "./ganeti-qa.py", line 781, in <module>
    main()
File "/buildbot/qa-kvm/qa-kvm-quick/build/ganeti/rapi/client.py", line 245, in wrapper
    return fn(*args, **kwargs)
  File "./ganeti-qa.py", line 776, in main
    RunQa()
  File "./ganeti-qa.py", line 690, in RunQa
    RunInstanceTests()
  File "./ganeti-qa.py", line 604, in RunInstanceTests
    RunCommonInstanceTests(instance)
  File "./ganeti-qa.py", line 297, in RunCommonInstanceTests
    rename_source, rename_target)
  File "./ganeti-qa.py", line 91, in RunTest
    retval = fn(*args, **kwargs)
File "/buildbot/qa-kvm/qa-kvm-quick/build/qa/qa_utils.py", line 707, in wrapper
    result = fn(*args, **kwargs)
File "/buildbot/qa-kvm/qa-kvm-quick/build/qa/qa_instance.py", line 423, in TestInstanceRenameAndBack
    AssertCommand(tags_cmd + rename_target, node=node, fail=False)
File "/buildbot/qa-kvm/qa-kvm-quick/build/qa/qa_utils.py", line 192, in AssertCommand
    _AssertRetCode(rcode, fail, cmdstr, nodename)
File "/buildbot/qa-kvm/qa-kvm-quick/build/qa/qa_utils.py", line 162, in _AssertRetCode
    (cmdstr, nodename, rcode))
qa_error.Error: Command 'lvs -o tags --noheadings | grep INSTANCE_NAME' on node NODE_NAME failed, exit code 1

(all-caps text should be substituted with the actual names)

Either the appropriate check is run for non-LVM instances --if applicable--, or tags should be checked only for LVM instances.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

Reply via email to