Displaying 7 results from an estimated 7 matches for "vmpool".
Did you mean:
vm_pool
2013 Dec 22
2
Re: Connect libvirt to iSCSI target
...stuck at section 12.1.5.4.3.
> >
> > 1)
> > virsh pool-define-as \
> > --name foo \
> > --type iscsi \
> > --source-host vmhost \
> > --source-dev iqn.2013-11.vmhost:vmpool \
> > --target /dev/disk/by-path
> >
> > 2)
> > virsh pool-start foo
> > error: Failed to start pool foo
> > error: internal error: cannot find session
> >
> > virsh -c qemu:///system pool-start foo
> > error: Failed to start poo...
2013 Dec 18
3
Connect libvirt to iSCSI target
...the LUNs which contain
the VMs.
I followed the documentation¹ but got stuck at section 12.1.5.4.3.
1)
virsh pool-define-as \
--name foo \
--type iscsi \
--source-host vmhost \
--source-dev iqn.2013-11.vmhost:vmpool \
--target /dev/disk/by-path
2)
virsh pool-start foo
error: Failed to start pool foo
error: internal error: cannot find session
virsh -c qemu:///system pool-start foo
error: Failed to start pool foo
error: internal error: cannot find session
Why can't libvirt find the session...
2013 Dec 23
0
Re: Connect libvirt to iSCSI target
....1.5.4.3.
>>>
>>> 1)
>>> virsh pool-define-as \
>>> --name foo \
>>> --type iscsi \
>>> --source-host vmhost \
>>> --source-dev iqn.2013-11.vmhost:vmpool \
>>> --target /dev/disk/by-path
>>>
>>> 2)
>>> virsh pool-start foo
>>> error: Failed to start pool foo
>>> error: internal error: cannot find session
>>>
>>> virsh -c qemu:///system pool-start foo
>>> e...
2013 Dec 21
0
Re: Connect libvirt to iSCSI target
...followed the documentation¹ but got stuck at section 12.1.5.4.3.
>
> 1)
> virsh pool-define-as \
> --name foo \
> --type iscsi \
> --source-host vmhost \
> --source-dev iqn.2013-11.vmhost:vmpool \
> --target /dev/disk/by-path
>
> 2)
> virsh pool-start foo
> error: Failed to start pool foo
> error: internal error: cannot find session
>
> virsh -c qemu:///system pool-start foo
> error: Failed to start pool foo
> error: internal error: cannot fi...
2013 Dec 23
2
Re: Connect libvirt to iSCSI target
...t;>> 1)
> >>> virsh pool-define-as \
> >>> --name foo \
> >>> --type iscsi \
> >>> --source-host vmhost \
> >>> --source-dev iqn.2013-11.vmhost:vmpool \
> >>> --target /dev/disk/by-path
> >>>
> >>> 2)
> >>> virsh pool-start foo
> >>> error: Failed to start pool foo
> >>> error: internal error: cannot find session
> >>>
> >>> virsh -c qemu:/...
2013 Sep 23
7
Failed to create PVHVM domU in Xen 4.4
...mU config file:
name = "pvhvm"
builder=''hvm''
device_model = ''qemu-xen''
memory = ''512''
vcpus = ''4''
pae=1
acpi=1
apic=1
vif = [ ''mac=00:16:3E:51:20:8C, bridge=xenbr0, model=e1000'' ]
disk = [
''/vmpool/pvhvm-template/disk-root.img,raw,xvda,w'',''/home/eric/CentOS-6.4-x86_64-bin-DVD1.iso,raw,hdc:cdrom,r''
]
boot=''cd''
xen_platform_pci=1
on_poweroff = ''destroy''
on_reboot = ''restart''
on_crash = ''restart'...
2009 Jul 23
0
[PATCH server] Add network QMF apis.
...irt.rb b/src/ovirt-agent/lib/ovirt.rb
index e215d3b..0177748 100644
--- a/src/ovirt-agent/lib/ovirt.rb
+++ b/src/ovirt-agent/lib/ovirt.rb
@@ -7,4 +7,7 @@ require 'ovirt/controllers/ovirt_controller'
require 'ovirt/controllers/hardwarepool_controller'
require 'ovirt/controllers/vmpool_controller'
require 'ovirt/controllers/vmdef_controller'
+require 'ovirt/controllers/network_controller'
+require 'ovirt/controllers/vlan_impl_controller'
+require 'ovirt/controllers/physical_network_impl_controller'
diff --git a/src/ovirt-agent/lib/ovirt/cont...