[ovirt-users] Re: Cannot SSH into the self hosted host (going through tutorial)

2020-12-02 Thread Yedidyah Bar David
Hello,

On Tue, Nov 24, 2020 at 4:38 PM  wrote:
>
> Hello.
>
> I want to install oVirt on my PC and for this purpose I'm following the 
> tutorial which instructed me to make a VM and install there the oVirt self 
> hosted host: 
> https://www.ovirt.org/documentation/installing_ovirt_as_a_self-hosted_engine_using_the_cockpit_web_interface/#Installing_Hosts_for_RHV_SHE_cockpit_deploy
>
> I cannot SSH to this new oVirt install - I get the error "Connection refused" 
> (Even though I see something listening on port 22 by running `netstat -an`). 
> So I tried stopping `sshd`and I got the same error. Tried to do all of this 
> with `telnet 192.168.122.1 22`, I get the same error "Connection refused".
>
> Also, Yum returns "could not resolve host: https://mirrors.fedoraproject.org;
>
> I can ping the machine though from my PC.
>
> I turned off `firewalld`. `iproute -S` returns `ACCEPT` for everything.
>
> My PC is running archlinux and I installed the new VM using "Virtual Machine 
> Manager". Normally, I can easily SSH to any VM I create. Maybe someone know 
> what I'm doing wrong?
>

It's a bit hard to understand what exactly you are trying to do.

Did you read a bit about oVirt and understand its architecture? What
hosted-engine is?

You probably need to disable MAC filtering on your host. No idea how
to do that in "Virtual Machine Manager".

You have:

1. Your physical machine/host

2. A VM inside it acting as an oVirt host, with its MAC address
(assigned by the virt software on the host)

3. A vm inside that one, so-called the hosted-engine VM, with its own
MAC address (assigned by the hosted-engine deployment process).

When (3.) tries to access (1.) (either directly, or the outside world
through it), (1.) sees the traffic on the vnic of (2.), but with a MAC
address different from (2.)'s. So it might block it.

That's just a guess - I don't know archlinux's "Virtual Machine Manager".

If you are doing this for studying, and do not have a spare physical
machine for doing the hosted-engine install on, it might be better to
first try standalone (non-hosted-engine) setup. It will be more work,
and require you to learn more, but will hopefully be easier to
understand and debug if something goes wrong.

Good luck and best regards,
-- 
Didi
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/CMZU3QWKZLCOOA6PHPCOXHYIXTFIRRNU/


[ovirt-users] Re: Cannot SSH into the self hosted host (going through tutorial)

2020-12-02 Thread jenia . ivlev
PING works actually.

I disabled all iptalbes rules:

iptables -L
Chain INPUT (policy ACCEPT)
targetprot opt source destination

Chain FORWARD (policy ACCEPT)
target   prot opt source  destination

Chain OUTPUT (policy ACCEPT)
target   prot opt source  destination



I killed firewalld

I can see sshd listening on 22

netstat -anp | grep 22
tcp0 0 0.0.0.0:22  0.0.0.0:*   LISTEN1086/sshd



Here is a screen shot: https://photos.app.goo.gl/XhM9Zd8yEq5S5QAUA

I don't understand why my Ovirt VM is unreachable.

Can someone please give a tiny help?/

P.S. Ping works!! So there's a route: 
https://photos.app.goo.gl/nSL39U9vejYPHwcS9
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/WOCTXNT2F7TIJN7K5KK6MZO6VJEQM2RP/


[ovirt-users] Re: Cannot SSH into the self hosted host (going through tutorial)

2020-12-02 Thread jenia . ivlev
I cannot ping, cannot ssh, cannot telnet to the self hosted host. I don't 
understand why.

I want to be able to SSH to to somehow for example.

Can someone please give a hint?
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/UBKE7SEF5262J3CQ4KCHBNHXRV7F7SDW/


[ovirt-users] Re: new hyperconverged setup

2020-12-02 Thread Strahil Nikolov via Users
You are using NVMEs, so you can safely use JBOD mode.

I think that the size should be for a single disk, but you can experiment on 
that. If the LVs are too small, you can just extend them or even recreate them.
What is you network speed ?

If your network bandwidth matches your NVMEs' combined Read speed - then avoid 
dedup and compression unless you really need them.

Most probably your NVMEs have a 4096 sector size . If yes, you will need vdo 
with '--emulate512'. Yet, tuning VDO for such fast devices is not a trivial 
task.

Most probably you can configure a VDO per each NVME (or even per pertition/lv) 
, and configure it with compression and dedup disabled (emulate512 only if 
needed).
Also check the UDS index topic, as it is quite important:

https://access.redhat.com/documentation/en_us/red_hat_enterprise_linux/7/html/storage_administration_guide/vdo-ig-administering-vdo#vdo-ig-config-uds-index

If your network is slower than your disks, you can enable dedup and 
compression. Also gluster has a setting called 'cluster.choose-local' . You can 
enable it in order to tell the FUSE driver to prefer local brick instead those 
over the network.

Best Regards,
Strahil Nikolov






В сряда, 2 декември 2020 г., 14:10:21 Гринуич+2, dofrank...@port-orange.org 
 написа: 





I am about to setup a new hyperconverged setup with the following 

3 host setup
2 x nvme 240gb hd for OS on each host (raid)
3 x nvme 7 tb hd for vm storage on each host (no raid card)
500gb RAM per each host

I am confused during the gluster setup portion using the web ui setup wizard.  
When asked for the LV size do I input the maximum size of the hard drive on a 
single host or do I combine the total capacity of the matching hard drives on 
all 3 host?  Example that I would be putting in is hard drive: /dev/nvme1p1 
capacity 7tb or should it be 21tb (combined capacity of the matching single HD 
on the other host).  Or is there a better method you recommend?  And since I am 
using nvme hard drive would you recommend using dedup and compression or no?

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


[ovirt-users] Re: Unable to move or copy disks

2020-12-02 Thread Strahil Nikolov via Users
Actually I have to dig the mailing list, cause I can't remmember the exact 
steps and if you miss something - everything can go wild.

I have the vague feeling that I just copied the data inside the volume and then 
I just renamed the master directories . There is a catch - oVirt is not very 
smart and it doesn't expect any foreign data to reside there.

Of course, I could survive the downtime.


Best Regards,
Strahil Nikolov





В вторник, 1 декември 2020 г., 19:40:28 Гринуич+2, supo...@logicworks.pt 
 написа: 





Thanks

Did you use the command cp to copy data between gluster volumes?

Regards

José


De: "Strahil Nikolov" 
Para: supo...@logicworks.pt
Cc: users@ovirt.org
Enviadas: Terça-feira, 1 De Dezembro de 2020 8:05:17
Assunto: Re: [ovirt-users] Re: Unable to move or copy disks

This looks like the bug I have reported a long time ago.
The only fix I found was to create new gluster volume and "cp -a" all data from 
the old to the new volume.

Do you have spare space for a new Gluster volume ?
If yes, create the new volume and add it to Ovirt, then dd the file and move 
the disk to that new storage.
Once you move all VM's disks you can get rid of the old Gluster volume and 
reuse the space .

P.S.: Sadly I didn't have the time to look at your logs .


Best Regards,
Strahil Nikolov






В понеделник, 30 ноември 2020 г., 01:22:46 Гринуич+2,  
написа: 





No errors

# sudo -u vdsm dd 
if=/rhev/data-center/mnt/glusterSD/gfs1.server.pt:_gfs1data/0e8de531-ac5e-4089-b390-cfc0adc3e79a/images/a847beca-7ed0-4ff1-8767-fc398379d85b/61d85180-65a4-452d-8773-db778f56e242
 of=/dev/null bs=4M status=progress
107336433664 bytes (107 GB) copied, 245.349334 s, 437 MB/s
25600+0 records in
25600+0 records out
107374182400 bytes (107 GB) copied, 245.682 s, 437 MB/s

After this I tried again to move the disk, and surprise, successfully

I didn't believe it.
Try to move another disk, the same error came back
I did a dd to this other disk and tried again to move it, again successfully

!!!


De: "Strahil Nikolov" 
Para: supo...@logicworks.pt
Cc: users@ovirt.org
Enviadas: Domingo, 29 De Novembro de 2020 20:22:36
Assunto: Re: [ovirt-users] Re: Unable to move or copy disks

Usually distributed volumes are supported on a Single-node setup, but it 
shouldn't be the problem.


As you know the affected VMs , you can easily find the disks of a VM.

Then try to read the VM's disk:

sudo -u vdsm dd 
if=/rhev/data-center/mnt/glusterSD/gfs1.server.pt:_gfs1data//images//
 of=/dev/null bs=4M status=progress

Does it give errors ?


Best Regards,
Strahil Nikolov



В неделя, 29 ноември 2020 г., 20:06:42 Гринуич+2, supo...@logicworks.pt 
 написа: 





No heals pending
There are some VM's I can move the disk but some others VM's I cannot move the 
disk


It's a simple gluster
]# gluster volume info

Volume Name: gfs1data
Type: Distribute
Volume ID: 7e6826b9-1220-49d4-a4bf-e7f50f38c42c
Status: Started
Snapshot Count: 0
Number of Bricks: 1
Transport-type: tcp
Bricks:
Brick1: gfs1.server.pt:/home/brick1
Options Reconfigured:
diagnostics.brick-log-level: INFO
performance.client-io-threads: off
server.event-threads: 4
client.event-threads: 4
cluster.choose-local: yes
user.cifs: off
features.shard: on
cluster.shd-wait-qlength: 1
cluster.locking-scheme: granular
cluster.data-self-heal-algorithm: full
cluster.server-quorum-type: server
cluster.quorum-type: auto
cluster.eager-lock: enable
network.remote-dio: enable
performance.low-prio-threads: 32
performance.io-cache: off
performance.read-ahead: off
performance.quick-read: off
storage.owner-gid: 36
storage.owner-uid: 36
transport.address-family: inet
nfs.disable: on




De: "Strahil Nikolov" 
Para: supo...@logicworks.pt
Cc: users@ovirt.org
Enviadas: Domingo, 29 De Novembro de 2020 17:27:04
Assunto: Re: [ovirt-users] Re: Unable to move or copy disks

Are you sure you don't have any heals pending ?
I should admit I have never seen this type of error.

Is it happening for all VMs or only specific ones ?


Best Regards,
Strahil Nikolov






В неделя, 29 ноември 2020 г., 15:37:04 Гринуич+2, supo...@logicworks.pt 
 написа: 





Sorry, I found this error on gluster logs:

 [MSGID: 113040] [posix-helpers.c:1929:__posix_fd_ctx_get] 0-gfs1data-posix: 
Failed to get anonymous fd for real_path: 
/home/brick1/.glusterfs/bc/57/bc57653e-b08c-417b-83f3-bf234a97e30f. [No such 
file or directory]


De: supo...@logicworks.pt
Para: "Strahil Nikolov" 
Cc: users@ovirt.org
Enviadas: Domingo, 29 De Novembro de 2020 13:13:00
Assunto: [ovirt-users] Re: Unable to move or copy disks

I don't find any error in the gluster logs, I just find this error in the vdsm 
log:

2020-11-29 12:57:45,528+ INFO  (tasks/1) [storage.SANLock] Successfully 
released Lease(name='61d85180-65a4-452d-8773-db778f56e242', 

[ovirt-users] Custom firewalld zones?

2020-12-02 Thread Alan G
Hi,



Is there any support for custom zones in firewalld? The only reference I can 
find is this from years ago



https://lists.ovirt.org/pipermail/users/2015-May/032791.html



We're trying to put ovirtmgmt into a zone other than the default zone, but vdsm 
keeps reverting the config whenever it rewrites ifcfg-ovirtmgmt, with the 
result that the host becomes unreachable.



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


[ovirt-users] Re: new hyperconverged setup

2020-12-02 Thread Alex McWhirter

On 2020-12-02 09:56, cpo cpo wrote:

Thanks.  Trying to figure out if I should use dedup/comp now.  If I
don't is the total usable space if I follow your setup guide for my
storage domain going to be 21tb once I am done with everything (3 vm
storage volumes, one per disk)?

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


the comp/dedupe features use VDO, which IMO is a fairly large 
performance hit, at least in my testing on 9x900GB 24 drive raid 10 
arrays.


My personal recommendation is to just use hardware / mdadm raid and lvm 
on top (oVirt can do this for you in the UI)


If you really need comp/dedupe, we use ZFS in production for that 
purpose. Granted this is not supported by oVirt, so YMMV.

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


[ovirt-users] Re: new hyperconverged setup

2020-12-02 Thread cpo cpo
Thanks.  Trying to figure out if I should use dedup/comp now.  If I don't is 
the total usable space if I follow your setup guide for my storage domain going 
to be 21tb once I am done with everything (3 vm storage volumes, one per disk)?

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


[ovirt-users] Re: new hyperconverged setup

2020-12-02 Thread Jayme
Ok yeah that is fairly similar to my setup, except I only have two drives
in each host.

In my case I created completely separate data volume, one per drive. You
could do the same, three data volumes for storage @ 7TB each for example.
On one of the volumes you'll need to split off 100Gb volume for engine, So
you'd end up with something like 2 x 7Tb data volumes, 100Gb engine and
6.9TB data volume or something along those lines.

With multiple non-raided drives I'm not sure if this is the best approach
or if it makes more sense to software raid the drives first. Personally I
like the fact that my volumes are separated.

On Wed, Dec 2, 2020 at 9:13 AM cpo cpo  wrote:

> Once again thanks for the reply.  I have 3 identical drives in EACH host.
>
> Thanks
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/privacy-policy.html
> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/5E2ODTEBMOJIKAPH24FNLPJUKABDXHEC/
>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/ENVH2IPHA2MZSCD4CF5DM3IM2KH7U7E4/


[ovirt-users] Re: ovirt 4.3 - locked image vm - unable to remove a failed deploy of a guest dom

2020-12-02 Thread 3c . monitor
Hi,
ok, I found it, with:

SELECT * from images where imagestatus = 2;

Now simply update it = 1 ?

And then template became removable?
Or other steps needed?

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


[ovirt-users] Re: new hyperconverged setup

2020-12-02 Thread cpo cpo
Once again thanks for the reply.  I have 3 identical drives in EACH host.  

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


[ovirt-users] Re: Can't install Ovirt from cockpit - ERROR: cannot retrieve iSCSI luns

2020-12-02 Thread Asaf Rachmani
Hi,

Yes, I can see the thread.
We just reproduced it with the latest ovirt-cockpit package [1].

[1] https://bugzilla.redhat.com/show_bug.cgi?id=1903567

Regards,
Asaf


On Wed, Dec 2, 2020 at 12:09 PM Patrick Lomakin 
wrote:

> Hi Asaf. Thanks for quick answer. I am sorry, but I have installed HE a
> week ago using console installer.
> Do you see this thread?
> https://lists.ovirt.org/archives/list/users@ovirt.org/thread/2XKKX2O763XKYUTHLDY5NON6ZUCE6Y3V/
> I think the problem fixed yesteday.
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/privacy-policy.html
> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/HVHJEH2A6NMOOXDG466O2GRZ6TP4N2RY/
>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/AEAOBAAQUFTOP2V2SW4GE5ZLWA7TL64H/


[ovirt-users] Re: new hyperconverged setup

2020-12-02 Thread Jayme
I have two ssds in each host for storage. I ended up using the wizard but
in the wizard I simply added two data volumes

Ex:

storage1 = /dev/sda
storage2 = /dev/sdb

You can create as many storage volumes as you want. You don’t need to have
just one single large volume. You could have just one big volume but I
believe you’d need either hardware or software raid to accomplish that.

Am I correct that you have three drives (to be used for storage) in EACH
host or three drives total across all three hosts?

On Wed, Dec 2, 2020 at 8:47 AM cpo cpo  wrote:

> Thanks for the reply.  I have been told by a couple of different people
> not use software raid with this gluster setup.   Did you end creating your
> volumes in command line or did you follow the wizard?
>
> Thanks
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/privacy-policy.html
> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/BRYP2KRFBFUYO7C3W3XTL4J2FYD33TDY/
>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/I2DP4EM34FYE7ZTDDDM32IFQJYPUKL25/


[ovirt-users] Re: new hyperconverged setup

2020-12-02 Thread cpo cpo
Thanks for the reply.  I have been told by a couple of different people not use 
software raid with this gluster setup.   Did you end creating your volumes in 
command line or did you follow the wizard?  

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


[ovirt-users] Re: new hyperconverged setup

2020-12-02 Thread Jayme
Personally I also found this confusing when I setup my cluster a while
back. I ended up creating multiple data volumes. One for each drive. You
could probably software raid the drives first and present it to the
deployment wizard as one block device. I’m not sure if deployment wizard
will combine multiple physical drives into one volume for you. Hopefully
someone else can shed more light on this.

With your host specs it sounds like you should be fine to use
dedupe/compression



On Wed, Dec 2, 2020 at 8:10 AM  wrote:

> I am about to setup a new hyperconverged setup with the following
>
> 3 host setup
> 2 x nvme 240gb hd for OS on each host (raid)
> 3 x nvme 7 tb hd for vm storage on each host (no raid card)
> 500gb RAM per each host
>
> I am confused during the gluster setup portion using the web ui setup
> wizard.   When asked for the LV size do I input the maximum size of the
> hard drive on a single host or do I combine the total capacity of the
> matching hard drives on all 3 host?  Example that I would be putting in is
> hard drive: /dev/nvme1p1 capacity 7tb or should it be 21tb (combined
> capacity of the matching single HD on the other host).  Or is there a
> better method you recommend?  And since I am using nvme hard drive would
> you recommend using dedup and compression or no?
>
> Thanks
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/privacy-policy.html
> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/CLIXBOMZ7EEZ54FZKG4A4YCWVFRS2N23/
>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/QFGVZSAM7NXRY5VNCAWTK4AKSOFTVJNJ/


[ovirt-users] Re: ovirt 4.3 - locked image vm - unable to remove a failed deploy of a guest dom

2020-12-02 Thread Benny Zlotnik
It should be in the images table, there is an it_guid column which
indicates which templates the image is based on

On Wed, Dec 2, 2020 at 2:16 PM <3c.moni...@gruppofilippetti.it> wrote:

> Hi,
> if I can ask some other info, probably I find a "ghost disk" related to
> previous problem.
>
> Infact, I still cannot remove the broken template, because its disk is
> still registered somewhere; can You please suggest me where to search for
> it?
>
> Thanks a lot.
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/privacy-policy.html
> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/TXYSDN7LLCSLS4MV37XBCJT3EMX4BUKB/
>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/IOK6IUSOOOAIIIZQ6YGXLRKIBCLC75F2/


[ovirt-users] Re: Constantly XFS in memory corruption inside VMs

2020-12-02 Thread Abhishek Sahni
I have been through a similar type of weird situation and ended up knowing
that it was because of NFS mounting.

ENV:
STORAGE: Dell EMC VNX 5200 - NFS shares.

a) Given below is the mounting of the storage (NFSv4 SHARE) on the nodes
when creating new VMs failed while installation. However existing VMs are
running fine.  [nfsv4]

# mount

A.B.C.D:/VIRT_CC on /rhev/data-center/mnt/A.B.C.D:_VIRT__CC type nfs4
(rw,relatime,vers=4.1,rsize=65536,wsize=65536,namlen=255,soft,nosharecache,proto=tcp,timeo=600,retrans=6,sec=sys,clientaddr=A.B.C.D,local_lock=none,addr=A.B.C.D)


b) Switched back to NFSv3 and everything came back to normal.

# mount

A.B.C.D:/VIRT_CC on /rhev/data-center/mnt/A.B.C.D:_VIRT__CC type nfs
(rw,relatime,vers=3,rsize=65536,wsize=65536,namlen=255,soft,nolock,nosharecache,proto=tcp,timeo=600,retrans=6,sec=sys,mountaddr=A.B.C.D,mountvers=3,mountport=1234,mountproto=udp,local_lock=all,addr=A.B.C.D)

Conclusion: Checked logs everywhere (Nodes and Storage.) but didnt find
anything which can lead to the error.

WORKAROUND:
NFS Storage domain was configured with "AUTO" negotiated  option.

1) I put the storage domain in maintainance mode.
2) Changed it to NFS v3 and remove it from the maintanance mode.

and Boom everything came back to normal.

You can check if that workaround will work for you.

On Wed, Dec 2, 2020 at 10:42 AM Vinícius Ferrão via Users 
wrote:

> Can this be related the case?
> https://bugzilla.redhat.com/show_bug.cgi?id=810082
>
> On 1 Dec 2020, at 10:25, Vinícius Ferrão 
> wrote:
>
> ECC RAM everywhere: hosts and storage.
>
> I even run Memtest86 on both hypervisor hosts just be sure. No errors. I
> haven’t had the opportunity to run it on the storage yet.
>
> After I’ve sent that message yesterday, the engine VM crashed again,
> filesystem went offline. There was some discards (again) on the switch,
> probably due to the “boot storm” of other VM’s. But this time a simple
> reboot fixed the filesystem and the hosted engine VM was back.
>
> Since it was an extremely small amount of time, I’ve checked everything
> again, and only the discards issues came up, there are ~90k discards on Po2
> (which is the LACP interface of the hypervisor). Since the fact, I enabled
> hardware flow control on the ports of the switch, but discards are still
> happening:
>
> PortAlign-Err FCS-ErrXmit-Err Rcv-Err  UnderSize
>  OutDiscards
> Po1 0   0   0   0  0
>0
> Po2 0   0   0   0  0
> 3650
> Po3 0   0   0   0  0
>0
> Po4 0   0   0   0  0
>0
> Po5 0   0   0   0  0
>0
> Po6 0   0   0   0  0
>0
> Po7 0   0   0   0  0
>0
> Po200   0   0   0  0
>13788
>
> I think this may be related… but it’s just a guess.
>
> Thanks,
>
>
> On 1 Dec 2020, at 05:06, Strahil Nikolov  wrote:
>
> Could it be faulty ram ?
> Do you use ECC ram ?
>
> Best Regards,
> Strahil Nikolov
>
>
>
>
>
>
> В вторник, 1 декември 2020 г., 06:17:10 Гринуич+2, Vinícius Ferrão via
> Users  написа:
>
>
>
>
>
>
> Hi again,
>
>
>
> I had to shutdown everything because of a power outage in the office. When
> trying to get the infra up again, even the Engine have corrupted:
>
>
>
> [  772.466982] XFS (dm-4): Invalid superblock magic number
> mount: /var: wrong fs type, bad option, bad superblock on
> /dev/mapper/ovirt-var, missing codepage or helper program, or other error.
> [  772.472885] XFS (dm-3): Mounting V5 Filesystem
> [  773.629700] XFS (dm-3): Starting recovery (logdev: internal)
> [  773.731104] XFS (dm-3): Metadata CRC error detected at
> xfs_agfl_read_verify+0xa1/0xf0 [xfs], xfs_agfl block 0xf3
> [  773.734352] XFS (dm-3): Unmount and run xfs_repair
> [  773.736216] XFS (dm-3): First 128 bytes of corrupted metadata buffer:
> [  773.738458] : 23 31 31 35 36 35 35 34 29 00 2d 20 52 65 62 75
>  #1156554).- Rebu
> [  773.741044] 0010: 69 6c 74 20 66 6f 72 20 68 74 74 70 73 3a 2f 2f
>  ilt for https://
> [  773.743636] 0020: 66 65 64 6f 72 61 70 72 6f 6a 65 63 74 2e 6f 72
>  fedoraproject.or
> [  773.746191] 0030: 67 2f 77 69 6b 69 2f 46 65 64 6f 72 61 5f 32 33
>  g/wiki/Fedora_23
> [  773.748818] 0040: 5f 4d 61 73 73 5f 52 65 62 75 69 6c 64 00 2d 20
>  _Mass_Rebuild.-
> [  773.751399] 0050: 44 72 6f 70 20 6f 62 73 6f 6c 65 74 65 20 64 65
>  Drop obsolete de
> [  773.753933] 0060: 66 61 74 74 72 20 73 74 61 6e 7a 61 73 20 28 23
>  fattr stanzas (#
> [  773.756428] 0070: 31 30 34 37 30 33 31 29 00 2d 20 49 6e 73 74 61
>  1047031).- Insta
> [  773.758873] XFS (dm-3): metadata I/O error in "xfs_trans_read_buf_map"
> at 

[ovirt-users] Re: ovirt 4.3 - locked image vm - unable to remove a failed deploy of a guest dom

2020-12-02 Thread 3c . monitor
Hi,
if I can ask some other info, probably I find a "ghost disk" related to 
previous problem.

Infact, I still cannot remove the broken template, because its disk is still 
registered somewhere; can You please suggest me where to search for it?

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


[ovirt-users] new hyperconverged setup

2020-12-02 Thread dofranklin
I am about to setup a new hyperconverged setup with the following 

3 host setup
2 x nvme 240gb hd for OS on each host (raid)
3 x nvme 7 tb hd for vm storage on each host (no raid card)
500gb RAM per each host

I am confused during the gluster setup portion using the web ui setup wizard.   
When asked for the LV size do I input the maximum size of the hard drive on a 
single host or do I combine the total capacity of the matching hard drives on 
all 3 host?  Example that I would be putting in is hard drive: /dev/nvme1p1 
capacity 7tb or should it be 21tb (combined capacity of the matching single HD 
on the other host).  Or is there a better method you recommend?  And since I am 
using nvme hard drive would you recommend using dedup and compression or no?

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


[ovirt-users] Re: ovirt 4.3 - locked image vm - unable to remove a failed deploy of a guest dom

2020-12-02 Thread 3c . monitor
Hi.
thanks a lot!

a simply:

update vm_dynamic SET status = '0' where vm_guid = 
'a54f4a3d-e7b3-4fc6-9910-fc5b415b99bf' ;

has finally changed the VM in a "removable" state.

Just deleted it!
Thanks again.
M.
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/TNI476LB57WM5RIV5XZ2P6RDT2OEHYAN/


[ovirt-users] Re: ovirt 4.3 - locked image vm - unable to remove a failed deploy of a guest dom

2020-12-02 Thread Benny Zlotnik
These are the available statuses[1], you can change it to 0, assuming the
VM is down


[1]
https://github.com/oVirt/ovirt-engine/blob/master/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/VMStatus.java#L10

On Wed, Dec 2, 2020 at 12:57 PM <3c.moni...@gruppofilippetti.it> wrote:

> Hi.
> It's correct.
> But how unlock / change / remove it?
> In the same table, a lot of fields are empty, "0" or NULL.
> Only vm_guid and status have a value.
> Thanks,
> M.
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/privacy-policy.html
> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/PIZ7TQV46L3FBOV6PTNMTWQ2O7CF5EGX/
>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/AD3SUCPR2TR73VXTINI522M5BDTJ56FU/


[ovirt-users] Re: ovirt 4.3 - locked image vm - unable to remove a failed deploy of a guest dom

2020-12-02 Thread 3c . monitor
Hi.
It's correct.
But how unlock / change / remove it?
In the same table, a lot of fields are empty, "0" or NULL.
Only vm_guid and status have a value.
Thanks,
M.
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/PIZ7TQV46L3FBOV6PTNMTWQ2O7CF5EGX/


[ovirt-users] Re: ovirt 4.3 - locked image vm - unable to remove a failed deploy of a guest dom

2020-12-02 Thread Benny Zlotnik
I am not sure what is locked? If everything in the images table is 1, then
the disks are not locked. If the VM is in status 15, which is "Images
Locked" status, then this status is set in the vm_dynamic table

On Wed, Dec 2, 2020 at 12:43 PM <3c.moni...@gruppofilippetti.it> wrote:

> Hi,
> in this table all imagestatus = 1
>
> Any other ideas?
>
> Thanks a lot,
> M.
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/privacy-policy.html
> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/I5E5IMBWORF45BLIKRSQPNSTH2O22WWG/
>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/DW43N255FSL62JNJMNFJH57NZTNOOODY/


[ovirt-users] Re: ovirt 4.3 - locked image vm - unable to remove a failed deploy of a guest dom

2020-12-02 Thread 3c . monitor
Hi,
in this table all imagestatus = 1

Any other ideas?

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


[ovirt-users] Re: Can't install Ovirt from cockpit - ERROR: cannot retrieve iSCSI luns

2020-12-02 Thread Patrick Lomakin
Hi Asaf. Thanks for quick answer. I am sorry, but I have installed HE a week 
ago using console installer. 
Do you see this thread? 
https://lists.ovirt.org/archives/list/users@ovirt.org/thread/2XKKX2O763XKYUTHLDY5NON6ZUCE6Y3V/
I think the problem fixed yesteday.
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/HVHJEH2A6NMOOXDG466O2GRZ6TP4N2RY/


[ovirt-users] Re: ovirt 4.3 - locked image vm - unable to remove a failed deploy of a guest dom

2020-12-02 Thread Benny Zlotnik
imagestatus is in the images table, not vms

On Wed, Dec 2, 2020 at 11:30 AM <3c.moni...@gruppofilippetti.it> wrote:

> Hi.
> I did a full select on "vms" and field "imagestatus" there isn't!
> May be this the reason for which the tool is unable to manage it?
> Follows full field list:
>
>
> "vm_name","mem_size_mb","max_memory_size_mb","num_of_io_threads","nice_level","cpu_shares","vmt_guid","os","description","free_text_comment","cluster_id","creation_date","auto_startup","lease_sd_id","lease_info","is_stateless","is_smartcard_enabled","is_delete_protected","sso_method","dedicated_vm_for_vds","default_boot_sequence","vm_type","vm_pool_spice_proxy","cluster_name","transparent_hugepages","trusted_service","storage_pool_id","storage_pool_name","cluster_spice_proxy","vmt_name","status","vm_ip","vm_ip_inet_array","vm_host","last_start_time","boot_time","downtime","guest_cur_user_name","console_cur_user_name","runtime_name","guest_os","console_user_id","guest_agent_nics_hash","run_on_vds","migrating_to_vds","app_list","vm_pool_name","vm_pool_id","vm_guid","num_of_monitors","single_qxl_pci","allow_console_reconnect","is_initialized","num_of_sockets","cpu_per_socket","threads_per_cpu","usb_policy","acpi_enable","session","num_of_cpus","quota_id","quota_name","quota_enforcement_
>
>  
> type","boot_sequence","utc_diff","client_ip","guest_requested_memory","time_zone","cpu_user","cpu_sys","elapsed_time","usage_network_percent","disks_usage","usage_mem_percent","usage_cpu_percent","run_on_vds_name","cluster_cpu_name","default_display_type","priority","iso_path","origin","cluster_compatibility_version","initrd_url","kernel_url","kernel_params","pause_status","exit_message","exit_status","migration_support","predefined_properties","userdefined_properties","min_allocated_mem","hash","cpu_pinning","db_generation","host_cpu_flags","tunnel_migration","vnc_keyboard_layout","is_run_and_pause","created_by_user_id","last_watchdog_event","last_watchdog_action","is_run_once","volatile_run","vm_fqdn","cpu_name","emulated_machine","current_cd","reason","exit_reason","instance_type_id","image_type_id","architecture","original_template_id","original_template_name","last_stop_time","migration_downtime","template_version_number","serial_number_policy","custom_serial_number","is_boot_m
>
>  
> enu_enabled","guest_cpu_count","next_run_config_exists","is_previewing_snapshot","numatune_mode","is_spice_file_transfer_enabled","is_spice_copy_paste_enabled","cpu_profile_id","is_auto_converge","is_migrate_compressed","custom_emulated_machine","bios_type","custom_cpu_name","spice_port","spice_tls_port","spice_ip","vnc_port","vnc_ip","ovirt_guest_agent_status","qemu_guest_agent_status","guest_mem_buffered","guest_mem_cached","small_icon_id","large_icon_id","migration_policy_id","provider_id","console_disconnect_action","resume_behavior","guest_timezone_offset","guest_timezone_name","guestos_arch","guestos_codename","guestos_distribution","guestos_kernel_version","guestos_type","guestos_version","custom_compatibility_version","guest_containers","has_illegal_images","multi_queues_enabled"
>
> And just for let You know, its "status = 15"
>
> Please let me know.
> Thanks,
> M.
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/privacy-policy.html
> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/BCJNRY274XLTKNIXJBGKSJAS26YKCROI/
>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/WRXOGGQ7ZPVIQEEZ4SDNCQXU5CQ6RPFC/


[ovirt-users] Re: ovirt 4.3 - locked image vm - unable to remove a failed deploy of a guest dom

2020-12-02 Thread 3c . monitor
Hi.
I did a full select on "vms" and field "imagestatus" there isn't!
May be this the reason for which the tool is unable to manage it?
Follows full field list:

"vm_name","mem_size_mb","max_memory_size_mb","num_of_io_threads","nice_level","cpu_shares","vmt_guid","os","description","free_text_comment","cluster_id","creation_date","auto_startup","lease_sd_id","lease_info","is_stateless","is_smartcard_enabled","is_delete_protected","sso_method","dedicated_vm_for_vds","default_boot_sequence","vm_type","vm_pool_spice_proxy","cluster_name","transparent_hugepages","trusted_service","storage_pool_id","storage_pool_name","cluster_spice_proxy","vmt_name","status","vm_ip","vm_ip_inet_array","vm_host","last_start_time","boot_time","downtime","guest_cur_user_name","console_cur_user_name","runtime_name","guest_os","console_user_id","guest_agent_nics_hash","run_on_vds","migrating_to_vds","app_list","vm_pool_name","vm_pool_id","vm_guid","num_of_monitors","single_qxl_pci","allow_console_reconnect","is_initialized","num_of_sockets","cpu_per_socket","threads_per_cpu","usb_policy","acpi_enable","session","num_of_cpus","quota_id","quota_name","quota_enforcement_
 
type","boot_sequence","utc_diff","client_ip","guest_requested_memory","time_zone","cpu_user","cpu_sys","elapsed_time","usage_network_percent","disks_usage","usage_mem_percent","usage_cpu_percent","run_on_vds_name","cluster_cpu_name","default_display_type","priority","iso_path","origin","cluster_compatibility_version","initrd_url","kernel_url","kernel_params","pause_status","exit_message","exit_status","migration_support","predefined_properties","userdefined_properties","min_allocated_mem","hash","cpu_pinning","db_generation","host_cpu_flags","tunnel_migration","vnc_keyboard_layout","is_run_and_pause","created_by_user_id","last_watchdog_event","last_watchdog_action","is_run_once","volatile_run","vm_fqdn","cpu_name","emulated_machine","current_cd","reason","exit_reason","instance_type_id","image_type_id","architecture","original_template_id","original_template_name","last_stop_time","migration_downtime","template_version_number","serial_number_policy","custom_serial_number","is_boot_m
 
enu_enabled","guest_cpu_count","next_run_config_exists","is_previewing_snapshot","numatune_mode","is_spice_file_transfer_enabled","is_spice_copy_paste_enabled","cpu_profile_id","is_auto_converge","is_migrate_compressed","custom_emulated_machine","bios_type","custom_cpu_name","spice_port","spice_tls_port","spice_ip","vnc_port","vnc_ip","ovirt_guest_agent_status","qemu_guest_agent_status","guest_mem_buffered","guest_mem_cached","small_icon_id","large_icon_id","migration_policy_id","provider_id","console_disconnect_action","resume_behavior","guest_timezone_offset","guest_timezone_name","guestos_arch","guestos_codename","guestos_distribution","guestos_kernel_version","guestos_type","guestos_version","custom_compatibility_version","guest_containers","has_illegal_images","multi_queues_enabled"

And just for let You know, its "status = 15"

Please let me know.
Thanks,
M.
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/BCJNRY274XLTKNIXJBGKSJAS26YKCROI/


[ovirt-users] Re: Can't install Ovirt from cockpit - ERROR: cannot retrieve iSCSI luns

2020-12-02 Thread Asaf Rachmani
Hi Patrick,

I checked the cockpit-ovirt code, and it seems you are right.
Ansible changed the module's behavior in the 2.9.14 version and the module
no longer returns 'ansible_facts'.
I believe [1] should fix that, but I didn't check it yet.
Can you please provide the ovirt-hosted-engine-setup log files and ansible
version?

[1]
https://gerrit.ovirt.org/c/cockpit-ovirt/+/112450/1/dashboard/src/helpers/HostedEngineSetup/StorageUtil.js

Thanks,
Asaf




On Wed, Nov 25, 2020 at 8:56 AM Patrick Lomakin 
wrote:

> Latest version of Ovirt - 4.4.3
> Hi everyboby. I have tryed to install hosted engine from ovirt cockpit,
> but when select iSCSI target I give the same error - Error: Cannot retrieve
> iSCSI LUNs. After that I have installed hosted engine from console with
> command - "hosted-engine --deploy" and than installed successfully. From
> console was able  to retrieve iSCSI luns and select one there. Who can try
> to deploy ovirt from cockpit?
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/privacy-policy.html
> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/BZWZNMREXMU3HU4AX3IGWZGW5YLHCK7Q/
>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/CUIJ7GJY737LJK6SIF66KNVKAMBWYLXE/