search for: storange

Displaying 3 results from an estimated 3 matches for "storange".

Did you mean: storage
2018 Jul 05
2
[PATCH v2] v2v: rhv plugin - find suitable host
....data_centers_service().list( + search='storage=%s' % storage_name, + case_sensitive=False, + ) + if len(data_centers) == 0: + # The storage domain is not attached to a datacenter + # (shouldn't happen, would fail on disk creation). + debug("storange domain (%s) is not attached to a DC" % storage_name) + return None + + datacenter = data_centers[0] + debug("datacenter = %s" % datacenter.name) + + hosts_service = system_service.hosts_service() hosts = hosts_service.list( - search="hw_id=%s" %...
2018 Jul 05
0
Re: [PATCH v2] v2v: rhv plugin - find suitable host
...+ search='storage=%s' % storage_name, > + case_sensitive=False, > + ) > + if len(data_centers) == 0: > + # The storage domain is not attached to a datacenter > + # (shouldn't happen, would fail on disk creation). > + debug("storange domain (%s) is not attached to a DC" % > storage_name) > + return None > + > + datacenter = data_centers[0] > + debug("datacenter = %s" % datacenter.name) > + > + hosts_service = system_service.hosts_service() > hosts = hosts_service.list(...
2019 Nov 17
23
[PATCH 00/18] rvh-upload: Various fixes and cleanups
This series extract oVirt SDK and imageio code to make it eaiser to follow the code and improve error handing in open() and close(). The first small patches can be consider as fixes for downstream. Tested based on libguestfs v1.41.5, since I had trouble building virt-v2v and libguestfs from master. Nir Soffer (18): rhv-upload: Remove unused exception class rhv-upload: Check status more