You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
(intermittent issue)
1. Create a linked clone
2. Disconnect VIServer session
3. Use linked clone for a while
4. Reconnect VIServer session to VCenter host
5. Call linked_clone_vm.is_powered_on()
What is the expected output? What do you see instead?
Expect to get "powered on" state. Instead, I get an exception.
What version of the product are you using? On what operating system?
pysphere-0.1.8-py2.7 on Ubuntu 12.04
Please provide any additional information below.
Here's the stack trace:
File "/var/lib/jenkins/workspace/dev_builds/arch/amd64/systemtest/src/meta/systemtest/build_tasks.py", line 353, in create_snapshot
if vm.is_powered_on():
File "/var/lib/jenkins/workspace/dev_builds/arch/amd64/eggs/pysphere-0.1.8-py2.7.egg/pysphere/vi_virtual_machine.py", line 331, in is_powered_on
return self.get_status() == VMPowerState.POWERED_ON
File "/var/lib/jenkins/workspace/dev_builds/arch/amd64/eggs/pysphere-0.1.8-py2.7.egg/pysphere/vi_virtual_machine.py", line 218, in get_status
properties = oc_vm_status_msg.PropSet
File "/var/lib/jenkins/workspace/dev_builds/arch/amd64/eggs/pysphere-0.1.8-py2.7.egg/pysphere/ZSI/generate/pyclass.py", line 160, in get
return getattr(self, what().aname)
AttributeError: 'DynamicData_Holder' object has no attribute '_propSet'
I'm happy to collect further diags if you would find it useful. Any suggestions
for a workaround?
Cheers.
Original issue reported on code.google.com by [email protected] on 29 May 2014 at 5:04
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 29 May 2014 at 5:04The text was updated successfully, but these errors were encountered: