Displaying 3 results from an estimated 3 matches for "2eb0079".
Did you mean:
20079
2015 Jan 26
2
Re: [PATCH] v2v: -o vdsm should assume data domain at -os path
...+ | _ ->
> + error (f_"vdsm: invalid -os parameter does not contain a valid UUID: %s")
> + os in
> +
> dd_mp <- mp;
> dd_uuid <- uuid;
> if verbose then
> diff --git a/v2v/virt-v2v.pod b/v2v/virt-v2v.pod
> index a48bf59..2eb0079 100644
> --- a/v2v/virt-v2v.pod
> +++ b/v2v/virt-v2v.pod
> @@ -456,8 +456,10 @@ See L</OUTPUT TO RHEV> below.
>
> Set the output method to I<vdsm>.
>
> -This mode is similar to I<-o rhev> but is only used by RHEV VDSM
> -when it runs virt-v2v under VDS...
2015 Jan 26
0
Re: [PATCH] v2v: -o vdsm should assume data domain at -os path
...r (f_"vdsm: invalid -os parameter does not contain a valid UUID: %s")
> > + os in
> > +
> > dd_mp <- mp;
> > dd_uuid <- uuid;
> > if verbose then
> > diff --git a/v2v/virt-v2v.pod b/v2v/virt-v2v.pod
> > index a48bf59..2eb0079 100644
> > --- a/v2v/virt-v2v.pod
> > +++ b/v2v/virt-v2v.pod
> > @@ -456,8 +456,10 @@ See L</OUTPUT TO RHEV> below.
> >
> > Set the output method to I<vdsm>.
> >
> > -This mode is similar to I<-o rhev> but is only used by RHEV VDSM
&g...
2015 Jan 20
2
Re: [PATCH] v2v: -o vdsm should assume data domain at -os path
On 20.01.15 14:48, Richard W.M. Jones wrote:
> On Tue, Jan 20, 2015 at 04:25:20PM +0200, Shahar Havivi wrote:
> > > > + let pos = (String.length os) - 36 in
> > > > + let mp = String.sub os 0 (pos-1) in
> > > > + let uuid = String.sub os pos 36 in
> > >
> > > What is the significance of 36 here?
> > the length of uuid.
>