Displaying 20 results from an estimated 800 matches similar to: "virt-v2v import from KVM without storage-pool ?"
2017 Jul 07
3
Re: virt-v2v import from KVM without storage-pool ?
I could reproduce customer's problem
Packages:
rhv:4.1.3-0.1.el7
vdsm-4.19.20-1.el7ev.x86_64
virt-v2v-1.36.3-6.el7.x86_64
libguestfs-1.36.3-6.el7.x86_64
Steps:
1.Prepare a guest which is not listed storage pool
# virsh dumpxml avocado-vt-vm1
....
<disk type='file' device='disk'>
<driver name='qemu' type='qcow2'/>
<source
2017 Jul 07
1
Re: virt-v2v import from KVM without storage-pool ?
thanks for caring about this.
Ming Xie, are you opening this BZ bug?
thanks
matthias
Am 2017-07-07 um 13:31 schrieb Tomáš Golembiovský:
> Hi,
>
> yes it is an issue in VDSM. We count on the disks being in storage pool
> (except for block devices).
>
> Can you open a BZ bug for that please.
>
> Thanks,
>
> Tomas
>
>
> On Fri, 7 Jul 2017 02:52:26
2017 Jul 07
0
Re: virt-v2v import from KVM without storage-pool ?
Hi,
yes it is an issue in VDSM. We count on the disks being in storage pool
(except for block devices).
Can you open a BZ bug for that please.
Thanks,
Tomas
On Fri, 7 Jul 2017 02:52:26 -0400 (EDT)
Ming Xie <mxie@redhat.com> wrote:
> I could reproduce customer's problem
>
> Packages:
> rhv:4.1.3-0.1.el7
> vdsm-4.19.20-1.el7ev.x86_64
>
2017 Jul 05
0
Re: virt-v2v import from KVM without storage-pool ?
On Wed, Jul 05, 2017 at 11:14:09AM +0200, Matthias Leopold wrote:
> hi,
>
> i'm trying to import a VM in oVirt from a KVM host that doesn't use
> storage pools. this fails with the following message in
> /var/log/vdsm/vdsm.log:
>
> 2017-07-05 09:34:20,513+0200 ERROR (jsonrpc/5) [root] Error getting
> disk size (v2v:1089)
> Traceback (most recent call last):
2020 Oct 14
3
Re: virt-sparsify failed (was: [oVirt Jenkins] ovirt-system-tests_basic-suite-master_nightly - Build # 479 - Failure!)
On Tue, Oct 13, 2020 at 8:40 PM Richard W.M. Jones <rjones@redhat.com> wrote:
>
> On Tue, Oct 13, 2020 at 07:56:29PM +0300, Nir Soffer wrote:
> > On Tue, Oct 13, 2020 at 7:15 PM Richard W.M. Jones <rjones@redhat.com> wrote:
> > >
> > > On Tue, Oct 13, 2020 at 06:45:42PM +0300, Nir Soffer wrote:
> > > > I think this is the right solution - when
2016 Jul 15
0
Fwd: Please help see issue: conn.storageVolLookupByPath('/var/lib/xen/images/xen-pv-rhel5.9-x64-nolvm.img')
Hi all,
Please see the attachment for vdsm.log details, thanks.
Best Regards,
juzhou.
----- Forwarded Message -----
> From: "Junqin Zhou" <juzhou@redhat.com>
> To: libvirt-users@redhat.com
> Cc: "Shahar Havivi" <shavivi@redhat.com>, "Tingting Zheng" <tzheng@redhat.com>, "Min Zhan" <mzhan@redhat.com>, "Ming
>
2020 Nov 09
1
Re: virt-sparsify failed (was: [oVirt Jenkins] ovirt-system-tests_basic-suite-master_nightly - Build # 479 - Failure!)
On Mon, Nov 09, 2020 at 09:16:33AM +0200, Yedidyah Bar David wrote:
> On Wed, Oct 14, 2020 at 8:54 AM Yedidyah Bar David <didi@redhat.com> wrote:
> >
> > On Tue, Oct 13, 2020 at 8:40 PM Richard W.M. Jones <rjones@redhat.com> wrote:
> > >
> > > On Tue, Oct 13, 2020 at 07:56:29PM +0300, Nir Soffer wrote:
> > > > On Tue, Oct 13, 2020 at 7:15 PM
2019 Apr 08
1
Question about replacing the web interface with an audio stream
I have had a bunch of issues getting reverse proxy running with apache
properly, the main issue is with YP listings and having icecast list the
revproxy mount at port 80 rather than the icecast one at port 8000.
Unfortunately, I /need/ some sort of http server on port 80 - and I know
apache the best.
That being said, if you know the mounts you want to reverse proxy, its
not an arduous exercise
2019 Apr 08
2
Question about replacing the web interface with an audio stream
Okay, but you’d have to be able/willing to employ a dedicated IP to that, plus run Icecast as root.
What are the negative technical implications of running icecast on port 8000 (suitable for most users) and then running a reverse proxy to accommodate public wifi with port restrictions?
> On Apr 8, 2019, at 3:31 PM, Yahav Shasha <yahav.shasha at gmail.com> wrote:
>
> Just bind
2015 Nov 11
2
Re: xen+ssh with openauth
On 03.11.15 15:37, Daniel P. Berrange wrote:
> On Tue, Nov 03, 2015 at 10:14:00AM +0200, Shahar Havivi wrote:
> > Hi,
> >
> > I am trying to connect to remote libvirt via script,
> > and I get password prompt from the shell.
> >
> >
> > ============================================================================
> >
2018 Apr 20
13
[PATCH 0/6] virtio-console: spec compliance fixes
Turns out virtio console tries to take a buffer out of an active vq.
Works by sheer luck, and is explicitly forbidden by spec. And while
going over it I saw that error handling is also broken -
failure is easy to trigger if I force allocations to fail.
Lightly tested.
Michael S. Tsirkin (6):
virtio_console: don't tie bufs to a vq
virtio: add ability to iterate over vqs
virtio_console:
2018 Apr 20
13
[PATCH 0/6] virtio-console: spec compliance fixes
Turns out virtio console tries to take a buffer out of an active vq.
Works by sheer luck, and is explicitly forbidden by spec. And while
going over it I saw that error handling is also broken -
failure is easy to trigger if I force allocations to fail.
Lightly tested.
Michael S. Tsirkin (6):
virtio_console: don't tie bufs to a vq
virtio: add ability to iterate over vqs
virtio_console:
2006 Mar 30
2
database.yml and Dreamhost
I am unable to connect to my databases.
Here is the error I am getting:
MysqlError (Can''t connect to local MySQL server through socket
''/var/run/mysqld/mysqld.sock'' (2)):
Here is my database.yml:
# MySQL (default setup). Versions 4.1 and 5.0 are recommended.
#
# Get the fast C bindings:
# gem install mysql
# (on OS X: gem install mysql --
2010 Jun 17
4
[PATCH] Improve support for exporting btrfs subvolumes.
If you export two subvolumes of a btrfs filesystem, they will both be
given the same uuid so lookups will be confused.
blkid cannot differentiate the two, so we must use the fsid from
statfs64 to identify the filesystem.
We cannot tell if blkid or statfs is best without knowing internal
details of the filesystem in question, so we need to encode specific
knowledge of btrfs in mountd. This is
2009 Oct 15
1
Patch depends on the previous storage patch...
This patch is dependant on the previously submitted storage admin patch.
2017 Nov 01
1
Creating Tag
i want to tag categories to its menuname.
i have a csv containing menu item name and in other csv i have a column
containing some strings,
i want to pick that strings from categories and look into menu items if
any menu item containing that string i want to create a new column next to
menu item name flagged as 1 otherwise 0
and the only condition is once a menu item flagged as 1 i don't need
2006 Apr 17
0
doing synchronous JSON on rails
So I have found how to generate json in a rails app in the wiki
(http://wiki.rubyonrails.com/rails/pages/HowtoGenerateJSON), what I have
yet to figure out is how to make a synchronous call via json to rails so
that I can block while fetching the information from a user request.
context:
I have used JSON on top of java in the past, and in order to make
synchronous calls I had to do the
2003 Sep 04
5
subtract 2 columns in a data.frame
Dear list,
could someone point me to the right command to subtract 2 columns in a
data.frame. Might be a bit embarrassing question. But I cannot figure
out how to do this simple command in R.
Thanks, Ulrich
--
__________________________________________________
Ulrich Leopold MSc.
Department of Physical Geography
Institute for Biodiversity and Ecosystem Dynamics
Faculty of Science
University
2020 Nov 09
0
Re: virt-sparsify failed (was: [oVirt Jenkins] ovirt-system-tests_basic-suite-master_nightly - Build # 479 - Failure!)
On Wed, Oct 14, 2020 at 8:54 AM Yedidyah Bar David <didi at redhat.com> wrote:
>
> On Tue, Oct 13, 2020 at 8:40 PM Richard W.M. Jones <rjones at redhat.com> wrote:
> >
> > On Tue, Oct 13, 2020 at 07:56:29PM +0300, Nir Soffer wrote:
> > > On Tue, Oct 13, 2020 at 7:15 PM Richard W.M. Jones <rjones at redhat.com> wrote:
> > > >
> > >
2002 Sep 12
4
normal score transform
Dear list,
could someone point me to the normal score transform and it's use in R?
I would like to transform my data with normal score transform, do some
geostatsitical predictions and would like to transform the estimated values
back including the estimation variance.
Any suggestions?
Ulrich
--
__________________________________________________
Ulrich Leopold MSc.
Department of