]> git.ipfire.org Git - thirdparty/libvirt.git/commit
esx: Support folders in the path of vpx:// connection URIs
authorMatthias Bolte <matthias.bolte@googlemail.com>
Tue, 1 Nov 2011 16:12:37 +0000 (17:12 +0100)
committerMatthias Bolte <matthias.bolte@googlemail.com>
Tue, 1 Nov 2011 17:45:42 +0000 (18:45 +0100)
commit23247a1efd9ab41204e434aaf6798b7f807c4c31
tree9e0237a96fd266250a73bb6ae58f5e26141947a0
parent5759a5ccb5c43b1da2c44bd6b15300c076b551c7
esx: Support folders in the path of vpx:// connection URIs

Allow the datacenter and compute resource parts of the path
to be prefixed with folders. Therefore, the way the path is
parsed has changed. Before, it was split in 2 or 3 items and
the items' meanings were determined by their positions. Now
the path can have 2 or more items and the the vCenter server
is asked whether a folder, datacenter of compute resource
with the specified name exists at the current hierarchy level.

Before the datacenter and compute resource lookup automatically
traversed folders during lookup. This is logic got removed
and folders have to be specified explicitly.

The proper datacenter path including folders is now used when
accessing a datastore over HTTPS. This makes virsh dumpxml
and define work for datacenters in folders.

https://bugzilla.redhat.com/show_bug.cgi?id=732676
docs/drvesx.html.in
src/esx/esx_driver.c
src/esx/esx_util.c
src/esx/esx_util.h
src/esx/esx_vi.c
src/esx/esx_vi.h
src/esx/esx_vi_generator.input