[Yahoo-eng-team] [Bug 1200253] Re: vmwareapi get_datastore_ref_and_name needs to be broken up into get_shared_datastores and get_local_datastores

2013-10-28 Thread Shawn Hartsock
** Changed in: nova Status: Incomplete => Invalid ** Changed in: nova Status: Invalid => Opinion -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1200253 Titl

[Yahoo-eng-team] [Bug 1171930] Re: vsphere driver hardcoded to only use first datastore in cluster

2013-10-28 Thread Shawn Hartsock
Is this still a valid concern after this:( https://review.openstack.org/#/c/52815/1/nova/virt/vmwareapi/vm_util.py ) merged? ** Changed in: nova Status: In Progress => Incomplete ** Changed in: nova Status: Incomplete => Opinion -- You received this bug notification because you ar

[Yahoo-eng-team] [Bug 1257038] Re: VMware: instance names can be edited, breaks nova-driver lookup

2013-12-03 Thread Shawn Hartsock
** Changed in: nova Importance: Undecided => Medium ** Changed in: nova Milestone: None => icehouse-2 ** Also affects: openstack-vmwareapi-team Importance: Undecided Status: New ** Changed in: openstack-vmwareapi-team Status: New => In Progress ** Changed in: openstack-v

[Yahoo-eng-team] [Bug 1209090] Re: create VM instances failed by vmwareapi.VCDriver

2013-12-06 Thread Shawn Hartsock
** Changed in: nova Status: Incomplete => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1209090 Title: create VM instances failed by vmwareapi.VCDriver

[Yahoo-eng-team] [Bug 1260075] Re: VMware: NotAuthenticated occurred in the call to RetrievePropertiesEx

2013-12-12 Thread Shawn Hartsock
Marked High because this impacts the CI environment we use to approve other patches. If not for that context, I would mark this Medium. ** Changed in: nova Status: New => Confirmed ** Changed in: nova Importance: Undecided => High ** Changed in: nova Assignee: (unassigned) => Saba

[Yahoo-eng-team] [Bug 1260876] [NEW] VMware Soft Reboot not honored

2013-12-13 Thread Shawn Hartsock
Public bug reported: When a soft reboot is requested by the user, the VMware driver issues a hard boot instead. ** Affects: nova Importance: Undecided Assignee: Shawn Hartsock (hartsock) Status: New ** Tags: vmware -- You received this bug notification because you are a

[Yahoo-eng-team] [Bug 1250680] Re: vmware: Rebooting a powered off instance puts instance in error state

2013-12-13 Thread Shawn Hartsock
This is not a valid use case. https://github.com/openstack/nova/blob/e9627002bd3df5c24fac5f0302ab683b31b4ddd6/nova/compute/api.py#L1955 Makes the action of rebooting a VM that is powered off an illegal action. ** Description changed: Steps to reproduce: 1. Launch an instance 2. Shutdown in

[Yahoo-eng-team] [Bug 1265512] Re: VMware: unnecesary session termination

2014-01-08 Thread Shawn Hartsock
** Also affects: openstack-vmwareapi-team Importance: Undecided Status: New ** Changed in: openstack-vmwareapi-team Status: New => In Progress ** Changed in: openstack-vmwareapi-team Importance: Undecided => Critical -- You received this bug notification because you are a me

[Yahoo-eng-team] [Bug 1260876] Re: VMware Soft Reboot not honored

2014-01-10 Thread Shawn Hartsock
The vmware driver behavior currently conforms to new API standards. ** Changed in: nova Status: Confirmed => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bug

[Yahoo-eng-team] [Bug 1278149] Re: VMware: InstanceNotRescuable hit during rescue tempest tests

2014-02-19 Thread Shawn Hartsock
** Also affects: openstack-vmwareapi-team Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1278149 Title: VMware: InstanceNotRe

[Yahoo-eng-team] [Bug 1262288] Re: ignored VimFaultException showing up in nova unit test logs

2014-02-21 Thread Shawn Hartsock
/ ** Changed in: nova Assignee: (unassigned) => Shawn Hartsock (hartsock) ** Changed in: nova Milestone: None => icehouse-3 ** Changed in: nova Importance: Low => Critical ** Changed in: nova Importance: Critical => High ** Also affects: openstack-vmwareapi-team Importanc

[Yahoo-eng-team] [Bug 1284312] Re: vmware driver races to create instance images

2014-02-24 Thread Shawn Hartsock
** Also affects: openstack-vmwareapi-team Importance: Undecided Status: New ** Changed in: openstack-vmwareapi-team Importance: Undecided => Critical -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (

[Yahoo-eng-team] [Bug 1287884] [NEW] VMware: VimException __str__ attempts to concatenate string to list

2014-03-04 Thread Shawn Hartsock
lf.format(record) File "/usr/lib/python2.7/logging/__init__.py", line 723, in format return fmt.format(record) File "/usr/lib/python2.7/logging/__init__.py", line 464, in format record.message = record.getMessage() File "/usr/lib/python2.7/logging/__init__.py&quo

[Yahoo-eng-team] [Bug 1289627] [NEW] VMware NoPermission faults do not log what permission was missing

2014-03-07 Thread Shawn Hartsock
Public bug reported: NoPermission object has a privilegeId that tells us which permission the user did not have. Presently the VMware nova driver does not log this data. This is very useful for debugging user permissions problems on vCenter or ESX. http://pubs.vmware.com/vsphere-55/index.jsp#com.

[Yahoo-eng-team] [Bug 1290807] Re: Resize on vCenter failed becausee of _VM_REFS_CACHE

2014-03-12 Thread Shawn Hartsock
** Changed in: nova Milestone: None => icehouse-rc1 ** Also affects: openstack-vmwareapi-team Importance: Undecided Status: New ** Changed in: openstack-vmwareapi-team Status: New => In Progress ** Changed in: openstack-vmwareapi-team Importance: Undecided => Critical **

[Yahoo-eng-team] [Bug 1292583] [NEW] VMware: nova nodes crash on 503 errors, control of vSphere infrastructure completely lost

2014-03-14 Thread Shawn Hartsock
ACE nova.virt.vmwareapi.driver VimException: Exception in RetrieveServiceContent : (503, u'Service Unavailable') 2014-03-14 08:55:06.581 TRACE nova.virt.vmwareapi.driver All administrative control of the cloud is temporarily lost for a timespan of up to 30 minutes. ** Affects: nova

[Yahoo-eng-team] [Bug 1171254] Re: vmware + vlan manager raises exception

2013-04-24 Thread Shawn Hartsock
Duplicate of #1171376 ** Changed in: nova Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1171254 Title: vmware + vlan manager raises excep

[Yahoo-eng-team] [Bug 1104937] Re: Update Resource Details not implemented in vmware for ESX as hypervisor

2013-05-28 Thread Shawn Hartsock
At the moment I think this is spam. In the last month nobody has been able to reproduce, demonstrate, or comprehend the bug. ** Changed in: nova Status: Incomplete => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 1104967] Re: Image Caching not implemented in nova for ESXi hypervisor

2013-05-28 Thread Shawn Hartsock
** Changed in: nova Status: Incomplete => Invalid ** Changed in: nova Assignee: Sirisha Guduru (guduru-sirisha) => (unassigned) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.lau

[Yahoo-eng-team] [Bug 1187868] Re: vmwareapi.VMwareVCDriver: problem with creating instance

2013-06-11 Thread Shawn Hartsock
* You are reporting more than one bug at a time ** look at https://bugs.launchpad.net/nova/+bug/1184807 ** look at https://bugs.launchpad.net/nova/+bug/1180471 * Make the bug description more descriptive. * CopyVirtualDisk_Task is included in the vCenter SDK and works with OpenStack in our produc

[Yahoo-eng-team] [Bug 1074219] Re: Can not launch instance by nova with ESXi backend, image can not be uploaded to datastore

2013-06-11 Thread Shawn Hartsock
** Changed in: nova Status: Incomplete => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1074219 Title: Can not launch instance by nova with ESXi backend,

[Yahoo-eng-team] [Bug 1189585] Re: VNC default password for vmwareapi is bad

2013-07-10 Thread Shawn Hartsock
Okay. This bug is scrapped. ** Changed in: nova Status: In Progress => Won't Fix ** Changed in: nova Milestone: havana-2 => None -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.la

[Yahoo-eng-team] [Bug 1199754] Re: vmware: unable to read console output

2013-07-26 Thread Shawn Hartsock
** Changed in: nova Status: New => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1199754 Title: vmware: unable to read console output Status in OpenSt

[Yahoo-eng-team] [Bug 1195139] Re: vmware Hyper doesn't report hypervisor version correctly to database

2013-07-31 Thread Shawn Hartsock
I've opened this bug instead: https://bugs.launchpad.net/nova/+bug/1207058 I would rather the database table definition were changed to match working data types. ** Changed in: nova Status: In Progress => Won't Fix -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1105032] Re: VMwareAPI driver can only use the 0th resource pool

2013-08-27 Thread Shawn Hartsock
Several driver design issues around resource pools should be covered in this refactor: * https://blueprints.launchpad.net/nova/+spec/vmware-resource-pool-refactor ** Changed in: nova Status: In Progress => Won't Fix ** Changed in: nova Importance: High => Wishlist -- You received thi

[Yahoo-eng-team] [Bug 1217716] Re: VMware: unable to boot an instance from .vmdk on ESX 5.1 host

2013-09-25 Thread Shawn Hartsock
** Changed in: nova Status: Incomplete => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1217716 Title: VMware: unable to boot an instance from .vmdk on E