Displaying 3 results from an estimated 3 matches for "c7a243e".
2015 Jan 26
2
Re: [PATCH] v2v: -o vdsm should assume data domain at -os path
...591
> Signed-off-by: Shahar Havivi <shaharh@redhat.com>
> ---
> v2v/output_vdsm.ml | 18 ++++++++++++++----
> v2v/virt-v2v.pod | 6 ++++--
> 2 files changed, 18 insertions(+), 6 deletions(-)
>
> diff --git a/v2v/output_vdsm.ml b/v2v/output_vdsm.ml
> index 492f586..c7a243e 100644
> --- a/v2v/output_vdsm.ml
> +++ b/v2v/output_vdsm.ml
> @@ -63,9 +63,8 @@ object
> * name of the target files that eventually get written by the main
> * code.
> *
> - * 'os' is the output storage (-os nfs:/export). 'source' contains a
>...
2015 Jan 26
0
Re: [PATCH] v2v: -o vdsm should assume data domain at -os path
...vi <shaharh@redhat.com>
> > ---
> > v2v/output_vdsm.ml | 18 ++++++++++++++----
> > v2v/virt-v2v.pod | 6 ++++--
> > 2 files changed, 18 insertions(+), 6 deletions(-)
> >
> > diff --git a/v2v/output_vdsm.ml b/v2v/output_vdsm.ml
> > index 492f586..c7a243e 100644
> > --- a/v2v/output_vdsm.ml
> > +++ b/v2v/output_vdsm.ml
> > @@ -63,9 +63,8 @@ object
> > * name of the target files that eventually get written by the main
> > * code.
> > *
> > - * 'os' is the output storage (-os nfs:/export)...
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.
>