search for: os_

Displaying 6 results from an estimated 6 matches for "os_".

Did you mean: os
2018 Jul 27
1
Preparatory work on virt-v2v -o openstack mode
...to install python3-*client, etc. - For RHV, in RHEL 7 we added a downstream patch which converts the code from Python 3 to Python 2. Of course this will not be needed in other Linux distros. - You must supply a Keystone auth URL using ‘-oc’ (perhaps we will allow this to be overridden by OS_* environment variables). - How will we select "where" the guest is going to go? eg. What region, what Cinder storage pool, etc. (And other things that may be relevant which I don't even know to ask). - Unclear on how auth will work, so I just assumed username/password for no...
2016 Feb 16
3
[PATCH 0/2] v2v: glance: Allow Glance backend to import multiple disks
This patch series lifts the previous restriction that virt-v2v would refuse to convert a guest to Glance that had more than one disk. The first patch is just better documentation for the Glance output mode. The second patch contains the change (best viewed with 'git diff -w' since it is mostly a whitespace change). virt-v2v -o glance will now create multiple disks called: - guestname
2018 Aug 29
2
[PATCH 0/2] v2v: Add -o openstack target.
...in a conversion appliance running on top of OpenStack. And you must supply the name or UUID of this appliance to virt-v2v using the ‘-oo server-id=NAME|UUID’ parameter. (See the manual for more details) (2) Virt-v2v will use the same environment variables as the openstack command line tool (eg. OS_USERNAME, OS_PASSWORD etc). You can also supply the same authentication data on the command line using ‘-oo os-username=NAME’ etc. (3) There is no definitive list of authentication parameters consumed by OpenStack, *and any wrapper software around virt-v2v should not assume one*. It should be abl...
2018 Aug 30
3
[PATCH v2 0/2] v2v: Add -o openstack target.
v1 was here: https://www.redhat.com/archives/libguestfs/2018-August/thread.html#00287 v2: - The -oa option now gives an error; apparently Cinder cannot generally control sparse/preallocated behaviour, although certain Cinder backends can. - The -os option maps to Cinder volume type; suggested by Matt Booth. - Add a simple test.
2018 Nov 02
2
[PATCH v2 0/2] v2v: Split up huge manual page into smaller pages.
Previously posted: https://www.redhat.com/archives/libguestfs/2018-November/msg00000.html https://www.redhat.com/archives/libguestfs/2018-November/msg00001.html This completes the split and rewrite of the virt-v2v manual to make it much simpler to understand and digest. Rich.
2018 Nov 01
1
[PATCH UNFINISHED] v2v: Split up huge manual page into smaller pages.
This patch is incomplete, but early feedback would be welcome. Rich.