Displaying 3 results from an estimated 3 matches for "cfd55fc".
Did you mean:
cfd02fc
2015 Jan 20
2
[PATCH] v2v: -o vdsm should assume data domain at -os path
2015 Jan 20
0
Re: [PATCH] v2v: -o vdsm should assume data domain at -os path
...h 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?
> dd_mp <- mp;
> dd_uuid <- uuid;
> if verbose then
> diff --git a/v2v/virt-v2v.pod b/v2v/virt-v2v.pod
> index a48bf59..cfd55fc 100644
> --- a/v2v/virt-v2v.pod
> +++ b/v2v/virt-v2v.pod
> @@ -456,7 +456,8 @@ 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
> +This mode is similar to I<-o...
2015 Jan 20
3
Re: [PATCH] v2v: -o vdsm should assume data domain at -os path
...> + let uuid = String.sub os pos 36 in
>
> What is the significance of 36 here?
the length of uuid.
>
> > dd_mp <- mp;
> > dd_uuid <- uuid;
> > if verbose then
> > diff --git a/v2v/virt-v2v.pod b/v2v/virt-v2v.pod
> > index a48bf59..cfd55fc 100644
> > --- a/v2v/virt-v2v.pod
> > +++ b/v2v/virt-v2v.pod
> > @@ -456,7 +456,8 @@ 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
>...