Displaying 15 results from an estimated 15 matches for "vm_pool".
2013 Jun 18
2
libvirt hang on domain attemp to create domain
...3 virNetClientSendWithReply
4 0x00007ffff64a0daa virNetClientProgramCall
5 0x00007ffff6478566 callFull.isra.2
6 0x00007ffff6487fa2 remoteDomainDefineXML
7 0x00007ffff6449d2f virDomainDefineXML
8 0x0000000000426941 virt_domain::create
/home/sss/install/git/work/avirt/vm_pool/vm_pool/libvirt.cpp 295
9 0x000000000040c1a9 main
/home/sss/install/git/work/avirt/vm_pool/vm_pool/main.cpp 40
what i am doing wrong ?
2013 Jun 18
2
Re: libvirt hang on domain attemp to create domain
...4 0x00007ffff64a0daa virNetClientProgramCall
> > 5 0x00007ffff6478566 callFull.isra.2
> > 6 0x00007ffff6487fa2 remoteDomainDefineXML
> > 7 0x00007ffff6449d2f virDomainDefineXML
> > 8 0x0000000000426941 virt_domain::create
> > /home/sss/install/git/work/avirt/vm_pool/vm_pool/libvirt.cpp 295
> > 9 0x000000000040c1a9 main
> > /home/sss/install/git/work/avirt/vm_pool/vm_pool/main.cpp 40
> >
> > what i am doing wrong ?
> >
> >
> >
> > _______________________________________________
> > libvirt-users mail...
2013 Jun 19
3
Re: libvirt hang on domain attemp to create domain
...ramCall
> >>> 5 0x00007ffff6478566 callFull.isra.2
> >>> 6 0x00007ffff6487fa2 remoteDomainDefineXML
> >>> 7 0x00007ffff6449d2f virDomainDefineXML
> >>> 8 0x0000000000426941 virt_domain::create
> >>> /home/sss/install/git/work/avirt/vm_pool/vm_pool/libvirt.cpp 295
> >>> 9 0x000000000040c1a9 main
> >>> /home/sss/install/git/work/avirt/vm_pool/vm_pool/main.cpp 40
> >>>
> >>> what i am doing wrong ?
> >>>
> >>>
> >>>
> >>> ____________...
2013 Jun 20
2
Re: libvirt hang on domain attemp to create domain
...;>>>>>> 6 0x00007ffff6487fa2 remoteDomainDefineXML
>>>>>>>>> 7 0x00007ffff6449d2f virDomainDefineXML
>>>>>>>>> 8 0x0000000000426941 virt_domain::create
>>>>>>>>> /home/sss/install/git/work/avirt/vm_pool/vm_pool/libvirt.cpp 295
>>>>>>>>> 9 0x000000000040c1a9 main
>>>>>>>>> /home/sss/install/git/work/avirt/vm_pool/vm_pool/main.cpp 40
>>>>>>>>>
>>>>>>>>> what i am doing wrong ?
>>>...
2010 Sep 01
1
[PATCH 1/3] Adding the VM Pool migration for vms
...843..f4a90b9 100644
--- a/src/app/controllers/vm_controller.rb
+++ b/src/app/controllers/vm_controller.rb
@@ -146,6 +146,22 @@ class VmController < ApplicationController
render :layout => false
end
+ def edit_vmpool
+ svc_modify(params[:id])
+ @vm = Vm.find(params[:id])
+ @vm_pools = VmResourcePool.find_all_by_parent_id(@vm.vm_resource_pool.parent.id)
+ render :layout => 'popup'
+ end
+
+ def update_vmpool
+ svc_modify(params[:id])
+ @vm = Vm.find(params[:id])
+ @vm_pool = VmResourcePool.find(params[:vm][:vm_resource_pool_id])
+ @vm.update_attribu...
2013 Jun 20
0
Re: libvirt hang on domain attemp to create domain
...ra.2
>>>>>>>> 6 0x00007ffff6487fa2 remoteDomainDefineXML
>>>>>>>> 7 0x00007ffff6449d2f virDomainDefineXML
>>>>>>>> 8 0x0000000000426941 virt_domain::create
>>>>>>>> /home/sss/install/git/work/avirt/vm_pool/vm_pool/libvirt.cpp 295
>>>>>>>> 9 0x000000000040c1a9 main
>>>>>>>> /home/sss/install/git/work/avirt/vm_pool/vm_pool/main.cpp 40
>>>>>>>>
>>>>>>>> what i am doing wrong ?
>>>>>>>...
2013 Jun 20
0
Re: libvirt hang on domain attemp to create domain
...t;>> 6 0x00007ffff6487fa2 remoteDomainDefineXML
> >>>>>>>>> 7 0x00007ffff6449d2f virDomainDefineXML
> >>>>>>>>> 8 0x0000000000426941 virt_domain::create
> >>>>>>>>> /home/sss/install/git/work/avirt/vm_pool/vm_pool/libvirt.cpp 295
> >>>>>>>>> 9 0x000000000040c1a9 main
> >>>>>>>>> /home/sss/install/git/work/avirt/vm_pool/vm_pool/main.cpp 40
> >>>>>>>>>
> >>>>>>>>> what i am doing...
2023 Nov 09
0
can I convert a linear thin pool to raid1?
...also add dm-integrity data to some LVs.? I've added new
PVs to my VG, and I've converted some of my LVs to raid1 types, but I
also have one thin pool that I use for VMs with multiple layers of
snapshots.? That pool can't be converted, directly:
# lvconvert --type raid1 -m 1 VolGroup/vm_pool --yes
? Operation not permitted on LV VolGroup/vm_pool type thinpool.
Is it sufficient to simply convert the tdata and tmeta LVs to raid1
type?? Should I also convert lvol0_pmspare?? Is there anything else I
should consider?
# lvs VolGroup/vm_pool VolGroup/vm_pool_tmeta VolGroup/vm_pool_tdata...
2013 Mar 22
0
[bump] Storage pool created on the "wrong" vg
...tructure" like a storage pool can't be deconstructed.
Kind regards,
Alaric
------------------------
Here's a bit more detail in the hope someone might help:
I clicked through the creation of a storage pool, and accidentally used the wrong volume group, so I have:
virsh # vol-list vm_pool
Name Path
-----------------------------------------
lv_root /dev/vg_01/lv_root
lv_swap /dev/vg_01/lv_swap
These two LVs, in group vg_01, are the / and swap partition of the host system. I meant for the pool to reside on vg_vm, a different volume group.
Can...
2013 Jun 18
0
Re: libvirt hang on domain attemp to create domain
...> 4 0x00007ffff64a0daa virNetClientProgramCall
> 5 0x00007ffff6478566 callFull.isra.2
> 6 0x00007ffff6487fa2 remoteDomainDefineXML
> 7 0x00007ffff6449d2f virDomainDefineXML
> 8 0x0000000000426941 virt_domain::create
> /home/sss/install/git/work/avirt/vm_pool/vm_pool/libvirt.cpp 295
> 9 0x000000000040c1a9 main
> /home/sss/install/git/work/avirt/vm_pool/vm_pool/main.cpp 40
>
> what i am doing wrong ?
>
>
>
> _______________________________________________
> libvirt-users mailing list
> libvirt-users@redhat.com
>...
2013 Jun 19
0
Re: libvirt hang on domain attemp to create domain
...64a0daa virNetClientProgramCall
>>> 5 0x00007ffff6478566 callFull.isra.2
>>> 6 0x00007ffff6487fa2 remoteDomainDefineXML
>>> 7 0x00007ffff6449d2f virDomainDefineXML
>>> 8 0x0000000000426941 virt_domain::create
>>> /home/sss/install/git/work/avirt/vm_pool/vm_pool/libvirt.cpp 295
>>> 9 0x000000000040c1a9 main
>>> /home/sss/install/git/work/avirt/vm_pool/vm_pool/main.cpp 40
>>>
>>> what i am doing wrong ?
>>>
>>>
>>>
>>> _______________________________________________
>>...
2010 Aug 25
0
[PATCH] Adding the VM Pool migration for vms
...843..f4a90b9 100644
--- a/src/app/controllers/vm_controller.rb
+++ b/src/app/controllers/vm_controller.rb
@@ -146,6 +146,22 @@ class VmController < ApplicationController
render :layout => false
end
+ def edit_vmpool
+ svc_modify(params[:id])
+ @vm = Vm.find(params[:id])
+ @vm_pools = VmResourcePool.find_all_by_parent_id(@vm.vm_resource_pool.parent.id)
+ render :layout => 'popup'
+ end
+
+ def update_vmpool
+ svc_modify(params[:id])
+ @vm = Vm.find(params[:id])
+ @vm_pool = VmResourcePool.find(params[:vm][:vm_resource_pool_id])
+ @vm.update_attribu...
2009 May 18
0
[PATCH server] fixed functional tests after recent controller refactoring and managed node controller fixes.
...src/test/functional/vm_controller_test.rb
+++ b/src/test/functional/vm_controller_test.rb
@@ -32,9 +32,10 @@ class VmControllerTest < Test::Unit::TestCase
@response = ActionController::TestResponse.new
@vm_id = vms(:production_httpd_vm).id
- @default_pool = pools(:default)
+ @vm_pool = pools(:corp_com_production_vmpool)
end
+
def test_show
get :show, :id => @vm_id
@@ -46,23 +47,22 @@ class VmControllerTest < Test::Unit::TestCase
end
def test_new
- get :new, :hardware_pool_id => @default_pool.id, :format => "json"
- json = Activ...
2009 Jul 23
0
[PATCH server] Add network QMF apis.
...fc5c198 100644
--- a/src/ovirt-agent/lib/ovirt/controllers/hardwarepool_controller.rb
+++ b/src/ovirt-agent/lib/ovirt/controllers/hardwarepool_controller.rb
@@ -35,7 +35,7 @@ module Ovirt
puts "pool_hash: #{pool_hash.inspect}"
svc_create(pool_hash, id, {})
- args['vm_pool'] = encode_id(@pool.id)
+ args['vm_pool'] = @agent.encode_id(VmResourcePoolService.schema_class.id, @pool.id)
end
end
end
diff --git a/src/ovirt-agent/lib/ovirt/controllers/network_controller.rb b/src/ovirt-agent/lib/ovirt/controllers/network_controller.rb
new file mode 10...
2009 May 21
1
[PATCH server] Updated look and feel for empty grid views
...iv>
</div>
</div>
diff --git a/src/app/views/hardware/show_vms.rhtml b/src/app/views/hardware/show_vms.rhtml
index c6c8b4e..8ddde73 100644
--- a/src/app/views/hardware/show_vms.rhtml
+++ b/src/app/views/hardware/show_vms.rhtml
@@ -55,14 +55,14 @@
}
if (vm_pools.indexOf($('#vmpool_selection_id').html()) != -1){
empty_summary('vmpool_selection', 'Virtual Machine Pool');
- }
+ }
}, 'json');
}
}
function vmpools_select(selected_rows)
{
- var selected_ids = new Array()
- for(i=0; i...