Re: [Users] [Engine-devel] Developer's All In One -Can not create an vm on iscsi disk

I have set up all-in-one. but I use iscsi data center, not NFS data center. ovirt-engine create an direct Lun disk, but can not create an vm. The status is always "wait for launch". It take a long time, but the status is still "wait for launch" I set up an iscsi server, as follow: # dd if=/dev/zero of=$SCPATH/fs.iscsi.disk2 bs=1M count=15360 # dd if=/dev/zero of=$SCPATH/fs.iscsi.disk3 bs=1M count=15360 # sudo tgtadm --lld iscsi --op new --mode target --tid 1 -T iqn.2012-02.com.example.data1 # sudo tgtadm --lld iscsi --op new --mode logicalunit --tid 1 --lun 2 -b $SCPATH/fs.iscsi.disk2 # sudo tgtadm --lld iscsi --op new --mode logicalunit --tid 1 --lun 3 -b $SCPATH/fs.iscsi.disk3 # sudo tgtadm --lld iscsi --op bind --mode target --tid 1 -I ALL On 06/18/2012 10:01 PM, Allon Mureinik wrote:
Cross-posting to engine-devel
----- Forwarded Message ----- From: "Yeela Kaplan" <ykaplan@redhat.com> To: vdsm-devel@lists.fedorahosted.org, engine-devel@lists.fedorahosted.org Cc: "Ayal Baron" <abaron@redhat.com> Sent: Monday, June 18, 2012 2:58:55 PM Subject: Developer's All In One
Enclosed is the link to a wiki containing a detailed explanation for installing a developer's All-In-One environment:
http://www.ovirt.org/wiki/Developers_All_In_One
Regards, Yeela
_______________________________________________ Engine-devel mailing list Engine-devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-devel

I have find an error in vdsm.log error : virNetClientProgramDispatchError:174 : internal error unsupported configuration: Readonly leases are not supported I create an nfs iso domain. # ls /rhev/data-center/af7ddcdd-8c3e-49d1-b885-38daa7f79030/76df39bd-cb52-4783-a5a7-fce9fd82d421/images/11111111-1111-1111-1111-111111111111/ubuntu-12.04-dvd-amd64.iso -l -rwxr-xr-x. 1 vdsm kvm 1666560000 Jun 29 17:49 /rhev/data-center/af7ddcdd-8c3e-49d1-b885-38daa7f79030/76df39bd-cb52-4783-a5a7-fce9fd82d421/images/11111111-1111-1111-1111-111111111111/ubuntu-12.04-dvd-amd64.iso On 06/29/2012 06:53 PM, Sheldon wrote:
I have set up all-in-one. but I use iscsi data center, not NFS data center. ovirt-engine create an direct Lun disk, but can not create an vm. The status is always "wait for launch". It take a long time, but the status is still "wait for launch"
I set up an iscsi server, as follow: # dd if=/dev/zero of=$SCPATH/fs.iscsi.disk2 bs=1M count=15360 # dd if=/dev/zero of=$SCPATH/fs.iscsi.disk3 bs=1M count=15360 # sudo tgtadm --lld iscsi --op new --mode target --tid 1 -T iqn.2012-02.com.example.data1 # sudo tgtadm --lld iscsi --op new --mode logicalunit --tid 1 --lun 2 -b $SCPATH/fs.iscsi.disk2 # sudo tgtadm --lld iscsi --op new --mode logicalunit --tid 1 --lun 3 -b $SCPATH/fs.iscsi.disk3 # sudo tgtadm --lld iscsi --op bind --mode target --tid 1 -I ALL
On 06/18/2012 10:01 PM, Allon Mureinik wrote:
Cross-posting to engine-devel
----- Forwarded Message ----- From: "Yeela Kaplan" <ykaplan@redhat.com> To: vdsm-devel@lists.fedorahosted.org, engine-devel@lists.fedorahosted.org Cc: "Ayal Baron" <abaron@redhat.com> Sent: Monday, June 18, 2012 2:58:55 PM Subject: Developer's All In One
Enclosed is the link to a wiki containing a detailed explanation for installing a developer's All-In-One environment: http://www.ovirt.org/wiki/Developers_All_In_One
Regards, Yeela
_______________________________________________ Engine-devel mailing list Engine-devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-devel
_______________________________________________ Engine-devel mailing list Engine-devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-devel

On 06/29/2012 07:37 AM, Sheldon wrote:
I have find an error in vdsm.log error : virNetClientProgramDispatchError:174 : internal error unsupported configuration: Readonly leases are not supported
This may be related to bug 828633 (http://bugzilla.redhat.com/828633), in which case installing the new libvirt package in the bz's most recent comment should fix the problem.
I create an nfs iso domain. # ls /rhev/data-center/af7ddcdd-8c3e-49d1-b885-38daa7f79030/76df39bd-cb52-4783-a5a7-fce9fd82d421/images/11111111-1111-1111-1111-111111111111/ubuntu-12.04-dvd-amd64.iso -l -rwxr-xr-x. 1 vdsm kvm 1666560000 Jun 29 17:49 /rhev/data-center/af7ddcdd-8c3e-49d1-b885-38daa7f79030/76df39bd-cb52-4783-a5a7-fce9fd82d421/images/11111111-1111-1111-1111-111111111111/ubuntu-12.04-dvd-amd64.iso
On 06/29/2012 06:53 PM, Sheldon wrote:
I have set up all-in-one. but I use iscsi data center, not NFS data center. ovirt-engine create an direct Lun disk, but can not create an vm. The status is always "wait for launch". It take a long time, but the status is still "wait for launch"
I set up an iscsi server, as follow: # dd if=/dev/zero of=$SCPATH/fs.iscsi.disk2 bs=1M count=15360 # dd if=/dev/zero of=$SCPATH/fs.iscsi.disk3 bs=1M count=15360 # sudo tgtadm --lld iscsi --op new --mode target --tid 1 -T iqn.2012-02.com.example.data1 # sudo tgtadm --lld iscsi --op new --mode logicalunit --tid 1 --lun 2 -b $SCPATH/fs.iscsi.disk2 # sudo tgtadm --lld iscsi --op new --mode logicalunit --tid 1 --lun 3 -b $SCPATH/fs.iscsi.disk3 # sudo tgtadm --lld iscsi --op bind --mode target --tid 1 -I ALL
participants (2)
-
gpadgett@redhat.com
-
Sheldon