← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1257726] [NEW] VMware: refactor volumeops._get_volume_uuid()

 

Public bug reported:

Recently I have been doing some queries for extraConfig VM options and
found that the most efficient way to retrieve a given property is to do:

session._call_method(vim_util, 'get_dynamic_property', vm_ref,
'VirtualMachine', 'config.extraConfig["some_prop_here"]')

Right now we ask for all extraConfig options and then we iterate over
the result set to find a particular one.

** Affects: nova
     Importance: Undecided
     Assignee: Radoslav Gerganov (rgerganov)
         Status: New


** Tags: vmware

** Changed in: nova
     Assignee: (unassigned) => Radoslav Gerganov (rgerganov)

-- 
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/1257726

Title:
  VMware: refactor volumeops._get_volume_uuid()

Status in OpenStack Compute (Nova):
  New

Bug description:
  Recently I have been doing some queries for extraConfig VM options and
  found that the most efficient way to retrieve a given property is to
  do:

  session._call_method(vim_util, 'get_dynamic_property', vm_ref,
  'VirtualMachine', 'config.extraConfig["some_prop_here"]')

  Right now we ask for all extraConfig options and then we iterate over
  the result set to find a particular one.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1257726/+subscriptions


Follow ups

References