[ovirt-users] ovirt data domain with multi luns, any best practice

2019-03-27 Thread adam...@adagene.com.cn
Hello, everyone. I had a question on how to create a data domain in the 
 best way.
for example, I have a FCP device and there's a lot of hdds and ssds in 
that device. I ceate 2 luns. one consisting of HDDs and the other consisting of 
SSDs. I want to make some normal vms run in the lun with hdd and some vms (such 
as DB) run in the lun with ssd.
   so, shoud I create one data domain with the 2 luns. or shoud I create 2 
difference data domains, and every data domain with a single lun in it?
   thanks.


yours Adam
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/MDJFK25ET4FEV5CUJ57SL6PEVIMIDLOA/


[ovirt-users] failed to import vm from a standalone kvm host

2019-02-20 Thread adam...@adagene.com.cn
Hello, everyone. I'm testing ovirt 4.3.0 now and when I try to import a vm from 
a standalone kvm host, it failed. My ovirt cluster's backend storage is a HPE 
FC device. here's my step:

1. shutdown the vm in that kvm host.
2. Enable public key authentication between the proxy host (ovirt1) and the KVM 
host:
3. Enter the URI of the KVM host. qemu+ssh://root@192.168.49.191/system
4. Enter the username and password
5. click "Load" and I can get the vm list.
6. select the vm and  use the arrows to move them to the Virtual Machines to 
Import list.
7. click "next" and select os type to RHEL 6.x X64.
8. click OK.

then the progress of Importing VM centos6 to Cluster Default failed. log in the 
proxy host ovirt1 here:
[0.5] preparing for copy
[0.5] Copying disk 1/1 to 
/rhev/data-center/mnt/blockSD/b842aa93-d374-45ef-8555-ffdb1be274fc/images/18f1ceeb-a28f-4b05-8cd6-1b614cad9445/21380c99-696d-4f62-9f48-d6959041b162
(0/100%)^M(0/100%)^M(100/100%)^MTraceback (most recent call last):
  File "/usr/libexec/vdsm/kvm2ovirt", line 22, in 
kvm2ovirt.main()
  File "/usr/lib/python2.7/site-packages/vdsm/kvm2ovirt.py", line 255, in main
handle_volume(con, diskno, src, dst, options)
  File "/usr/lib/python2.7/site-packages/vdsm/kvm2ovirt.py", line 196, in 
handle_volume
options.bufsize)
  File "/usr/lib/python2.7/site-packages/vdsm/kvm2ovirt.py", line 159, in 
download_disk_sparse
stream.sparseRecvAll(bytesWriteHandler, recvSkipHandler, op)
  File "/usr/lib64/python2.7/site-packages/libvirt.py", line 6122, in 
sparseRecvAll
ret = holeHandler(self, length, opaque)
  File "/usr/lib/python2.7/site-packages/vdsm/kvm2ovirt.py", line 82, in 
recvSkipHandler
return os.ftruncate(fd, cur)
OSError: [Errno 22] Invalid argument

So how could I fix that error, is there anything wrong in my step?
Thanks.



yours Adam
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/H3PZKAVE7HZ6YN2TQRMLN4DBCXHG67VP/


[ovirt-users] Re: How to upgrade ovirt node host?

2019-02-19 Thread adam...@adagene.com.cn
Hi, Juhani. I followed the steps below:
1. yum remove ovirt-release42
2. yum install https://resources.ovirt.org/pub/yum-repo/ovirt-release43.rpm
3. yum update ovirt-node-ng-image-update
4. reboot
5. yum update

and the ovirt-4.2.repo comes back after I reboot the node host.




yours Adam
 
From: Juhani Rautiainen
Date: 2019-02-19 21:58
To: adam...@adagene.com.cn
CC: ovirtlist; Lucie Leistnerova
Subject: [ovirt-users] Re: How to upgrade ovirt node host?
On Tue, Feb 19, 2019 at 3:30 PM adam...@adagene.com.cn
 wrote:
>
> Thank you. Your answer solved my problems.
>  After I installed the big rpm and reboot.  there are two repo files remains  
> in /etc/yum.repos.d/
> ovirt-4.2-dependencies.repo
> ovirt-4.2.repo
> maybe I should remove the 2 files to avoid any conflicts?
>
I think that they'll disappear if you do
 
yum remove ovirt-release42
 
-Juhani
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/2PE4TWKZHMCJYIIDUWC7QL7JXOYV67TN/
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/BBI5GTNKCVEX3X5QLMZRS2HBXOT2XPZC/


[ovirt-users] Re: How to upgrade ovirt node host?

2019-02-19 Thread adam...@adagene.com.cn
Thank you. Your answer solved my problems.
 After I installed the big rpm and reboot.  there are two repo files remains  
in /etc/yum.repos.d/ 
ovirt-4.2-dependencies.repo
ovirt-4.2.repo
maybe I should remove the 2 files to avoid any conflicts?




yours Adam
 
From: Juhani Rautiainen
Date: 2019-02-18 19:37
To: Lucie Leistnerova
CC: adam...@adagene.com.cn; ovirtlist
Subject: Re: [ovirt-users] Re: How to upgrade ovirt node host?
On Mon, Feb 18, 2019 at 9:19 AM Lucie Leistnerova  wrote:
 
>
> 1. Ensure the correct repositories are enabled. You can check which 
> repositories are currently enabled by running yum repolist.
>
> You can do it like this:
>
> # yum install https://resources.ovirt.org/pub/yum-repo/ovirt-release43.rpm
 
And this lead me to problems when I did 'yum update' after that. It
should work but didn't. So do this instead:
 
yum update ovirt-node-ng-image-update
 
or do to everything in one step:
 
yum install 
https://resources.ovirt.org/pub/ovirt-4.3/rpm/el7/noarch/ovirt-node-ng-image-update-4.3.0-1.el7.noarch.rpm.
 
I tried both and they worked.
 
-Juhani
 
 
-Juhani
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/KKMXDF7VE2IZWNVY6Z4UTJVPOSPMISU2/


[ovirt-users] How to upgrade ovirt node host?

2019-02-17 Thread adam...@adagene.com.cn
How, everyone. I have upgraded my engine from 4.2.8 to 4.3.0. but when I check 
upgrade for the node host, there's no updates available for upgrade. I checked 
the repo file in the host, two files available:
/etc/yum.repos.d/ovirt-4.2.repo
/etc/yum.repos.d/ovirt-4.2-dependencies.repo
The documentation  seems to be out of date. 
https://www.ovirt.org/documentation/upgrade-guide/chap-Updates_between_Minor_Releases.html
 
so How could I upgrade my node hosts to ovirt 4.3 ?



yours Adam
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/T7QXTNJ5XETO6TZHIXG2BT67T7N6GS5U/


[ovirt-users] Re: About Local Storage dir

2018-09-19 Thread adam...@adagene.com.cn
Andy, let me answser my own question. I searched  a lot of info in the last two 
days. maybe that's because if you put something in the root dir, the data will 
be lost after you update the ovirt node. only the /var dir is safe in ovirt 
node. is there any other ideas?




yours Adam
 
From: Andy Michielsen
Date: 2018-09-19 19:43
To: adam...@adagene.com.cn
CC: ovirtlist
Subject: Re: [ovirt-users] About Local Storage dir
Hello,

I think that is a requirement if you leave selinux active. You could modify 
selinux or disable it to use other folders.

Kind regards.

On 19 Sep 2018, at 07:33, "adam...@adagene.com.cn"  
wrote:

Hello, everyone. I want to export my vm as a ova to local path of the ovirt 
node. but I saw something about the local storage in the ovirt document:
https://www.ovirt.org/documentation/admin-guide/chap-Storage/ 
It said:
Preparing Local Storage
...
Important: On oVirt Node, the path used for local storage must be within the 
/var directory; create the storage directory in the following procedure within 
/var

I check the partation of my ovirt nodes. the /var has only 15GB space  and the 
root dir / has 2.1 TB space. that is the default during the ovirt node 
installation.

question: why the loca storage must be put in the /var directory?

thanks.



yours Adam
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/YDMONAO7DP4KQOCYQYIAJZN2BXKMNEHO/
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/JATBW3QNOS7L4Y7MTYIJKVFNXTSCF37Q/


[ovirt-users] About Local Storage dir

2018-09-18 Thread adam...@adagene.com.cn
Hello, everyone. I want to export my vm as a ova to local path of the ovirt 
node. but I saw something about the local storage in the ovirt document:
https://www.ovirt.org/documentation/admin-guide/chap-Storage/ 
It said:
Preparing Local Storage
...
Important: On oVirt Node, the path used for local storage must be within the 
/var directory; create the storage directory in the following procedure within 
/var

I check the partation of my ovirt nodes. the /var has only 15GB space  and the 
root dir / has 2.1 TB space. that is the default during the ovirt node 
installation.

question: why the loca storage must be put in the /var directory?

thanks.



yours Adam
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/YDMONAO7DP4KQOCYQYIAJZN2BXKMNEHO/


[ovirt-users] disk locked after export as OVA

2018-09-17 Thread adam...@adagene.com.cn
Hello, everyone. I tried to export a vm as OVA. I got a error in webui:
VDSM ovirt1.ntbaobei.com command HSMGetAllTasksStatusesVDS failed: Volume Group 
not big enough: (u'Not enough free extents for extending LV 
d9f2378f-92f0-4bc1-96a8-20a0f2c575cb/c515a3f9-0590-4ebe-81c5-9d0993f1fec9 
(free=848, needed=872)',)

seems no enough space in the storage domain.
I deleted the vm which i wanted to export as OVA before, but I saw a disk with 
id 8140d2e7-6908-438e-a646-23e58a33913e left in the storage and the status is 
locked. 

here's some log in the engine.log:
2018-09-17 14:27:03,467+08 INFO  
[org.ovirt.engine.core.vdsbroker.irsbroker.CopyImageVDSCommand] 
(EE-ManagedThreadFactory-engine-Thread-107849) 
[a407f6a9-445d-4ccc-b998-f9dfc6dc67ec] START, CopyImageVDSCommand( 
CopyImageVDSCommandParameters:{storagePoolId='79432500-ad45-11e8-98f3-00163e188641',
 ignoreFailoverLimit='false', 
storageDomainId='d9f2378f-92f0-4bc1-96a8-20a0f2c575cb', 
imageGroupId='ee55bbe7-8001-4c82-b1a6-0cac7710704b', 
imageId='701a7472-8c00-4b9f-aa87-4837eb128695', 
dstImageGroupId='8140d2e7-6908-438e-a646-23e58a33913e', 
vmId='b3aa623e-3072-430e-87d6-b81a3b07f466', 
dstImageId='c515a3f9-0590-4ebe-81c5-9d0993f1fec9', imageDescription='', 
dstStorageDomainId='d9f2378f-92f0-4bc1-96a8-20a0f2c575cb', 
copyVolumeType='LeafVol', volumeFormat='COW', preallocate='Sparse', 
postZero='false', discard='false', force='true'}), log id: 164e3046
2018-09-17 14:27:03,467+08 INFO  
[org.ovirt.engine.core.vdsbroker.irsbroker.CopyImageVDSCommand] 
(EE-ManagedThreadFactory-engine-Thread-107849) 
[a407f6a9-445d-4ccc-b998-f9dfc6dc67ec] ++ 
dstImageGUID=8140d2e7-6908-438e-a646-23e58a33913e

I think maybe some command did not been excuted after I export the vm as OVA. I 
can find the similar case here:
https://access.redhat.com/solutions/1298893 

I have used the tool  unlock_entity.sh but cannot find any disk that is locked.
So what should I do to delete the disk that is been locked?





yours Adam
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/BCB7FFCGA5CTTC44K3V766N4OSXEGBGE/


[ovirt-users] Re: lack feture of ovirt

2018-09-13 Thread adam...@adagene.com.cn
Elad , I got it, thank you.


yours Adam
 
From: Elad Ben Aharon
Date: 2018-09-13 18:06
To: adam...@adagene.com.cn
CC: ovirtlist
Subject: Re: Re: [ovirt-users] lack feture of ovirt
Sorry, here is the content from it:
- Created a vHBA host device
#vim vhba_hostX.xml
- Created a new vHBA on the vHBA host device
#virsh nodedev-create vhba_hostX.xml
- Created a Libvirt SCSI storage pool, defined, started and auto started it
#virsh pool-define vhbapool_hostX.xml
#virsh pool-start vhbapool_hostX
#virsh pool-autostart vhbapool_hostX
- Configured zones in the FC switch (Dell S5000) and LUN masking in the storage 
server (XtremIO) containing the WWPN of the newly created vHBA and rebooted the 
server
- Via RHEVM, created a FC storage domain using one of the LUNs
- Added one of the LUNs as a direct LUN and attached it to a VM. The LUN was 
visible to the guest OS.
Notes:
1) VM migration (for a VM which is exposed to a LUN via a vHBA) wasn't tested, 
hence, I don't verify yet
2) Libvirt configuration for vHBA configuration should be done by a VDSM hook - 
BZ #1363803

See also [1], I think it should answer you question.

[1]https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/Virtualization_Deployment_and_Administration_Guide/sect-NPIV_storage.html

 

On Thu, Sep 13, 2018 at 12:31 PM, adam...@adagene.com.cn 
 wrote:
the web page said 
"You are not authorized to access bug #431454.
Most likely the bug has been restricted for internal development processes and 
we cannot grant access."

another question, what are  the advantages and disadvantages between direct lun 
and vHBA?
Thanks.





yours Adam
 
From: Elad Ben Aharon
Date: 2018-09-13 17:09
To: adam...@adagene.com.cn
CC: ovirtlist
Subject: Re: [ovirt-users] lack feture of ovirt
Hi Adam, 

It is possible, follow https://bugzilla.redhat.com/show_bug.cgi?id=431454#c97 

On Thu, Sep 13, 2018 at 11:26 AM, adam...@adagene.com.cn 
 wrote:
Hi, everyone. Is it possible to create a vHBA for a vm in ovirt cluster ?
I once created a vHBA for a vm when I was using a standalone KVM server. the vm 
works very well and has connected to a FCP storage.
I didn't find any feture in ovirt that support creating vHBA. could any one 
tell me why ovirt didn't support vHBA, is there any limit of that feture? 
thanks.  



yours Adam

___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/6GHQYM2COYIECW6VCWBAJGNYGO3RD5ST/



___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/6UXBKFGDMLPDZ4BUEDSF6JRIQUQSJAA2/


[ovirt-users] Re: lack feture of ovirt

2018-09-13 Thread adam...@adagene.com.cn
the web page said 
"You are not authorized to access bug #431454.
Most likely the bug has been restricted for internal development processes and 
we cannot grant access."

another question, what are  the advantages and disadvantages between direct lun 
and vHBA?
Thanks.





yours Adam
 
From: Elad Ben Aharon
Date: 2018-09-13 17:09
To: adam...@adagene.com.cn
CC: ovirtlist
Subject: Re: [ovirt-users] lack feture of ovirt
Hi Adam, 

It is possible, follow https://bugzilla.redhat.com/show_bug.cgi?id=431454#c97 

On Thu, Sep 13, 2018 at 11:26 AM, adam...@adagene.com.cn 
 wrote:
Hi, everyone. Is it possible to create a vHBA for a vm in ovirt cluster ?
I once created a vHBA for a vm when I was using a standalone KVM server. the vm 
works very well and has connected to a FCP storage.
I didn't find any feture in ovirt that support creating vHBA. could any one 
tell me why ovirt didn't support vHBA, is there any limit of that feture? 
thanks.  



yours Adam

___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/6GHQYM2COYIECW6VCWBAJGNYGO3RD5ST/


___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/WX2A2UOVD2HMNGQVACJQ5HK3XXTMS4RL/


[ovirt-users] lack feture of ovirt

2018-09-13 Thread adam...@adagene.com.cn
Hi, everyone. Is it possible to create a vHBA for a vm in ovirt cluster ?
I once created a vHBA for a vm when I was using a standalone KVM server. the vm 
works very well and has connected to a FCP storage.
I didn't find any feture in ovirt that support creating vHBA. could any one 
tell me why ovirt didn't support vHBA, is there any limit of that feture? 
thanks.  



yours Adam
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/6GHQYM2COYIECW6VCWBAJGNYGO3RD5ST/


[ovirt-users] Re: could not using direct lun

2018-09-11 Thread adam...@adagene.com.cn
Javier, Yes, it works in IE 11. Thank you.
I always think that Firefox is the best compatible browser, but ovirt does not 
full support it. I hope that developers can improve the compatibility of ovirt.
my firefox version 62.0 x64 in Windows 7.




yours Adam
 
From: Javier Coscia
Date: 2018-09-11 20:42
To: adam...@adagene.com.cn; ovirtlist
Subject: [ovirt-users] Re: could not using direct lun
 
 
On 09/10/2018 10:06 PM, adam...@adagene.com.cn wrote:
> Thanks Javier. looks like that is a bug. waiting for ovirt 
> developers to fix this bug.
 
Hi Adam,
It could also be a browser thing, did you try with different ones?
 
> 
> 
> yours Adam
> 
> *From:* Javier Coscia <mailto:ciudavita...@gmail.com>
> *Date:* 2018-09-10 23:45
> *To:* adam...@adagene.com.cn <mailto:adam...@adagene.com.cn>;
> ovirtlist <mailto:users@ovirt.org>
> *Subject:* [ovirt-users] Re: could not using direct lun
> On 09/10/2018 02:46 AM, adam...@adagene.com.cn wrote:
>  > Hello, everyone. I'm new here. I have created an ovirt last week.
>  > Version 4.2.6. there are 3 ovirt node hosts in that cluster. the
> engine
>  > is self-hosted. Everything works OK, but I can  not create
> virtual disk
>  > using direct lun.
>  > When I click storage > disk > new, and select direct lun tab, select
>  > storage type :"Fibre Channel", it can find the lun id, but the id is
>  > grey, and when I click the lun id, I can not click OK to save the
>  > Virtual Disk.
>  >  I'm using a HPE 3PAR storage device and have granted access
> to all
>  > the 3 hosts in that cluster.
>  >  Is there any mistake in my step?
> Looks to be the same issue reported in
> https://bugzilla.redhat.com/show_bug.cgi?id=1625499
>  >
>  >
> 
>  > yours Adam
>  >
>  >
>  > ___
>  > Users mailing list -- users@ovirt.org
>  > To unsubscribe send an email to users-le...@ovirt.org
>  > Privacy Statement: https://www.ovirt.org/site/privacy-policy/
>  > oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
>  > List Archives:
> 
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/X7SU4VEXTQL6JYYCJNQSFPVUP2LJKYOK/
>  >
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> 
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/LOU4CFDYXJGFDWKFMISCGUGBSWSUFSYG/
> 
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/R22UO5WW253VY5V7Q2Y7KXRJUGERD5UU/
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/HW7646IL2OOOE4PNF6OMKBNHDQYD25RJ/


[ovirt-users] Re: could not using direct lun

2018-09-10 Thread adam...@adagene.com.cn
Thanks Javier. looks like that is a bug. waiting for ovirt developers to fix 
this bug.




yours Adam
 
From: Javier Coscia
Date: 2018-09-10 23:45
To: adam...@adagene.com.cn; ovirtlist
Subject: [ovirt-users] Re: could not using direct lun
On 09/10/2018 02:46 AM, adam...@adagene.com.cn wrote:
> Hello, everyone. I'm new here. I have created an ovirt last week. 
> Version 4.2.6. there are 3 ovirt node hosts in that cluster. the engine 
> is self-hosted. Everything works OK, but I can  not create virtual disk 
> using direct lun.
> When I click storage > disk > new, and select direct lun tab, select 
> storage type :"Fibre Channel", it can find the lun id, but the id is 
> grey, and when I click the lun id, I can not click OK to save the 
> Virtual Disk.
>  I'm using a HPE 3PAR storage device and have granted access to all 
> the 3 hosts in that cluster.
>  Is there any mistake in my step?
 
Looks to be the same issue reported in 
https://bugzilla.redhat.com/show_bug.cgi?id=1625499
 
 
> 
> 
> yours Adam
> 
> 
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> oVirt Code of Conduct: 
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives: 
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/X7SU4VEXTQL6JYYCJNQSFPVUP2LJKYOK/
> 
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/LOU4CFDYXJGFDWKFMISCGUGBSWSUFSYG/
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/H5EAYAMZFHO5XH36AK47MDRUN726HV6U/


[ovirt-users] could not using direct lun

2018-09-09 Thread adam...@adagene.com.cn
Hello, everyone. I'm new here. I have created an ovirt last week. 
Version 4.2.6. there are 3 ovirt node hosts in that cluster. the engine is 
self-hosted. Everything works OK, but I can  not create virtual disk using 
direct lun. 
When I click storage > disk > new, and select direct lun tab, select 
storage type :"Fibre Channel", it can find the lun id, but the id is grey, and 
when I click the lun id, I can not click OK to save the Virtual Disk.
I'm using a HPE 3PAR storage device and have granted access to all the 
3 hosts in that cluster.
Is there any mistake in my step?




yours Adam
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/X7SU4VEXTQL6JYYCJNQSFPVUP2LJKYOK/