console issue after installing 3rd party certificate
by ada per
Hello Everyone,
I followed the instructions on installing a 3rd party certificate on hosted engine.
The certificate is installed properly and in all the correct paths, everything seems to be working fine but i cannot access teh spice console, it comes up with error cannot connect to graphic server and libvirt uri:none.
any advice will be greatly appreciated
5 years, 4 months
Issue adding Network to host with Python SDK
by Don Dupuis
I am having issue with adding network to host nic with python SDK. It works
just fine using the portal GUI. I have the following:
bond0 that is setup as mode 4
bond0.120 that is attached to ovirtmgmt network
bond0.96 that I am trying to attach a new installed network called External.
Below is a code snippet of what I am trying to do:
hosts_service = connection.system_service().hosts_service()
host = hosts_service.list(search='name=%s' % HOSTNAME)[0]
host_service = hosts_service.host_service(host.id)
hostnics_service = hosts_service.host_service(host.id).nics_service()
n = None
for n in hostnics_service.list():
if n.name == 'bond0.96':
n_id = n.id
print("n is %s" % n_id)
system_service = connection.system_service()
networks_service = connection.system_service().networks_service()
network = networks_service.list(
search='name=External and datacenter=%s-local' % HOSTNAME) [0]
print ("Network name is %s" % network.name)
print ("Network id is %s" % network.id)
net_attachments_service = host_service.network_attachments_service()
net_attachment = net_attachments_service.add(
types.NetworkAttachment(
network=types.Network(id=network.id),
host_nic=types.HostNic(name='bond0.96')
),
),
I will end up with an error of
File "./add_host_py", line 193, in Add_External_network
host_nic=types.HostNic(name='bond0.96')
File "/usr/lib64/python2.7/site-packages/ovirtsdk4/services.py", line
15441, in add
self._check_fault(response)
File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 98,
in _check_fault
Service._raise_error(response, fault)
File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 71,
in _raise_error
raise Error(msg)
ovirtsdk4.Error: Fault reason is "Operation Failed". Fault detail is
"[Cannot setup Networks. The attachment of network 'External' references
vlan device 'bond0.96'. Network attachment cannot reference vlan device.]".
HTTP response code is 400.
Can someone guide me on what I am doing wrong or not understanding with the
NetworkAttachment Service?
Thanks
Don
5 years, 4 months
Spice console very poor performance for Windows 10 vm
by Leo David
Hello Everyone,
Maybe I am something wrong, but spice console seem to be very laggy and
slow for windows 10 vms. I have tried both qxl and qxl-dod drivers, but no
luck so far...
As a notice, the Win 2012R2 vm console is running fine, the problem seems
to only affect Windows 10.
Any ideas, what should I do to sort this out ?
Thank you very much !
Leo
--
Best regards, Leo David
5 years, 4 months
Re: Disk latency is very high, time taken to copy 1M file is > 10s
by Strahil
Mount your disk (/mnt/) and try the following command(taken from the previous output):
dd if=/dev/zero of=/mnt/small.file bs=512 count=2050 oflag=direct
How much time does it take?
Best Regards,
Strahil NikolovOn Jul 3, 2019 13:27, PS Kazi <faruk.apsara(a)gmail.com> wrote:
>
> hi,
> I am using HDD : Toshiba 7200 RPM, Data transfer Rate 150MB/s, Interface 6Gb/s.
> But Hyper-converged configuration stopped with error msg: Disk latency is very high, time taken to copy 1M file is > 10s
> Please help me to stop this error.
> ________________________________________________________________________________________
> TASK [gluster.features/roles/gluster_hci : Check if time taken to copy 1M file (512B chunks) is < 10s] ***
> failed: [ov-node-1.hci.com -> ov-node-1.hci.com] (item=11.9508) => {"ansible_loop_var": "item", "changed": false, "item": {"ansible_loop_var": "item", "changed": true, "cmd": "dd if=/dev/zero of=/mnt/tmp/engine/small.file bs=512 count=2050 oflag=direct 2>&1 |\n awk '/copied/{print $(NF-3)}'\n", "delta": "0:00:11.966178", "end": "2019-07-03 15:28:00.162101", "failed": false, "invocation": {"module_args": {"_raw_params": "dd if=/dev/zero of=/mnt/tmp/engine/small.file bs=512 count=2050 oflag=direct 2>&1 |\n awk '/copied/{print $(NF-3)}'\n", "_uses_shell": true, "argv": null, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true, "warn": true}}, "item": "/mnt/tmp/engine", "rc": 0, "start": "2019-07-03 15:27:48.195923", "stderr": "", "stderr_lines": [], "stdout": "11.9508", "stdout_lines": ["11.9508"]}, "msg": "Disk latency is very high, time taken to copy 1M file is > 10s"}
> failed: [ov-node-1.hci.com -> ov-node-1.hci.com] (item=11.5604) => {"ansible_loop_var": "item", "changed": false, "item": {"ansible_loop_var": "item", "changed": true, "cmd": "dd if=/dev/zero of=/mnt/tmp/data/small.file bs=512 count=2050 oflag=direct 2>&1 |\n awk '/copied/{print $(NF-3)}'\n", "delta": "0:00:11.574648", "end": "2019-07-03 15:28:14.926805", "failed": false, "invocation": {"module_args": {"_raw_params": "dd if=/dev/zero of=/mnt/tmp/data/small.file bs=512 count=2050 oflag=direct 2>&1 |\n awk '/copied/{print $(NF-3)}'\n", "_uses_shell": true, "argv": null, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true, "warn": true}}, "item": "/mnt/tmp/data", "rc": 0, "start": "2019-07-03 15:28:03.352157", "stderr": "", "stderr_lines": [], "stdout": "11.5604", "stdout_lines": ["11.5604"]}, "msg": "Disk latency is very high, time taken to copy 1M file is > 10s"}
> failed: [ov-node-1.hci.com -> ov-node-1.hci.com] (item=10.9126) => {"ansible_loop_var": "item", "changed": false, "item": {"ansible_loop_var": "item", "changed": true, "cmd": "dd if=/dev/zero of=/mnt/tmp/vmstore/small.file bs=512 count=2050 oflag=direct 2>&1 |\n awk '/copied/{print $(NF-3)}'\n", "delta": "0:00:10.927547", "end": "2019-07-03 15:28:29.053149", "failed": false, "invocation": {"module_args": {"_raw_params": "dd if=/dev/zero of=/mnt/tmp/vmstore/small.file bs=512 count=2050 oflag=direct 2>&1 |\n awk '/copied/{print $(NF-3)}'\n", "_uses_shell": true, "argv": null, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true, "warn": true}}, "item": "/mnt/tmp/vmstore", "rc": 0, "start": "2019-07-03 15:28:18.125602", "stderr": "", "stderr_lines": [], "stdout": "10.9126", "stdout_lines": ["10.9126"]}, "msg": "Disk latency is very high, time taken to copy 1M file is > 10s"}
> failed: [ov-node-3.hci.com -> ov-node-1.hci.com] (item=12.7177) => {"ansible_loop_var": "item", "changed": false, "item": {"ansible_loop_var": "item", "changed": true, "cmd": "dd if=/dev/zero of=/mnt/tmp/engine/small.file bs=512 count=2050 oflag=direct 2>&1 |\n awk '/copied/{print $(NF-3)}'\n", "delta": "0:00:12.805771", "end": "2019-07-03 15:28:01.029631", "failed": false, "invocation": {"module_args": {"_raw_params": "dd if=/dev/zero of=/mnt/tmp/engine/small.file bs=512 count=2050 oflag=direct 2>&1 |\n awk '/copied/{print $(NF-3)}'\n", "_uses_shell": true, "argv": null, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true, "warn": true}}, "item": "/mnt/tmp/engine", "rc": 0, "start": "2019-07-03 15:27:48.223860", "stderr": "", "stderr_lines": [], "stdout": "12.7177", "stdout_lines": ["12.7177"]}, "msg": "Disk latency is very high, time taken to copy 1M file is > 10s"}
> failed: [ov-node-3.hci.com -> ov-node-1.hci.com] (item=11.8554) => {"ansible_loop_var": "item", "changed": false, "item": {"ansible_loop_var": "item", "changed": true, "cmd": "dd if=/dev/zero of=/mnt/tmp/data/small.file bs=512 count=2050 oflag=direct 2>&1 |\n awk '/copied/{print $(NF-3)}'\n", "delta": "0:00:11.883952", "end": "2019-07-03 15:28:15.810562", "failed": false, "invocation": {"module_args": {"_raw_params": "dd if=/dev/zero of=/mnt/tmp/data/small.file bs=512 count=2050 oflag=direct 2>&1 |\n awk '/copied/{print $(NF-3)}'\n", "_uses_shell": true, "argv": null, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true, "warn": true}}, "item": "/mnt/tmp/data", "rc": 0, "start": "2019-07-03 15:28:03.926610", "stderr": "", "stderr_lines": [], "stdout": "11.8554", "stdout_lines": ["11.8554"]}, "msg": "Disk latency is very high, time taken to copy 1M file is > 10s"}
> failed: [ov-node-3.hci.com -> ov-node-1.hci.com] (item=11.6409) => {"ansible_loop_var": "item", "changed": false, "item": {"ansible_loop_var": "item", "changed": true, "cmd": "dd if=/dev/zero of=/mnt/tmp/vmstore/small.file bs=512 count=2050 oflag=direct 2>&1 |\n awk '/copied/{print $(NF-3)}'\n", "delta": "0:00:11.679377", "end": "2019-07-03 15:28:30.376413", "failed": false, "invocation": {"module_args": {"_raw_params": "dd if=/dev/zero of=/mnt/tmp/vmstore/small.file bs=512 count=2050 oflag=direct 2>&1 |\n awk '/copied/{print $(NF-3)}'\n", "_uses_shell": true, "argv": null, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true, "warn": true}}, "item": "/mnt/tmp/vmstore", "rc": 0, "start": "2019-07-03 15:28:18.697036", "stderr": "", "stderr_lines": [], "stdout": "11.6409", "stdout_lines": ["11.6409"]}, "msg": "Disk latency is very high, time taken to copy 1M file is > 10s"}
> failed: [ov-node-2.hci.com -> ov-node-1.hci.com] (item=12.607) => {"ansible_loop_var": "item", "changed": false, "item": {"ansible_loop_var": "item", "changed": true, "cmd": "dd if=/dev/zero of=/mnt/tmp/engine/small.file bs=512 count=2050 oflag=direct 2>&1 |\n awk '/copied/{print $(NF-3)}'\n", "delta": "0:00:12.699951", "end": "2019-07-03 15:28:00.918459", "failed": false, "invocation": {"module_args": {"_raw_params": "dd if=/dev/zero of=/mnt/tmp/engine/small.file bs=512 count=2050 oflag=direct 2>&1 |\n awk '/copied/{print $(NF-3)}'\n", "_uses_shell": true, "argv": null, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true, "warn": true}}, "item": "/mnt/tmp/engine", "rc": 0, "start": "2019-07-03 15:27:48.218508", "stderr": "", "stderr_lines": [], "stdout": "12.607", "stdout_lines": ["12.607"]}, "msg": "Disk latency is very high, time taken to copy 1M file is > 10s"}
> failed: [ov-node-2.hci.com -> ov-node-1.hci.com] (item=11.9233) => {"ansible_loop_var": "item", "changed": false, "item": {"ansible_loop_var": "item", "changed": true, "cmd": "dd if=/dev/zero of=/mnt/tmp/data/small.file bs=512 count=2050 oflag=direct 2>&1 |\n awk '/copied/{print $(NF-3)}'\n", "delta": "0:00:11.961081", "end": "2019-07-03 15:28:15.837654", "failed": false, "invocation": {"module_args": {"_raw_params": "dd if=/dev/zero of=/mnt/tmp/data/small.file bs=512 count=2050 oflag=direct 2>&1 |\n awk '/copied/{print $(NF-3)}'\n", "_uses_shell": true, "argv": null, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true, "warn": true}}, "item": "/mnt/tmp/data", "rc": 0, "start": "2019-07-03 15:28:03.876573", "stderr": "", "stderr_lines": [], "stdout": "11.9233", "stdout_lines": ["11.9233"]}, "msg": "Disk latency is very high, time taken to copy 1M file is > 10s"}
> failed: [ov-node-2.hci.com -> ov-node-1.hci.com] (item=11.5126) => {"ansible_loop_var": "item", "changed": false, "item": {"ansible_loop_var": "item", "changed": true, "cmd": "dd if=/dev/zero of=/mnt/tmp/vmstore/small.file bs=512 count=2050 oflag=direct 2>&1 |\n awk '/copied/{print $(NF-3)}'\n", "delta": "0:00:11.556528", "end": "2019-07-03 15:28:30.520190", "failed": false, "invocation": {"module_args": {"_raw_params": "dd if=/dev/zero of=/mnt/tmp/vmstore/small.file bs=512 count=2050 oflag=direct 2>&1 |\n awk '/copied/{print $(NF-3)}'\n", "_uses_shell": true, "argv": null, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true, "warn": true}}, "item": "/mnt/tmp/vmstore", "rc": 0, "start": "2019-07-03 15:28:18.963662", "stderr": "", "stderr_lines": [], "stdout": "11.5126", "stdout_lines": ["11.5126"]}, "msg": "Disk latency is very high, time taken to copy 1M file is > 10s"}
> ________________________________________________________________________________________
> _______________________________________________
> Users mailing list -- users(a)ovirt.org
> To unsubscribe send an email to users-leave(a)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/4EBXRAJMQ75...
5 years, 4 months
Re: Hosted Engine Deploy - Error at the end... [NFS ?]
by Strahil
Have you checked if the permissions are 36:36 on the NFS side ?
Beet Regards,
Strahil NikolovOn Jul 3, 2019 12:04, csi-laser(a)cisco.com wrote:
>
> Hi,
> While Trying to Deploy Hosted Engine, I'm stuck on Stage 4. Here is the error :
>
> [ INFO ] TASK [ovirt.hosted_engine_setup : Fetch Datacenter name]
> [ INFO ] ok: [localhost]
> [ INFO ] TASK [ovirt.hosted_engine_setup : Add NFS storage domain]
> [ ERROR ] Verify permission settings on the specified storage path.]". HTTP response code is 400.
> [ ERROR ] fatal: [localhost]: FAILED! => {"changed": false, "msg": "Fault reason is \"Operation Failed\". Fault detail is \"[Permission settings on the specified path do not allow access to the storage.\nVerify permission settings on the specified storage path.]\". HTTP response code is 400."}
>
> But, it's very strange, because, when I'm trying to mount this NFS share manually, It's working....
> So what am I doing wrong here ?
>
> Here is the "Storage Connection" - 8.45.119.16:/ovirt_engine
> Mount option is blanked
> NFS Version is "v3"
>
> Thanks in advance !
> _______________________________________________
> Users mailing list -- users(a)ovirt.org
> To unsubscribe send an email to users-leave(a)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/4DPEX6M5PH7...
5 years, 4 months
Using a synology as an nfs storage
by Andy Michielsen
Hello,
I'm setting up a 3 node cluster with the ovirtnode iso and a seperate
server with the engine on and a synology for nfs storage.
I have done my configuration and I'm able to mount the share manually on
the node with a command. Also on the server with the engine on I can mount
it manually. But when I want to do it through the webinterface to add a
data domain it say the permissions are wrong.
Any idea's on how to figure this out ?
Kind regards.
5 years, 4 months
Disk latency is very high, time taken to copy 1M file is > 10s
by PS Kazi
hi,
I am using HDD : Toshiba 7200 RPM, Data transfer Rate 150MB/s, Interface 6Gb/s.
But Hyper-converged configuration stopped with error msg: Disk latency is very high, time taken to copy 1M file is > 10s
Please help me to stop this error.
________________________________________________________________________________________
TASK [gluster.features/roles/gluster_hci : Check if time taken to copy 1M file (512B chunks) is < 10s] ***
failed: [ov-node-1.hci.com -> ov-node-1.hci.com] (item=11.9508) => {"ansible_loop_var": "item", "changed": false, "item": {"ansible_loop_var": "item", "changed": true, "cmd": "dd if=/dev/zero of=/mnt/tmp/engine/small.file bs=512 count=2050 oflag=direct 2>&1 |\n awk '/copied/{print $(NF-3)}'\n", "delta": "0:00:11.966178", "end": "2019-07-03 15:28:00.162101", "failed": false, "invocation": {"module_args": {"_raw_params": "dd if=/dev/zero of=/mnt/tmp/engine/small.file bs=512 count=2050 oflag=direct 2>&1 |\n awk '/copied/{print $(NF-3)}'\n", "_uses_shell": true, "argv": null, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true, "warn": true}}, "item": "/mnt/tmp/engine", "rc": 0, "start": "2019-07-03 15:27:48.195923", "stderr": "", "stderr_lines": [], "stdout": "11.9508", "stdout_lines": ["11.9508"]}, "msg": "Disk latency is very high, time taken to copy 1M file is > 10s"}
failed: [ov-node-1.hci.com -> ov-node-1.hci.com] (item=11.5604) => {"ansible_loop_var": "item", "changed": false, "item": {"ansible_loop_var": "item", "changed": true, "cmd": "dd if=/dev/zero of=/mnt/tmp/data/small.file bs=512 count=2050 oflag=direct 2>&1 |\n awk '/copied/{print $(NF-3)}'\n", "delta": "0:00:11.574648", "end": "2019-07-03 15:28:14.926805", "failed": false, "invocation": {"module_args": {"_raw_params": "dd if=/dev/zero of=/mnt/tmp/data/small.file bs=512 count=2050 oflag=direct 2>&1 |\n awk '/copied/{print $(NF-3)}'\n", "_uses_shell": true, "argv": null, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true, "warn": true}}, "item": "/mnt/tmp/data", "rc": 0, "start": "2019-07-03 15:28:03.352157", "stderr": "", "stderr_lines": [], "stdout": "11.5604", "stdout_lines": ["11.5604"]}, "msg": "Disk latency is very high, time taken to copy 1M file is > 10s"}
failed: [ov-node-1.hci.com -> ov-node-1.hci.com] (item=10.9126) => {"ansible_loop_var": "item", "changed": false, "item": {"ansible_loop_var": "item", "changed": true, "cmd": "dd if=/dev/zero of=/mnt/tmp/vmstore/small.file bs=512 count=2050 oflag=direct 2>&1 |\n awk '/copied/{print $(NF-3)}'\n", "delta": "0:00:10.927547", "end": "2019-07-03 15:28:29.053149", "failed": false, "invocation": {"module_args": {"_raw_params": "dd if=/dev/zero of=/mnt/tmp/vmstore/small.file bs=512 count=2050 oflag=direct 2>&1 |\n awk '/copied/{print $(NF-3)}'\n", "_uses_shell": true, "argv": null, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true, "warn": true}}, "item": "/mnt/tmp/vmstore", "rc": 0, "start": "2019-07-03 15:28:18.125602", "stderr": "", "stderr_lines": [], "stdout": "10.9126", "stdout_lines": ["10.9126"]}, "msg": "Disk latency is very high, time taken to copy 1M file is > 10s"}
failed: [ov-node-3.hci.com -> ov-node-1.hci.com] (item=12.7177) => {"ansible_loop_var": "item", "changed": false, "item": {"ansible_loop_var": "item", "changed": true, "cmd": "dd if=/dev/zero of=/mnt/tmp/engine/small.file bs=512 count=2050 oflag=direct 2>&1 |\n awk '/copied/{print $(NF-3)}'\n", "delta": "0:00:12.805771", "end": "2019-07-03 15:28:01.029631", "failed": false, "invocation": {"module_args": {"_raw_params": "dd if=/dev/zero of=/mnt/tmp/engine/small.file bs=512 count=2050 oflag=direct 2>&1 |\n awk '/copied/{print $(NF-3)}'\n", "_uses_shell": true, "argv": null, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true, "warn": true}}, "item": "/mnt/tmp/engine", "rc": 0, "start": "2019-07-03 15:27:48.223860", "stderr": "", "stderr_lines": [], "stdout": "12.7177", "stdout_lines": ["12.7177"]}, "msg": "Disk latency is very high, time taken to copy 1M file is > 10s"}
failed: [ov-node-3.hci.com -> ov-node-1.hci.com] (item=11.8554) => {"ansible_loop_var": "item", "changed": false, "item": {"ansible_loop_var": "item", "changed": true, "cmd": "dd if=/dev/zero of=/mnt/tmp/data/small.file bs=512 count=2050 oflag=direct 2>&1 |\n awk '/copied/{print $(NF-3)}'\n", "delta": "0:00:11.883952", "end": "2019-07-03 15:28:15.810562", "failed": false, "invocation": {"module_args": {"_raw_params": "dd if=/dev/zero of=/mnt/tmp/data/small.file bs=512 count=2050 oflag=direct 2>&1 |\n awk '/copied/{print $(NF-3)}'\n", "_uses_shell": true, "argv": null, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true, "warn": true}}, "item": "/mnt/tmp/data", "rc": 0, "start": "2019-07-03 15:28:03.926610", "stderr": "", "stderr_lines": [], "stdout": "11.8554", "stdout_lines": ["11.8554"]}, "msg": "Disk latency is very high, time taken to copy 1M file is > 10s"}
failed: [ov-node-3.hci.com -> ov-node-1.hci.com] (item=11.6409) => {"ansible_loop_var": "item", "changed": false, "item": {"ansible_loop_var": "item", "changed": true, "cmd": "dd if=/dev/zero of=/mnt/tmp/vmstore/small.file bs=512 count=2050 oflag=direct 2>&1 |\n awk '/copied/{print $(NF-3)}'\n", "delta": "0:00:11.679377", "end": "2019-07-03 15:28:30.376413", "failed": false, "invocation": {"module_args": {"_raw_params": "dd if=/dev/zero of=/mnt/tmp/vmstore/small.file bs=512 count=2050 oflag=direct 2>&1 |\n awk '/copied/{print $(NF-3)}'\n", "_uses_shell": true, "argv": null, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true, "warn": true}}, "item": "/mnt/tmp/vmstore", "rc": 0, "start": "2019-07-03 15:28:18.697036", "stderr": "", "stderr_lines": [], "stdout": "11.6409", "stdout_lines": ["11.6409"]}, "msg": "Disk latency is very high, time taken to copy 1M file is > 10s"}
failed: [ov-node-2.hci.com -> ov-node-1.hci.com] (item=12.607) => {"ansible_loop_var": "item", "changed": false, "item": {"ansible_loop_var": "item", "changed": true, "cmd": "dd if=/dev/zero of=/mnt/tmp/engine/small.file bs=512 count=2050 oflag=direct 2>&1 |\n awk '/copied/{print $(NF-3)}'\n", "delta": "0:00:12.699951", "end": "2019-07-03 15:28:00.918459", "failed": false, "invocation": {"module_args": {"_raw_params": "dd if=/dev/zero of=/mnt/tmp/engine/small.file bs=512 count=2050 oflag=direct 2>&1 |\n awk '/copied/{print $(NF-3)}'\n", "_uses_shell": true, "argv": null, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true, "warn": true}}, "item": "/mnt/tmp/engine", "rc": 0, "start": "2019-07-03 15:27:48.218508", "stderr": "", "stderr_lines": [], "stdout": "12.607", "stdout_lines": ["12.607"]}, "msg": "Disk latency is very high, time taken to copy 1M file is > 10s"}
failed: [ov-node-2.hci.com -> ov-node-1.hci.com] (item=11.9233) => {"ansible_loop_var": "item", "changed": false, "item": {"ansible_loop_var": "item", "changed": true, "cmd": "dd if=/dev/zero of=/mnt/tmp/data/small.file bs=512 count=2050 oflag=direct 2>&1 |\n awk '/copied/{print $(NF-3)}'\n", "delta": "0:00:11.961081", "end": "2019-07-03 15:28:15.837654", "failed": false, "invocation": {"module_args": {"_raw_params": "dd if=/dev/zero of=/mnt/tmp/data/small.file bs=512 count=2050 oflag=direct 2>&1 |\n awk '/copied/{print $(NF-3)}'\n", "_uses_shell": true, "argv": null, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true, "warn": true}}, "item": "/mnt/tmp/data", "rc": 0, "start": "2019-07-03 15:28:03.876573", "stderr": "", "stderr_lines": [], "stdout": "11.9233", "stdout_lines": ["11.9233"]}, "msg": "Disk latency is very high, time taken to copy 1M file is > 10s"}
failed: [ov-node-2.hci.com -> ov-node-1.hci.com] (item=11.5126) => {"ansible_loop_var": "item", "changed": false, "item": {"ansible_loop_var": "item", "changed": true, "cmd": "dd if=/dev/zero of=/mnt/tmp/vmstore/small.file bs=512 count=2050 oflag=direct 2>&1 |\n awk '/copied/{print $(NF-3)}'\n", "delta": "0:00:11.556528", "end": "2019-07-03 15:28:30.520190", "failed": false, "invocation": {"module_args": {"_raw_params": "dd if=/dev/zero of=/mnt/tmp/vmstore/small.file bs=512 count=2050 oflag=direct 2>&1 |\n awk '/copied/{print $(NF-3)}'\n", "_uses_shell": true, "argv": null, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true, "warn": true}}, "item": "/mnt/tmp/vmstore", "rc": 0, "start": "2019-07-03 15:28:18.963662", "stderr": "", "stderr_lines": [], "stdout": "11.5126", "stdout_lines": ["11.5126"]}, "msg": "Disk latency is very high, time taken to copy 1M file is > 10s"}
________________________________________________________________________________________
5 years, 4 months
Hosted Engine Deploy - Error at the end... [NFS ?]
by csi-laser@cisco.com
Hi,
While Trying to Deploy Hosted Engine, I'm stuck on Stage 4. Here is the error :
[ INFO ] TASK [ovirt.hosted_engine_setup : Fetch Datacenter name]
[ INFO ] ok: [localhost]
[ INFO ] TASK [ovirt.hosted_engine_setup : Add NFS storage domain]
[ ERROR ] Verify permission settings on the specified storage path.]". HTTP response code is 400.
[ ERROR ] fatal: [localhost]: FAILED! => {"changed": false, "msg": "Fault reason is \"Operation Failed\". Fault detail is \"[Permission settings on the specified path do not allow access to the storage.\nVerify permission settings on the specified storage path.]\". HTTP response code is 400."}
But, it's very strange, because, when I'm trying to mount this NFS share manually, It's working....
So what am I doing wrong here ?
Here is the "Storage Connection" - 8.45.119.16:/ovirt_engine
Mount option is blanked
NFS Version is "v3"
Thanks in advance !
5 years, 4 months
network performance issues
by Guy Brodny
Hello.
we have installed Ovirt on HPE ProLiant XL270d Gen10.
The server is installed with 2 * Intel(R) Xeon(R) Gold 6154 CPU @ 3.00GHz,
1.5T Ram, 23T Local SSD, 4 Nvidia V100 32GB GPU and 2* Mellanox
Technologies MT27800 Family [ConnectX-5]
The Mellanox card are 2 100Gbit DualPort each connected with a single
100Gbit port to a Mellanox 100Gbit switch which has access to a 16GByte
storage server.
MTU is set to 9000 for jumbo packets.
Running our application on a VM created on top of the server is having
lower network performance vs the host.
I tried both normal ovirt network driver, using Virtual Function and
PCI-passthrough moving one of the Mellanox card directly to the VM but i
never get the same result as on the host.
I also tried allocating the numa bush directly to the VM but it doesnt
improve the results.
Im testing using FIO to perform sequential reads from the storage, this is
the command we run both on the host and the VM.
sqream@host-3-171 /media/StorONE1/tpch10t_for_4.0/logs/192.168.3.171_5000 $
fio --randrepeat=1 --ioengine=sync --direct=1 --gtod_reduce=1 --name=test
--filename=/media/StorONE3/t1e1s1111t221www22.file --bs=2m --iodepth=24
--size=25G --numjobs=14 --readwrite=read --rwmixread=100
Run status group 0 (all jobs):
READ: bw=3919MiB/s (4109MB/s), 280MiB/s-314MiB/s (294MB/s-329MB/s),
io=350GiB (376GB), run=81630-91459msec
Before starting Ovirt i measured 7.5GB/sec on the host running the same FIO
command.
are there any optimization i should perform to make sure the vguest i
getting the best possible network performance, im mostly stressed about
GPFS performance as this is our main filesystem.
On the same time running the test on another host not running Ovirt i can
still get the 7.9GB/sec.
appreciate any comments or suggestions.
Kind Regards,
*Guy Brodny*
Cloud Architecture & DevOps Manager | SQream
M: +972-54-2279528
sqream.com <http://www.sqream.com/> | Linkedin
<https://www.linkedin.com/company/sqream_/?originalSubdomain=il>| Twitter
<https://twitter.com/SQreamTech?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ct...>
5 years, 4 months