similar to: Redhat v2v

Displaying 20 results from an estimated 10000 matches similar to: "Redhat v2v"

2018 Nov 20
3
[PATCH v3] v2v: -o openstack: Allow -oo insecure (RHBZ#1651432).
A smaller change than v2, we simply generalize the ability to pass through flags to the underlying openstack command, allowing the --insecure flag to be specified directly. Rich.
2019 Apr 03
1
[PATCH] UNTESTED v2v: openstack: Read server-id from metadata service.
Random old patch that I had in my queue. Posting it as a backup, it is still untested. Rich.
2009 Feb 25
3
driver for HP/Compaq T750 ?
Hi, I own a UPS HP T750. Is there a driver for this UPS (either serial or USB)? thx kp
2018 Nov 20
3
[PATCH v4 0/2] v2v: -o openstack: -oo verify-server-certificate=(true|false) (RHBZ#1651432).
The first patch restricts passthrough parameters to ones matching "os-*". This was how it was documented, but not how it was implemented. The second patch is the same as v2 here: https://www.redhat.com/archives/libguestfs/2018-November/msg00187.html Rich.
2005 Apr 04
12
Shorewall site down ?
Is the Shorewall.net down ? Regardless of page I get a "connection refused" - Bill
2011 Mar 31
2
fit.mult.impute() in Hmisc
I tried multiple imputation with aregImpute() and fit.mult.impute() in Hmisc 3.8-3 (June 2010) and R-2.12.1. The warning message below suggests that summary(f) of fit.mult.impute() would only use the last imputed data set. Thus, the whole imputation process is ignored. "Not using a Design fitting function; summary(fit) will use standard errors, t, P from last imputation only. Use
2007 Apr 04
1
Setting up cluster
Hello, I am trying to setup a simple 2 node cluster in sles10 64bit. This is just for testing purposes to validate one of our iscsi products. I followed the instructions from http://wiki.novell.com/images/3/37/Exploring_HASF.pdf After doing all the xml stuff for stoneith, when I do a mount I see that the iscsi luns are not getting mounted. Moreover, when I do a /etc/init.d/o2cb status, I see
2015 Jul 16
0
Re: virt and ovirt support
On Wed, Jul 15, 2015 at 10:42:15PM -0400, Muted Mouse wrote: > Mr. Jones, > > I've read much of your postings thus far about ovirt, rhevm and physical > machine migration using virt-p2v and a corresponding virt-v2v server. > > Following your post about the virt-v2v packages being available for centos > 7.1 via preview repository failed to resolve or find a proper mirror.
2018 Nov 20
1
[PATCH] v2v: -o openstack: Check openstack binary exists before running it.
Improves the error message when openstack is not installed: $ virt-v2v -i disk fedora-28.img -o openstack virt-v2v: error: no binary called ‘openstack’ was found on the $PATH. We use this program to communicate with OpenStack so it must be installed to use this output mode. --- v2v/output_openstack.ml | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git
2018 Nov 20
1
Re: [PATCH v3] v2v: -o openstack: Allow -oo insecure (RHBZ#1651432).
On Tuesday, 20 November 2018 11:25:10 CET Richard W.M. Jones wrote: > Previously we allowed arbitrary flags to be passed through to the > underlying openstack CLI command, provided they have the format > ‘--key=value’. We want to pass the ‘--insecure’ flag through, but > that doesn't have the key=value form. However a small modification to > the matching rules would allow
2015 Aug 07
0
virt-v2v conversion of Windows > 7 (was: Re: virt-v2v-1.28.1-1.49.el7.x86_64)
On Thu, Aug 06, 2015 at 05:52:57PM -0400, Chris Conn wrote: > Hello, > > I am following > https://www.redhat.com/archives/libguestfs/2015-April/msg00038.html > and have added this repo to my Centos7 server: > > [libguestfs-RHEL-7.1-preview] > name=libguestfs RHEL 7.1 preview - x86_64 > baseurl=http://people.redhat.com/~rjones/libguestfs-RHEL-7.2-preview/ > enabled=1
2015 Sep 29
2
CentOS 6 Xen virt* issues
On Sat, Sep 26, 2015 at 9:29 PM, Pasi K?rkk?inen <pasik at iki.fi> wrote: > On Sat, Sep 26, 2015 at 09:04:23PM +0300, Pasi K?rkk?inen wrote: >> Hello, >> >> I just upgraded some of my el6xen boxes to latest CentOS 6.7, Xen 4.4.3 and dom0 3.18.17 rpms, and noticed these new problems: >> > > And third issue aswell: > > 3) Creating an HVM guest using
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
2001 May 25
2
(lame) mp3 vs oggvorbis (review)
a comparison between the two formats can be read at http://www.digit-life.com/articles/oggvslame/index.html . i first heard of this from Vorbis Extreme ( http://solair.eunet.yu/~aldov/ ). anyone see any problems with the review? -- noodlez: Karol Pietrzak GPG/PGP-KeyID: 0x3A1446A0 --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To
2003 Nov 10
2
Samba Translation Dok to German, first file, deutsche Übersetzung Der Samba Doku erste Datei
Hi @ll , the first file is now translated to German find it here http://www.robowarp.de/smb/trans/net.8.html thx for his work to Mr Stefan G. Weichinger mailto robowarp@gmx.de if you want to be a part of the Translation Team you can view other files translation progress and the readme beyond http://www.robowarp.de/smb/trans/ Best Regards Robert R?gner Hallo, die erste Datei der Samba Doku wurde
2018 Nov 19
1
[PATCH] v2v: -o openstack: Option to add --insecure flag to openstack command.
If ‘virt-v2v -oo insecure’ is used then ‘openstack --insecure’ flag is added whenever we invoke the openstack command. This turns of SSL certificate validation. --- v2v/output_openstack.ml | 14 +++++++++++++- v2v/virt-v2v-output-openstack.pod | 1 + v2v/virt-v2v.pod | 7 +++++++ 3 files changed, 21 insertions(+), 1 deletion(-) diff --git a/v2v/output_openstack.ml
2017 Apr 26
2
[PATCH 1/2] v2v: -o glance: add property for UEFI firmware (RHBZ#1445659)
When converting a guest with UEFI firmware, set the also hw_firmware_type=uefi property for all the disks of the guest, so Nova can properly boot the guest. --- v2v/output_glance.ml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/v2v/output_glance.ml b/v2v/output_glance.ml index b712d68..cfb19b4 100644 --- a/v2v/output_glance.ml +++ b/v2v/output_glance.ml @@ -41,7
2013 Nov 06
0
Re: [PATCH 0/4] virt-v2v: Convert RedHat.pm to Linux.pm
Thanks, Mike. ACK to all of these, and pushed. As it happens, I'd already started breaking some of this stuff out myself when I found this patchset :/ Rather than redo it, I've kept what I'd already done and rebased on top of it. I also did some testing and fixed a couple of bugs: "/files$grub->{grub_conf}*/kernel/root" should have been "/files
2018 Aug 29
2
[PATCH 0/2] v2v: Add -o openstack target.
This patch implements output to OpenStack Cinder volumes using OpenStack APIs. It has only been lightly tested, but appears to work. There are some important things to understand about how this works: (1) You must run virt-v2v 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.
2015 Sep 29
1
CentOS 6 Xen virt* issues
On Tue, Sep 29, 2015 at 12:37:25PM +0100, George Dunlap wrote: > On Sat, Sep 26, 2015 at 9:29 PM, Pasi K?rkk?inen <pasik at iki.fi> wrote: > > On Sat, Sep 26, 2015 at 09:04:23PM +0300, Pasi K?rkk?inen wrote: > >> Hello, > >> > >> I just upgraded some of my el6xen boxes to latest CentOS 6.7, Xen 4.4.3 and dom0 3.18.17 rpms, and noticed these new problems: