Displaying 8 results from an estimated 8 matches for "1176591".
2015 Jan 26
2
Re: [PATCH] v2v: -o vdsm should assume data domain at -os path
...one data domin, -o vdsm can and usually
> does have multiple data domain.
> The path to vdsm is pre mounted so no need to assume nfs path with -os
> Example:
> -o vdsm -os /rhev/data-center/<data-center-uuid>/<data-domain-uuid>
>
> Bug-Url: https://bugzilla.redhat.com/1176591
> 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..c7a...
2015 Jan 20
2
[PATCH] v2v: -o vdsm should assume data domain at -os path
2018 Oct 09
2
immediate delete of mails
When I press DEL on a mail, the file /home/tselmeci/mail/Trash increases and the deleted mail is appended to it. But it doesn't disappear from /var/spool/mail/tselmeci. Once I expunge, /home/tselmeci/mail/Trash becomes empty but the original mail is still present in /var/spool/mail/tselmeci.
Maybe the SMTP server holds a write lock on the spool file thus preventing Dovecot from erasing the
2015 Jan 20
0
Re: [PATCH] v2v: -o vdsm should assume data domain at -os path
...^^ vdsm?
> does have multiple data domain.
> The path to vdsm is pre mounted so no need to assume nfs path with -os
> Example:
> -o vdsm -os /rhev/data-center/<data-center-uuid>/<data-doamin-uuid>
s/doamin/domain/
>
> Bug-Url: https://bugzilla.redhat.com/1176591
> Signed-off-by: Shahar Havivi <shaharh@redhat.com>
> ---
> v2v/output_vdsm.ml | 10 +++++-----
> v2v/virt-v2v.pod | 3 ++-
> 2 files changed, 7 insertions(+), 6 deletions(-)
>
> diff --git a/v2v/output_vdsm.ml b/v2v/output_vdsm.ml
> index 492f586..17f10a5 100644...
2015 Jan 26
1
[PATCH] v2v: -o vdsm should assume data domain at -os path
...nlike -o rhev which have only one data domin, -o vdsm can and usually
does have multiple data domain.
The path to vdsm is pre mounted so no need to assume nfs path with -os
Example:
-o vdsm -os /rhev/data-center/<data-center-uuid>/<data-domain-uuid>
Bug-Url: https://bugzilla.redhat.com/1176591
Signed-off-by: Shahar Havivi <shaharh@redhat.com>
---
v2v/output_vdsm.ml | 18 ++++++++++++++----
v2v/test-v2v-o-vdsm-options.sh | 2 +-
v2v/virt-v2v.pod | 6 ++++--
3 files changed, 19 insertions(+), 7 deletions(-)
diff --git a/v2v/output_vdsm.ml b/v2v/output_vd...
2015 Jan 26
0
Re: [PATCH] v2v: -o vdsm should assume data domain at -os path
...d usually
> > does have multiple data domain.
> > The path to vdsm is pre mounted so no need to assume nfs path with -os
> > Example:
> > -o vdsm -os /rhev/data-center/<data-center-uuid>/<data-domain-uuid>
> >
> > Bug-Url: https://bugzilla.redhat.com/1176591
> > 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/out...
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.
>
2015 Jan 20
3
Re: [PATCH] v2v: -o vdsm should assume data domain at -os path
...iple data domain.
> > The path to vdsm is pre mounted so no need to assume nfs path with -os
> > Example:
> > -o vdsm -os /rhev/data-center/<data-center-uuid>/<data-doamin-uuid>
>
> s/doamin/domain/
>
> >
> > Bug-Url: https://bugzilla.redhat.com/1176591
> > Signed-off-by: Shahar Havivi <shaharh@redhat.com>
> > ---
> > v2v/output_vdsm.ml | 10 +++++-----
> > v2v/virt-v2v.pod | 3 ++-
> > 2 files changed, 7 insertions(+), 6 deletions(-)
> >
> > diff --git a/v2v/output_vdsm.ml b/v2v/output_vdsm.ml...