Google Code Exporter

Results 11117 issues of Google Code Exporter

``` What steps will reproduce the problem? 1. Start python console 2. Load pysphere module 3. Create pysphere instance and connect to ESXi server (successful) 4. create vm instance using...

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem? class AEsxiServer(object): def __init__(self, servername, password, username='root'): self.servername = servername self.username = username self.password = password self.vmlist = [] self.vmstatusdict = {} self.vmmaclist...

Priority-Medium
Type-Defect
auto-migrated

``` The current API does not include the GuestDiskInfo data as described in http://www.vmware.com/support/developer/vc-sdk/visdk41pubs/ApiReference/ The attached patch adds them. I'm happy to rename the property or a different approach if...

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem? 1. properties = ["summary.targetBalance"] results = s._retrieve_properties_traversal(property_names=properties, obj_type=MORTypes.ClusterComputeResource) for item in results: print "=" * 80 print "MOR:", item.Obj for p in item.PropSet:...

Priority-Medium
Type-Defect
auto-migrated

``` After deleting a disk from a VM, I could not run server.get_vm_by_name This alteration seems to fix this issue. ``` Original issue reported on code.google.com by `[email protected]` on 22...

auto-migrated
Type-Patch

``` What steps will reproduce the problem? 1. server.connect("vmhost","DOMAIN\user","passsword") What is the expected output? What do you see instead? No expected output. pysphere.resources.vi_exception.VIApiException: [InvalidLoginFault]: Cannot complete login due to an...

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem? Unknown. Problem happens randomly on 10% of the VM guests. What is the expected output? What do you see instead? What version of...

Priority-Medium
Type-Defect
auto-migrated

``` Was able to log in to ESXi and find the VM by name, then any attempts to log in to the VM fail. I am able to connect and...

Priority-Medium
Type-Defect
auto-migrated

``` We are using vCenter 5.0 and our team has created many templates from which VM's are deployed. I would like to know if pysphere can be used to automate...

Priority-Medium
Type-Defect
auto-migrated

``` One important part of maintaining snapshots on modern vSphere is consolidating disks. pysphere should support this. Related VMWare docs http://pubs.vmware.com/vsphere-51/index.jsp?topic=%2Fcom.vmware.wssdk.apiref.doc %2Fvim.VirtualMachine.html ``` Original issue reported on code.google.com by `[email protected]`...

Priority-Medium
Type-Defect
auto-migrated