Displaying 9 results from an estimated 9 matches for "miq".
Did you mean:
mi
2018 Feb 27
4
Re: [PATCH] v2v: remove MAC address related information
...is not being addressed:
https://bugzilla.redhat.com/show_bug.cgi?id=1318922
> What's the reason behind this patch?
There's a bit of background which is missing. Tomáš and I had some
discussions (privately, unfortunately) with the ManageIQ developers
who are integrating virt-v2v into MIQ/CloudForms. Their existing
software runs a separate virt-sysprep step on guests after they have
been converted by virt-v2v. They disable all sysprep the operations
except for just a couple, including ‘net-hwaddr’, so the effect is
roughly the same as this patch.
The question was raised why they...
2010 Dec 02
0
Thinking Sphinx sorting problem
...t;,
:sortable => true, :as => :applicant_need, :joins =>
:household_members,
:type => :float
----------------------------------------------------------
It''s a pretty complex index, but again it is working. It creates an
index of a float that is a Max income to qualify (MIQ) minus Total
Household Income (THI) MIQ - THI and this is what is indexed.
In my controller, I have a search action:
----------------------------------------------------------
def search
@searched = params[:search]
@sort = params[:sort_by].to_i
@filter = params[:filter_by].to_i...
2018 Feb 27
2
Re: [PATCH] v2v: remove MAC address related information
....cgi?id=1318922
> >
> > > What's the reason behind this patch?
> >
> > There's a bit of background which is missing. Tomáš and I had some
> > discussions (privately, unfortunately) with the ManageIQ developers
> > who are integrating virt-v2v into MIQ/CloudForms. Their existing
> > software runs a separate virt-sysprep step on guests after they have
> > been converted by virt-v2v. They disable all sysprep the operations
> > except for just a couple, including ‘net-hwaddr’, so the effect is
> > roughly the same as this p...
2018 Feb 27
0
Re: [PATCH] v2v: remove MAC address related information
...https://bugzilla.redhat.com/show_bug.cgi?id=1451597
> > What's the reason behind this patch?
>
> There's a bit of background which is missing. Tomáš and I had some
> discussions (privately, unfortunately) with the ManageIQ developers
> who are integrating virt-v2v into MIQ/CloudForms. Their existing
> software runs a separate virt-sysprep step on guests after they have
> been converted by virt-v2v. They disable all sysprep the operations
> except for just a couple, including ‘net-hwaddr’, so the effect is
> roughly the same as this patch.
>
> The...
2018 Feb 27
0
Re: [PATCH] v2v: remove MAC address related information
...tps://bugzilla.redhat.com/show_bug.cgi?id=1318922
>
> > What's the reason behind this patch?
>
> There's a bit of background which is missing. Tomáš and I had some
> discussions (privately, unfortunately) with the ManageIQ developers
> who are integrating virt-v2v into MIQ/CloudForms. Their existing
> software runs a separate virt-sysprep step on guests after they have
> been converted by virt-v2v. They disable all sysprep the operations
> except for just a couple, including ‘net-hwaddr’, so the effect is
> roughly the same as this patch.
>
> The...
2018 Feb 27
0
Re: [PATCH] v2v: remove MAC address related information
...>
> > > > What's the reason behind this patch?
> > >
> > > There's a bit of background which is missing. Tomáš and I had some
> > > discussions (privately, unfortunately) with the ManageIQ developers
> > > who are integrating virt-v2v into MIQ/CloudForms. Their existing
> > > software runs a separate virt-sysprep step on guests after they have
> > > been converted by virt-v2v. They disable all sysprep the operations
> > > except for just a couple, including ‘net-hwaddr’, so the effect is
> > > roughl...
2006 Aug 08
1
How to convert list elements to data.frames or vectors?
Dear R mailing-list comunity!
I'm currently trying to implement an R method. I have two sets of data
that I convert into a data.frame each. These data.frames I'd like to
append to a list:
# generate a list
listTable<-list()
# add one set of data
x<-1000 ;y<-1 ;listTable[[length(listTable) + 1]] <-
data.frame(matrix(rnorm(x*y), nrow=y)); rm(x); rm(y)
# add another set of
2018 Feb 27
5
[PATCH] v2v: remove MAC address related information
Remove ties to MAC address because it is likely to change.
The code is based on operations net-hwaddr and udev-persistent-net of
virt-sysprep.
Signed-off-by: Tomáš Golembiovský <tgolembi@redhat.com>
---
v2v/convert_linux.ml | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/v2v/convert_linux.ml b/v2v/convert_linux.ml
index b273785e6..8bba74786 100644
---
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list.
I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without
modifications.
How did I try it?
Created a (non-root) build environment (not a mock )
Installed the kernel.scr.rpm and did a
rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee
prep-out.log
The build failed at the end:
Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL
Checking