Re: [ovirt-users] vm is locked

2015-11-05 Thread Roman Mohr
Hi Budur,

On Fri, Nov 6, 2015 at 7:02 AM, Budur Nagaraju  wrote:

> HI
>
> One of the host is down  with H/w issue and and the vms which are using
> the resources like (CPU and RAM ) in the faulty node are locked .
>
> Is there any way to release these and deploy them in another host ? below
> are the logs.
>
>
did you try to right click on the faulty host and click "confirm host has
been rebooted"? This might help.
Probably you have the situation described in [1], question 19.



> 2015-11-06 11:28:31,866 INFO
> [org.ovirt.vdsm.jsonrpc.client.reactors.ReactorClient] (SSL Stomp Reactor)
> Connecting to pbuovirt4.bnglab.psecure.net/10.206.68.4
> 2015-11-06 11:28:31,867 WARN
> [org.ovirt.vdsm.jsonrpc.client.utils.retry.Retryable] (SSL Stomp Reactor)
> Retry failed
> 2015-11-06 11:28:31,867 ERROR
> [org.ovirt.vdsm.jsonrpc.client.reactors.ReactorClient]
> (DefaultQuartzScheduler_Worker-87) Exception during connection
> 2015-11-06 11:28:31,868 ERROR
> [org.ovirt.engine.core.vdsbroker.vdsbroker.GetCapabilitiesVDSCommand]
> (DefaultQuartzScheduler_Worker-87) Command
> GetCapabilitiesVDSCommand(HostName = pbuovirt4, HostId =
> 9d56d598-0c0f-49d7-ba53-8d0b41083b0f,
> vds=Host[pbuovirt4,9d56d598-0c0f-49d7-ba53-8d0b41083b0f]) execution failed.
> Exception: VDSNetworkException: java.net.ConnectException: Connection
> refused
> 2015-11-06 11:28:31,868 WARN  [org.ovirt.engine.core.vdsbroker.VdsManager]
> (DefaultQuartzScheduler_Worker-87) Host pbuovirt4 is not responding. It
> will stay in Connecting state for a grace period of 122 seconds and after
> that an attempt to fence the host will be issued.
> 2015-11-06 11:28:31,873 ERROR
> [org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo]
> (DefaultQuartzScheduler_Worker-87) Failure to refresh Vds runtime info:
> org.ovirt.engine.core.vdsbroker.vdsbroker.VDSNetworkException:
> java.net.ConnectException: Connection refused
>
>
> Regards,
> Nagaraju
>
>
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
>
>
[1] http://www.ovirt.org/Ovirt_faq

Best Regards,
Roman
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] python sdk : how to get disks from storage domain

2015-11-05 Thread Giorgio Bart
Ok that's work !
So simply

Thanks,
Giorgio



2015-11-05 21:38 GMT+01:00 Raz Tamir :

> Hi Giorgio,
> You can simply do:
> ​
> dc_storage.disks.list()
>
> hope that helps
>
>
>
>
> Thanks,
> Raz Tamir
> Red Hat Israel
>
> On Thu, Nov 5, 2015 at 7:41 PM, Giorgio Bart 
> wrote:
>
>> Hello,
>> I'm writing a python script to draw a graph of the disks and virtual
>> machines in relation to their "position" in the data center.
>> I am using pygraphviz to draw the graph, I found the vm and their disks, data
>> centers and their storage domains, but I can not connect the disks to
>> the storage domains.
>> Here's the code I'm using:
>>
>> #! /usr/bin/python
>>
>> import pygraphviz as PG
>> from ovirtsdk.api import API
>> from ovirtsdk.xml import params
>> #per Graphviz:
>> A = PG.AGraph(directed=True, strict=False)
>> A.graph_attr.update(size="800")
>> 
>>
>> VERSION = params.Version(major='3', minor='0')
>>
>> URL =   'https://xxx/api'
>> USERNAME =  'xxx'
>> PASSWORD =  ''
>>
>> api = API ( url=URL,
>> username=USERNAME,
>> password=PASSWORD,
>> insecure=True)
>> for vm in api.vms.list():
>> for disco in vm.get_disks().list():
>> A.add_edge(vm.name,disco.name)
>>
>> for dc in api.datacenters.list():
>> A.add_edge("ovirt-engine", dc.get_name())
>> for
>> ​​
>> dc_storage in dc.storagedomains.list():
>> A.add_edge(dc.get_name(), dc_storage.name)
>>
>> api.disconnect()
>> A.write('ovirt_graph.dot')
>> A.layout(prog='dot')
>> A.draw('ovirt_graph.png') # draw png
>>
>> ___
>> Users mailing list
>> Users@ovirt.org
>> http://lists.ovirt.org/mailman/listinfo/users
>>
>>
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Gluster storage domain error after upgrading to 3.6

2015-11-05 Thread Nir Soffer
בתאריך 5 בנוב׳ 2015 8:18 אחה״צ,‏ "Stefano Danzi"  כתב:
>
> To temporary solve the problem I patched storageserver.py as suggested on
link above.

I would not patch the code but change the configuration.

> I can't find a related issue on bugzilla.

Would you file bug about this?

>
>
> Il 05/11/2015 11.43, Stefano Danzi ha scritto:
>>
>> My error is related to this message:
>>
>> http://lists.ovirt.org/pipermail/users/2015-August/034316.html
>>
>> Il 05/11/2015 0.28, Stefano Danzi ha scritto:
>>>
>>> Hello,
>>> I have an Ovirt installation with only 1 host and self-hosted engine.
>>> My Master Data storage domain is GlusterFS type.
>>>
>>> After upgrading to Ovirt 3.6 data storage domain and default dataceter
are down.
>>> The error in vdsm.log is:
>>>
>>> Thread-6585::DEBUG::2015-11-04
23:55:00,173::task::595::Storage.TaskManager.Task::(_updateState)
Task=`86e72580-fa76-4347-b919-a73970d12682`::moving from state init ->
state preparin
>>> g
>>> Thread-6585::INFO::2015-11-04
23:55:00,173::logUtils::48::dispatcher::(wrapper) Run and protect:
connectStorageServer(domType=7,
spUUID=u'----', conLi
>>> st=[{u'id': u'dc0eaef1-8494-4e35-abea-80a4e7f37499', u'connection':
u'ovirtbk-mount.hawai.lan:data', u'iqn': u'', u'user': u'', u'tpgt': u'1',
u'vfs_type': u'glusterfs', u'password':
>>>  '', u'port': u''}], options=None)
>>> Thread-6585::DEBUG::2015-11-04
23:55:00,235::fileUtils::143::Storage.fileUtils::(createdir) Creating
directory: /rhev/data-center/mnt/glusterSD/ovirtbk-mount.hawai.lan:data
mode: Non
>>> e
>>> Thread-6585::WARNING::2015-11-04
23:55:00,235::fileUtils::152::Storage.fileUtils::(createdir) Dir
/rhev/data-center/mnt/glusterSD/ovirtbk-mount.hawai.lan:data already exists
>>> Thread-6585::ERROR::2015-11-04
23:55:00,235::hsm::2465::Storage.HSM::(connectStorageServer) Could not
connect to storageServer
>>> Traceback (most recent call last):
>>>   File "/usr/share/vdsm/storage/hsm.py", line 2462, in
connectStorageServer
>>> conObj.connect()
>>>   File "/usr/share/vdsm/storage/storageServer.py", line 224, in connect
>>> self._mount.mount(self.options, self._vfsType, cgroup=self.CGROUP)
>>>   File "/usr/share/vdsm/storage/storageServer.py", line 323, in options
>>> backup_servers_option = self._get_backup_servers_option()
>>>   File "/usr/share/vdsm/storage/storageServer.py", line 340, in
_get_backup_servers_option
>>> servers.remove(self._volfileserver)
>>> ValueError: list.remove(x): x not in list
>>> Thread-6585::DEBUG::2015-11-04
23:55:00,235::hsm::2489::Storage.HSM::(connectStorageServer) knownSDs:
{46f55a31-f35f-465c-b3e2-df45c05e06a7: storage.nfsSD.findDomain}
>>> Thread-6585::INFO::2015-11-04
23:55:00,236::logUtils::51::dispatcher::(wrapper) Run and protect:
connectStorageServer, Return response: {'statuslist': [{'status': 100,
'id': u'dc0eaef1-8494-4e35-abea-80a4e7f37499'}]}
>>> Thread-6585::DEBUG::2015-11-04
23:55:00,236::task::1191::Storage.TaskManager.Task::(prepare)
Task=`86e72580-fa76-4347-b919-a73970d12682`::finished: {'statuslist':
[{'status': 100, 'id': u'dc0eaef1-8494-4e35-abea-80a4e7f37499'}]}
>>> Thread-6585::DEBUG::2015-11-04
23:55:00,236::task::595::Storage.TaskManager.Task::(_updateState)
Task=`86e72580-fa76-4347-b919-a73970d12682`::moving from state preparing ->
state finished
>>> ___
>>> Users mailing list
>>> Users@ovirt.org
>>> http://lists.ovirt.org/mailman/listinfo/users
>>>
>>
>> ___
>> Users mailing list
>> Users@ovirt.org
>> http://lists.ovirt.org/mailman/listinfo/users
>>
>
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] Ovirt 3.6 | After upgrade host can not connect to storage domains | returned by VDSM was: 480

2015-11-05 Thread Punit Dambiwal
Hi,

After upgrade to host with ovirt 3.6 i am not able to attach the storage
domain to host...storage domain can be add through command line but from
ovirt dashboard as active host can not..

engine logs :- https://paste.fedoraproject.org/287499/

Thanks,
Punit
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Gluster storage domain error after upgrading to 3.6

2015-11-05 Thread Nir Soffer
בתאריך 5 בנוב׳ 2015 1:47 לפנה״צ,‏ "Stefano Danzi"  כתב:
>
> Hello,
> I have an Ovirt installation with only 1 host and self-hosted engine.
> My Master Data storage domain is GlusterFS type.
>
> After upgrading to Ovirt 3.6 data storage domain and default dataceter
are down.
> The error in vdsm.log is:
>
> Thread-6585::DEBUG::2015-11-04
23:55:00,173::task::595::Storage.TaskManager.Task::(_updateState)
Task=`86e72580-fa76-4347-b919-a73970d12682`::moving from state init ->
state preparin
> g
> Thread-6585::INFO::2015-11-04
23:55:00,173::logUtils::48::dispatcher::(wrapper) Run and protect:
connectStorageServer(domType=7,
spUUID=u'----', conLi
> st=[{u'id': u'dc0eaef1-8494-4e35-abea-80a4e7f37499', u'connection':
u'ovirtbk-mount.hawai.lan:data', u'iqn': u'', u'user': u'', u'tpgt': u'1',
u'vfs_type': u'glusterfs', u'password':
>  '', u'port': u''}], options=None)

The error below suggest that ovirt and gluster are not configured in the
same way, one using a domain name and the other ip address.

Can you share the output of
gluster volme info

On one of the bricks, or on the host (you will need to use --remote-host)

Nir

> Thread-6585::DEBUG::2015-11-04
23:55:00,235::fileUtils::143::Storage.fileUtils::(createdir) Creating
directory: /rhev/data-center/mnt/glusterSD/ovirtbk-mount.hawai.lan:data
mode: Non
> e
> Thread-6585::WARNING::2015-11-04
23:55:00,235::fileUtils::152::Storage.fileUtils::(createdir) Dir
/rhev/data-center/mnt/glusterSD/ovirtbk-mount.hawai.lan:data already exists
> Thread-6585::ERROR::2015-11-04
23:55:00,235::hsm::2465::Storage.HSM::(connectStorageServer) Could not
connect to storageServer
> Traceback (most recent call last):
>   File "/usr/share/vdsm/storage/hsm.py", line 2462, in
connectStorageServer
> conObj.connect()
>   File "/usr/share/vdsm/storage/storageServer.py", line 224, in connect
> self._mount.mount(self.options, self._vfsType, cgroup=self.CGROUP)
>   File "/usr/share/vdsm/storage/storageServer.py", line 323, in options
> backup_servers_option = self._get_backup_servers_option()
>   File "/usr/share/vdsm/storage/storageServer.py", line 340, in
_get_backup_servers_option
> servers.remove(self._volfileserver)
> ValueError: list.remove(x): x not in list
> Thread-6585::DEBUG::2015-11-04
23:55:00,235::hsm::2489::Storage.HSM::(connectStorageServer) knownSDs:
{46f55a31-f35f-465c-b3e2-df45c05e06a7: storage.nfsSD.findDomain}
> Thread-6585::INFO::2015-11-04
23:55:00,236::logUtils::51::dispatcher::(wrapper) Run and protect:
connectStorageServer, Return response: {'statuslist': [{'status': 100,
'id': u'dc0eaef1-8494-4e35-abea-80a4e7f37499'}]}
> Thread-6585::DEBUG::2015-11-04
23:55:00,236::task::1191::Storage.TaskManager.Task::(prepare)
Task=`86e72580-fa76-4347-b919-a73970d12682`::finished: {'statuslist':
[{'status': 100, 'id': u'dc0eaef1-8494-4e35-abea-80a4e7f37499'}]}
> Thread-6585::DEBUG::2015-11-04
23:55:00,236::task::595::Storage.TaskManager.Task::(_updateState)
Task=`86e72580-fa76-4347-b919-a73970d12682`::moving from state preparing ->
state finished
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] vm is locked

2015-11-05 Thread Budur Nagaraju
HI

One of the host is down  with H/w issue and and the vms which are using the
resources like (CPU and RAM ) in the faulty node are locked .

Is there any way to release these and deploy them in another host ? below
are the logs.

2015-11-06 11:28:31,866 INFO
[org.ovirt.vdsm.jsonrpc.client.reactors.ReactorClient] (SSL Stomp Reactor)
Connecting to pbuovirt4.bnglab.psecure.net/10.206.68.4
2015-11-06 11:28:31,867 WARN
[org.ovirt.vdsm.jsonrpc.client.utils.retry.Retryable] (SSL Stomp Reactor)
Retry failed
2015-11-06 11:28:31,867 ERROR
[org.ovirt.vdsm.jsonrpc.client.reactors.ReactorClient]
(DefaultQuartzScheduler_Worker-87) Exception during connection
2015-11-06 11:28:31,868 ERROR
[org.ovirt.engine.core.vdsbroker.vdsbroker.GetCapabilitiesVDSCommand]
(DefaultQuartzScheduler_Worker-87) Command
GetCapabilitiesVDSCommand(HostName = pbuovirt4, HostId =
9d56d598-0c0f-49d7-ba53-8d0b41083b0f,
vds=Host[pbuovirt4,9d56d598-0c0f-49d7-ba53-8d0b41083b0f]) execution failed.
Exception: VDSNetworkException: java.net.ConnectException: Connection
refused
2015-11-06 11:28:31,868 WARN  [org.ovirt.engine.core.vdsbroker.VdsManager]
(DefaultQuartzScheduler_Worker-87) Host pbuovirt4 is not responding. It
will stay in Connecting state for a grace period of 122 seconds and after
that an attempt to fence the host will be issued.
2015-11-06 11:28:31,873 ERROR
[org.ovirt.engine.core.vdsbroker.VdsUpdateRunTimeInfo]
(DefaultQuartzScheduler_Worker-87) Failure to refresh Vds runtime info:
org.ovirt.engine.core.vdsbroker.vdsbroker.VDSNetworkException:
java.net.ConnectException: Connection refused


Regards,
Nagaraju
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] [Gluster-users] Centos 7.1 failed to start glusterd after upgrading to ovirt 3.6

2015-11-05 Thread Atin Mukherjee
>> [glusterd-store.c:4243:glusterd_resolve_all_bricks] 0-glusterd:
>> resolve brick failed in restore
The above log is the culprit here. Generally this function fails when
GlusterD fails to resolve the associated host of a brick. Has any of the
node undergone an IP change during the upgrade process?

~Atin

On 11/06/2015 09:59 AM, Sahina Bose wrote:
> Did you upgrade all the nodes too?
> Are some of your nodes not-reachable?
> 
> Adding gluster-users for glusterd error.
> 
> On 11/06/2015 12:00 AM, Stefano Danzi wrote:
>>
>> After upgrading oVirt from 3.5 to 3.6, glusterd fail to start when the
>> host boot.
>> Manual start of service after boot works fine.
>>
>> gluster log:
>>
>> [2015-11-04 13:37:55.360876] I [MSGID: 100030]
>> [glusterfsd.c:2318:main] 0-/usr/sbin/glusterd: Started running
>> /usr/sbin/glusterd version 3.7.5 (args: /usr/sbin/glusterd -p
>> /var/run/glusterd.pid)
>> [2015-11-04 13:37:55.447413] I [MSGID: 106478] [glusterd.c:1350:init]
>> 0-management: Maximum allowed open file descriptors set to 65536
>> [2015-11-04 13:37:55.447477] I [MSGID: 106479] [glusterd.c:1399:init]
>> 0-management: Using /var/lib/glusterd as working directory
>> [2015-11-04 13:37:55.464540] W [MSGID: 103071]
>> [rdma.c:4592:__gf_rdma_ctx_create] 0-rpc-transport/rdma: rdma_cm event
>> channel creation failed [Nessun device corrisponde]
>> [2015-11-04 13:37:55.464559] W [MSGID: 103055] [rdma.c:4899:init]
>> 0-rdma.management: Failed to initialize IB Device
>> [2015-11-04 13:37:55.464566] W
>> [rpc-transport.c:359:rpc_transport_load] 0-rpc-transport: 'rdma'
>> initialization failed
>> [2015-11-04 13:37:55.464616] W [rpcsvc.c:1597:rpcsvc_transport_create]
>> 0-rpc-service: cannot create listener, initing the transport failed
>> [2015-11-04 13:37:55.464624] E [MSGID: 106243] [glusterd.c:1623:init]
>> 0-management: creation of 1 listeners failed, continuing with
>> succeeded transport
>> [2015-11-04 13:37:57.663862] I [MSGID: 106513]
>> [glusterd-store.c:2036:glusterd_restore_op_version] 0-glusterd:
>> retrieved op-version: 30600
>> [2015-11-04 13:37:58.284522] I [MSGID: 106194]
>> [glusterd-store.c:3465:glusterd_store_retrieve_missed_snaps_list]
>> 0-management: No missed snaps list.
>> [2015-11-04 13:37:58.287477] E [MSGID: 106187]
>> [glusterd-store.c:4243:glusterd_resolve_all_bricks] 0-glusterd:
>> resolve brick failed in restore
>> [2015-11-04 13:37:58.287505] E [MSGID: 101019]
>> [xlator.c:428:xlator_init] 0-management: Initialization of volume
>> 'management' failed, review your volfile again
>> [2015-11-04 13:37:58.287513] E [graph.c:322:glusterfs_graph_init]
>> 0-management: initializing translator failed
>> [2015-11-04 13:37:58.287518] E [graph.c:661:glusterfs_graph_activate]
>> 0-graph: init failed
>> [2015-11-04 13:37:58.287799] W [glusterfsd.c:1236:cleanup_and_exit]
>> (-->/usr/sbin/glusterd(glusterfs_volumes_init+0xfd) [0x7f29b876524d]
>> -->/usr/sbin/glusterd(glusterfs_process_volfp+0x126) [0x7f29b87650f6]
>> -->/usr/sbin/glusterd(cleanup_and_exit+0x69) [0x7f29b87646d9] ) 0-:
>> received signum (0), shutting down
>>
>>
>> ___
>> Users mailing list
>> Users@ovirt.org
>> http://lists.ovirt.org/mailman/listinfo/users
> 
> ___
> Gluster-users mailing list
> gluster-us...@gluster.org
> http://www.gluster.org/mailman/listinfo/gluster-users
> 
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] HA

2015-11-05 Thread Budur Nagaraju
HI

Can someone update how to do settings ,if the node goes down vms should
automatically migrated to other host .

Regards,
Nagaraju
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Centos 7.1 failed to start glusterd after upgrading to ovirt 3.6

2015-11-05 Thread Sahina Bose

Did you upgrade all the nodes too?
Are some of your nodes not-reachable?

Adding gluster-users for glusterd error.

On 11/06/2015 12:00 AM, Stefano Danzi wrote:


After upgrading oVirt from 3.5 to 3.6, glusterd fail to start when the 
host boot.

Manual start of service after boot works fine.

gluster log:

[2015-11-04 13:37:55.360876] I [MSGID: 100030] 
[glusterfsd.c:2318:main] 0-/usr/sbin/glusterd: Started running 
/usr/sbin/glusterd version 3.7.5 (args: /usr/sbin/glusterd -p 
/var/run/glusterd.pid)
[2015-11-04 13:37:55.447413] I [MSGID: 106478] [glusterd.c:1350:init] 
0-management: Maximum allowed open file descriptors set to 65536
[2015-11-04 13:37:55.447477] I [MSGID: 106479] [glusterd.c:1399:init] 
0-management: Using /var/lib/glusterd as working directory
[2015-11-04 13:37:55.464540] W [MSGID: 103071] 
[rdma.c:4592:__gf_rdma_ctx_create] 0-rpc-transport/rdma: rdma_cm event 
channel creation failed [Nessun device corrisponde]
[2015-11-04 13:37:55.464559] W [MSGID: 103055] [rdma.c:4899:init] 
0-rdma.management: Failed to initialize IB Device
[2015-11-04 13:37:55.464566] W 
[rpc-transport.c:359:rpc_transport_load] 0-rpc-transport: 'rdma' 
initialization failed
[2015-11-04 13:37:55.464616] W [rpcsvc.c:1597:rpcsvc_transport_create] 
0-rpc-service: cannot create listener, initing the transport failed
[2015-11-04 13:37:55.464624] E [MSGID: 106243] [glusterd.c:1623:init] 
0-management: creation of 1 listeners failed, continuing with 
succeeded transport
[2015-11-04 13:37:57.663862] I [MSGID: 106513] 
[glusterd-store.c:2036:glusterd_restore_op_version] 0-glusterd: 
retrieved op-version: 30600
[2015-11-04 13:37:58.284522] I [MSGID: 106194] 
[glusterd-store.c:3465:glusterd_store_retrieve_missed_snaps_list] 
0-management: No missed snaps list.
[2015-11-04 13:37:58.287477] E [MSGID: 106187] 
[glusterd-store.c:4243:glusterd_resolve_all_bricks] 0-glusterd: 
resolve brick failed in restore
[2015-11-04 13:37:58.287505] E [MSGID: 101019] 
[xlator.c:428:xlator_init] 0-management: Initialization of volume 
'management' failed, review your volfile again
[2015-11-04 13:37:58.287513] E [graph.c:322:glusterfs_graph_init] 
0-management: initializing translator failed
[2015-11-04 13:37:58.287518] E [graph.c:661:glusterfs_graph_activate] 
0-graph: init failed
[2015-11-04 13:37:58.287799] W [glusterfsd.c:1236:cleanup_and_exit] 
(-->/usr/sbin/glusterd(glusterfs_volumes_init+0xfd) [0x7f29b876524d] 
-->/usr/sbin/glusterd(glusterfs_process_volfp+0x126) [0x7f29b87650f6] 
-->/usr/sbin/glusterd(cleanup_and_exit+0x69) [0x7f29b87646d9] ) 0-: 
received signum (0), shutting down



___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] ovirt DB 3.6 to empty 3.6 DB

2015-11-05 Thread p...@email.cz

Hello,
can anybody help me with importing oVirt DB v.3.5 to new clean oVIrt 3.6 
database ??


# engine-backup --mode=restore --file=./backup --log=./restore.log
Preparing to restore:
- Unpacking file './backup'
FATAL: Backup version '3.6' doesn't match installed version

How to FIX it ??
Regs. Paf1
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] vdsm without sanlock

2015-11-05 Thread Devin A. Bougie
Hi, All.  Is it possible to run vdsm without sanlock?  We'd prefer to run 
libvirtd with virtlockd (lock_manager = "lockd") to avoid the sanlock overhead, 
but it looks like vdsmd / ovirt requires sanlock.

Thanks,
Devin
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] python sdk : how to get disks from storage domain

2015-11-05 Thread Raz Tamir
Hi Giorgio,
You can simply do:
​
dc_storage.disks.list()

hope that helps




Thanks,
Raz Tamir
Red Hat Israel

On Thu, Nov 5, 2015 at 7:41 PM, Giorgio Bart 
wrote:

> Hello,
> I'm writing a python script to draw a graph of the disks and virtual
> machines in relation to their "position" in the data center.
> I am using pygraphviz to draw the graph, I found the vm and their disks, data
> centers and their storage domains, but I can not connect the disks to the
> storage domains.
> Here's the code I'm using:
>
> #! /usr/bin/python
>
> import pygraphviz as PG
> from ovirtsdk.api import API
> from ovirtsdk.xml import params
> #per Graphviz:
> A = PG.AGraph(directed=True, strict=False)
> A.graph_attr.update(size="800")
> 
>
> VERSION = params.Version(major='3', minor='0')
>
> URL =   'https://xxx/api'
> USERNAME =  'xxx'
> PASSWORD =  ''
>
> api = API ( url=URL,
> username=USERNAME,
> password=PASSWORD,
> insecure=True)
> for vm in api.vms.list():
> for disco in vm.get_disks().list():
> A.add_edge(vm.name,disco.name)
>
> for dc in api.datacenters.list():
> A.add_edge("ovirt-engine", dc.get_name())
> for
> ​​
> dc_storage in dc.storagedomains.list():
> A.add_edge(dc.get_name(), dc_storage.name)
>
> api.disconnect()
> A.write('ovirt_graph.dot')
> A.layout(prog='dot')
> A.draw('ovirt_graph.png') # draw png
>
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
>
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] [ovirt-devel] Must a user see his/her VMs through the web browser?

2015-11-05 Thread Itamar Heim

On 11/05/2015 04:04 AM, John Hunter wrote:

Hi Yaniv,

Thanks for that, I will check it later.

Have a nice day :)



we also have some samples if you want to build your own portal:
https://gerrit.ovirt.org/gitweb?p=samples-portals.git;a=tree


On Thu, Nov 5, 2015 at 4:18 PM, Yaniv Kaul mailto:yk...@redhat.com>> wrote:

On Thu, Nov 5, 2015 at 9:56 AM, John Hunter mailto:zhjw...@gmail.com>> wrote:

nah, i prefer not using arc welder :(


As already mentioned in the thread, perhaps Boxes can do the job, at
least on Gnome.
See
http://community.redhat.com/blog/2014/10/gnome-boxes-3-14-unboxed/
and https://www.ovirt.org/images/6/6c/Fergeau-ovirt-boxes.pdf for
more details.
Y.


On Thu, Nov 5, 2015 at 3:03 PM, Tomas Jelinek
mailto:tjeli...@redhat.com>> wrote:



- Original Message -
> From: "John Hunter" mailto:zhjw...@gmail.com>>
> To: "Tomas Jelinek" mailto:tjeli...@redhat.com>>
> Cc: "Robert Story" mailto:rst...@tislabs.com>>,
users@ovirt.org , "devel"
mailto:de...@ovirt.org>>, "Filip Krepinsky"
> mailto:fkrep...@redhat.com>>
> Sent: Thursday, November 5, 2015 7:20:54 AM
> Subject: Re: [ovirt-users] Must a user see his/her VMs through 
the web browser?
>
> Hi Tomas,
>
> I have see the repo a little bit, as far as I can see, it's just 
for mobile.

yes, it is a mobile client.
There is a way to run it as a google chrome app using arc
welder so on a desktop (on fedora at least it works for me).
But this way it is more interesting than useful I'd say...

 > Do you have a plan to make it useable on some Linux
distro, like
 > Ubuntu, or Debian?
 >
 > What I need is a GUI application or a library that can be
communicate
 > with the ovirt-engine.
 >
 > Cheers,
 > John
 >
 > On Wed, Nov 4, 2015 at 11:14 PM, Tomas Jelinek
mailto:tjeli...@redhat.com>> wrote:
 >
 > >
 > >
 > > - Original Message -
 > > > From: "John Hunter" mailto:zhjw...@gmail.com>>
 > > > To: "Tomas Jelinek" mailto:tjeli...@redhat.com>>
 > > > Cc: "Robert Story" mailto:rst...@tislabs.com>>, users@ovirt.org
, "devel" <
 > > de...@ovirt.org >
 > > > Sent: Wednesday, November 4, 2015 2:59:21 PM
 > > > Subject: Re: [ovirt-users] Must a user see his/her
VMs through the web
 > > browser?
 > > >
 > > > On Wed, Nov 4, 2015 at 9:29 PM, Tomas Jelinek
mailto:tjeli...@redhat.com>>
 > > wrote:
 > > >
 > > > >
 > > > >
 > > > > - Original Message -
 > > > > > From: "Robert Story" mailto:rst...@tislabs.com>>
 > > > > > To: "John Hunter" mailto:zhjw...@gmail.com>>
 > > > > > Cc: users@ovirt.org ,
"devel" mailto:de...@ovirt.org>>
 > > > > > Sent: Wednesday, November 4, 2015 1:56:21 PM
 > > > > > Subject: Re: [ovirt-users] Must a user see
his/her VMs through the
 > > web
 > > > > browser?
 > > > > >
 > > > > > On Wed, 4 Nov 2015 17:50:15 +0800 John wrote:
 > > > > > JH> I have installed the oVirt all in one, and I
can log in the user
 > > > > portal
 > > > > > JH> through web browser to see user's VMs.
 > > > > > JH>
 > > > > > JH> I am wondering if there is an client
Application that can do the
 > > same
 > > > > > JH> thing, like VMware Horizon client has version
for Windows, Linux
 > > and
 > > > > > JH> IOS, etc.
 > > > > >
 > > > > > Haven't heard much about it lately,
 > > > >
 > > > > but you will soon ;)
 > > > > There is one guy which as soon as he sets his
development env up will
 > > > > start to contribute to it heavily.
 > > > >
 > > > > Look forword to testing it ASAP, btw, how can I
contact with this guy,
 > > and
 > > > maybe work togother with him on his project.
 > >
 > > It is not really his project, he is joining the moVirt.
 > >
 > > It would be pretty awesome if you wanted to cooperate
with us on moVirt!
 > >
 > > If you have some particular ideas what you would like
t

[ovirt-users] Centos 7.1 failed to start glusterd after upgrading to ovirt 3.6

2015-11-05 Thread Stefano Danzi


After upgrading oVirt from 3.5 to 3.6, glusterd fail to start when the host 
boot.
Manual start of service after boot works fine.

gluster log:

[2015-11-04 13:37:55.360876] I [MSGID: 100030] [glusterfsd.c:2318:main] 
0-/usr/sbin/glusterd: Started running /usr/sbin/glusterd version 3.7.5 (args: 
/usr/sbin/glusterd -p /var/run/glusterd.pid)
[2015-11-04 13:37:55.447413] I [MSGID: 106478] [glusterd.c:1350:init] 
0-management: Maximum allowed open file descriptors set to 65536
[2015-11-04 13:37:55.447477] I [MSGID: 106479] [glusterd.c:1399:init] 
0-management: Using /var/lib/glusterd as working directory
[2015-11-04 13:37:55.464540] W [MSGID: 103071] 
[rdma.c:4592:__gf_rdma_ctx_create] 0-rpc-transport/rdma: rdma_cm event channel 
creation failed [Nessun device corrisponde]
[2015-11-04 13:37:55.464559] W [MSGID: 103055] [rdma.c:4899:init] 
0-rdma.management: Failed to initialize IB Device
[2015-11-04 13:37:55.464566] W [rpc-transport.c:359:rpc_transport_load] 
0-rpc-transport: 'rdma' initialization failed
[2015-11-04 13:37:55.464616] W [rpcsvc.c:1597:rpcsvc_transport_create] 
0-rpc-service: cannot create listener, initing the transport failed
[2015-11-04 13:37:55.464624] E [MSGID: 106243] [glusterd.c:1623:init] 
0-management: creation of 1 listeners failed, continuing with succeeded 
transport
[2015-11-04 13:37:57.663862] I [MSGID: 106513] 
[glusterd-store.c:2036:glusterd_restore_op_version] 0-glusterd: retrieved 
op-version: 30600
[2015-11-04 13:37:58.284522] I [MSGID: 106194] 
[glusterd-store.c:3465:glusterd_store_retrieve_missed_snaps_list] 0-management: 
No missed snaps list.
[2015-11-04 13:37:58.287477] E [MSGID: 106187] 
[glusterd-store.c:4243:glusterd_resolve_all_bricks] 0-glusterd: resolve brick 
failed in restore
[2015-11-04 13:37:58.287505] E [MSGID: 101019] [xlator.c:428:xlator_init] 
0-management: Initialization of volume 'management' failed, review your volfile 
again
[2015-11-04 13:37:58.287513] E [graph.c:322:glusterfs_graph_init] 0-management: 
initializing translator failed
[2015-11-04 13:37:58.287518] E [graph.c:661:glusterfs_graph_activate] 0-graph: 
init failed
[2015-11-04 13:37:58.287799] W [glusterfsd.c:1236:cleanup_and_exit] 
(-->/usr/sbin/glusterd(glusterfs_volumes_init+0xfd) [0x7f29b876524d] 
-->/usr/sbin/glusterd(glusterfs_process_volfp+0x126) [0x7f29b87650f6] 
-->/usr/sbin/glusterd(cleanup_and_exit+0x69) [0x7f29b87646d9] ) 0-: received signum 
(0), shutting down


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Gluster storage domain error after upgrading to 3.6

2015-11-05 Thread Stefano Danzi
To temporary solve the problem I patched storageserver.py as suggested 
on link above.

I can't find a related issue on bugzilla.

Il 05/11/2015 11.43, Stefano Danzi ha scritto:

My error is related to this message:

http://lists.ovirt.org/pipermail/users/2015-August/034316.html

Il 05/11/2015 0.28, Stefano Danzi ha scritto:

Hello,
I have an Ovirt installation with only 1 host and self-hosted engine.
My Master Data storage domain is GlusterFS type.

After upgrading to Ovirt 3.6 data storage domain and default 
dataceter are down.

The error in vdsm.log is:

Thread-6585::DEBUG::2015-11-04 
23:55:00,173::task::595::Storage.TaskManager.Task::(_updateState) 
Task=`86e72580-fa76-4347-b919-a73970d12682`::moving from state init 
-> state preparin

g
Thread-6585::INFO::2015-11-04 
23:55:00,173::logUtils::48::dispatcher::(wrapper) Run and protect: 
connectStorageServer(domType=7, 
spUUID=u'----', conLi
st=[{u'id': u'dc0eaef1-8494-4e35-abea-80a4e7f37499', u'connection': 
u'ovirtbk-mount.hawai.lan:data', u'iqn': u'', u'user': u'', u'tpgt': 
u'1', u'vfs_type': u'glusterfs', u'password':

 '', u'port': u''}], options=None)
Thread-6585::DEBUG::2015-11-04 
23:55:00,235::fileUtils::143::Storage.fileUtils::(createdir) Creating 
directory: 
/rhev/data-center/mnt/glusterSD/ovirtbk-mount.hawai.lan:data mode: Non

e
Thread-6585::WARNING::2015-11-04 
23:55:00,235::fileUtils::152::Storage.fileUtils::(createdir) Dir 
/rhev/data-center/mnt/glusterSD/ovirtbk-mount.hawai.lan:data already 
exists
Thread-6585::ERROR::2015-11-04 
23:55:00,235::hsm::2465::Storage.HSM::(connectStorageServer) Could 
not connect to storageServer

Traceback (most recent call last):
  File "/usr/share/vdsm/storage/hsm.py", line 2462, in 
connectStorageServer

conObj.connect()
  File "/usr/share/vdsm/storage/storageServer.py", line 224, in connect
self._mount.mount(self.options, self._vfsType, cgroup=self.CGROUP)
  File "/usr/share/vdsm/storage/storageServer.py", line 323, in options
backup_servers_option = self._get_backup_servers_option()
  File "/usr/share/vdsm/storage/storageServer.py", line 340, in 
_get_backup_servers_option

servers.remove(self._volfileserver)
ValueError: list.remove(x): x not in list
Thread-6585::DEBUG::2015-11-04 
23:55:00,235::hsm::2489::Storage.HSM::(connectStorageServer) 
knownSDs: {46f55a31-f35f-465c-b3e2-df45c05e06a7: 
storage.nfsSD.findDomain}
Thread-6585::INFO::2015-11-04 
23:55:00,236::logUtils::51::dispatcher::(wrapper) Run and protect: 
connectStorageServer, Return response: {'statuslist': [{'status': 
100, 'id': u'dc0eaef1-8494-4e35-abea-80a4e7f37499'}]}
Thread-6585::DEBUG::2015-11-04 
23:55:00,236::task::1191::Storage.TaskManager.Task::(prepare) 
Task=`86e72580-fa76-4347-b919-a73970d12682`::finished: {'statuslist': 
[{'status': 100, 'id': u'dc0eaef1-8494-4e35-abea-80a4e7f37499'}]}
Thread-6585::DEBUG::2015-11-04 
23:55:00,236::task::595::Storage.TaskManager.Task::(_updateState) 
Task=`86e72580-fa76-4347-b919-a73970d12682`::moving from state 
preparing -> state finished

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users



___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users



___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] oVirt 3.5 -> 3.6 engine upgrade failure

2015-11-05 Thread Phil Daws
Hi Alex,

Fixed the issue!

It would appear that a previous coniguration in 
/etc/ovirt-engine/osinfo.conf.d/10-osinfo.properties was causing the issue due 
to missing parameters.  I hashed out the entries and restart the engine and now 
all is working fine, plus it has resolved my noVNC issue!

Appreciate the response.

Thanks, Phil



- On 5 Nov, 2015, at 17:30, Alex Crow ac...@integrafin.co.uk wrote:

> Encountered "  "numberOsCpus "" at line 7, column 33.
> 
> Was expecting one of: "ram" ... "disksize" ... "numberOfCpus"
> 
> Typo bug maybe? See "...Os..." vs "...Of..."
> --
> This message is intended only for the addressee and may contain
> confidential information. Unless you are that person, you may not
> disclose its contents or use it in any way and are requested to delete
> the message along with any attachments and notify us immediately.
> This email is not intended to, nor should it be taken to, constitute advice.
> The information provided is correct to our knowledge & belief and must not
> be used as a substitute for obtaining tax, regulatory, investment, legal or
> any other appropriate advice.
> 
> "Transact" is operated by Integrated Financial Arrangements Ltd.
> 29 Clement's Lane, London EC4N 7AE. Tel: (020) 7608 4900 Fax: (020) 7608 5300.
> (Registered office: as above; Registered in England and Wales under
> number: 3727592). Authorised and regulated by the Financial Conduct
> Authority (entered on the Financial Services Register; no. 190856).
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Hosted engine notifications don't work after upgrading ovirt from 3.5 to 3.6

2015-11-05 Thread Stefano Danzi





the content is:

[email]
smtp-server=localhost
smtp-port=25
destination-emails=root@localhost
source-email=root@localhost

[notify]
state_transition=maintenance|start|stop|migrate|up|down


and is the default. My conf was lost during upgrade.
If I restart ovirt-ha-broker the broker.conf is replaced with the default

If I don't restart ovirt-ha-broker, the broker.conf is silently replaced 
after a while.


Looking here 
http://lists.ovirt.org/pipermail/engine-commits/2015-June/022940.html
I understand that broker.conf is stored in another place and overwrite 
at runtime.




Il 05/11/2015 18.44, Simone Tiraboschi ha scritto:
Can you please paste here the content of 
/var/lib/ovirt-hosted-engine-ha/broker.conf ?

eventually make it anonymous if you prefer



On Thu, Nov 5, 2015 at 6:42 PM, Stefano Danzi > wrote:


After upgrading from 3.5 to 3.6 Hosted engine notifications stop
to work.
I think that broker.conf was lost during upgrade.

I found this: https://bugzilla.redhat.com/show_bug.cgi?id=1260757
But I don't undertand how to change the configuration now.
___
Users mailing list
Users@ovirt.org 
http://lists.ovirt.org/mailman/listinfo/users






___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] oVirt 3.6 hosted engine VM not showing

2015-11-05 Thread Ollie Armstrong
Hello,

Just installed a fresh deploy of oVirt 3.6 hosted engine and the engine VM
is not displaying in the VMs tab of the web UI (and also not listed in the
API response).  The host that it is running on shows a VM count of 1, but
the VM itself is not displayed.

The engine VM used to display in 3.5 but it no longer appears to in 3.6.
The storage method for the engine is the new FC if that's relevant.

Unsure if this is a bug or a feature, this has been mentioned a few times
in the IRC channel so it doesn't appear to just be affecting me.  Seems odd
that the VM count and the actual VMs list don't match up.

Cheers,
Ollie
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] feedback-on-oVirt-engine-3.5.4.2-1.el6

2015-11-05 Thread shihong...@wware.org
hi, 
 I'm  a user of ovirt. And I use it in my work,but  I  find  a bug  of it.
the problem describe:
I have two  cluster ,and  one is in use the nfs, I use anather to mount it but 
,it is fail and tip has been occupied .  So I  umount the old one ,but it still 
faild to mout it.



shihong...@wware.org
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Hosted engine notifications don't work after upgrading ovirt from 3.5 to 3.6

2015-11-05 Thread Simone Tiraboschi
Can you please paste here the content of
/var/lib/ovirt-hosted-engine-ha/broker.conf ?
eventually make it anonymous if you prefer



On Thu, Nov 5, 2015 at 6:42 PM, Stefano Danzi  wrote:

> After upgrading from 3.5 to 3.6 Hosted engine notifications stop to work.
> I think that broker.conf was lost during upgrade.
>
> I found this: https://bugzilla.redhat.com/show_bug.cgi?id=1260757
> But I don't undertand how to change the configuration now.
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] Hosted engine notifications don't work after upgrading ovirt from 3.5 to 3.6

2015-11-05 Thread Stefano Danzi

After upgrading from 3.5 to 3.6 Hosted engine notifications stop to work.
I think that broker.conf was lost during upgrade.

I found this: https://bugzilla.redhat.com/show_bug.cgi?id=1260757
But I don't undertand how to change the configuration now.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] python sdk : how to get disks from storage domain

2015-11-05 Thread Giorgio Bart
Hello,
I'm writing a python script to draw a graph of the disks and virtual
machines in relation to their "position" in the data center.
I am using pygraphviz to draw the graph, I found the vm and their disks, data
centers and their storage domains, but I can not connect the disks to the
storage domains.
Here's the code I'm using:

#! /usr/bin/python

import pygraphviz as PG
from ovirtsdk.api import API
from ovirtsdk.xml import params
#per Graphviz:
A = PG.AGraph(directed=True, strict=False)
A.graph_attr.update(size="800")


VERSION = params.Version(major='3', minor='0')

URL =   'https://xxx/api'
USERNAME =  'xxx'
PASSWORD =  ''

api = API ( url=URL,
username=USERNAME,
password=PASSWORD,
insecure=True)
for vm in api.vms.list():
for disco in vm.get_disks().list():
A.add_edge(vm.name,disco.name)

for dc in api.datacenters.list():
A.add_edge("ovirt-engine", dc.get_name())
for dc_storage in dc.storagedomains.list():
A.add_edge(dc.get_name(), dc_storage.name)

api.disconnect()
A.write('ovirt_graph.dot')
A.layout(prog='dot')
A.draw('ovirt_graph.png') # draw png
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] oVirt 3.5 -> 3.6 engine upgrade failure

2015-11-05 Thread Alex Crow

Encountered "  "numberOsCpus "" at line 7, column 33.

Was expecting one of: "ram" ... "disksize" ... "numberOfCpus"

Typo bug maybe? See "...Os..." vs "...Of..."
--
This message is intended only for the addressee and may contain
confidential information. Unless you are that person, you may not
disclose its contents or use it in any way and are requested to delete
the message along with any attachments and notify us immediately.
This email is not intended to, nor should it be taken to, constitute advice.
The information provided is correct to our knowledge & belief and must not
be used as a substitute for obtaining tax, regulatory, investment, legal or
any other appropriate advice.

"Transact" is operated by Integrated Financial Arrangements Ltd.
29 Clement's Lane, London EC4N 7AE. Tel: (020) 7608 4900 Fax: (020) 7608 5300.
(Registered office: as above; Registered in England and Wales under
number: 3727592). Authorised and regulated by the Financial Conduct
Authority (entered on the Financial Services Register; no. 190856).
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] oVirt 3.5 -> 3.6 engine upgrade failure

2015-11-05 Thread Phil Daws
Hello,

I have been having an issue with noVNC where it would not connect too the 
console of my machines.

So, I though I would take the plunge and upgrade the engine which is standalone 
on a VM Workstation 10 guest running CentOS 6.

The steps I followed were:

# yum install http://resources.ovirt.org/pub/yum-repo/ovirt-release36.rpm
# yum update "ovirt-engine-setup*"
# engine-setup

followed the prompts until completion:

[ INFO  ] Starting engine service
[ INFO  ] Restarting httpd
[ INFO  ] Stage: Clean up
  Log file is located at 
/var/log/ovirt-engine/setup/ovirt-engine-setup-20151105171406-g6bzdc.log
[ INFO  ] Generating answer file 
'/var/lib/ovirt-engine/setup/answers/20151105172125-setup.conf'
[ INFO  ] Stage: Pre-termination
[ INFO  ] Stage: Termination
[ INFO  ] Execution of setup completed successfully

I then went to the shown URL 
https://engine-manager.mydomain.com:443/ovirt-engine

and was greated with a 404 file not found error :(  On checking 
/var/log/ovirt-engine/engine.log its reporting:

2015-11-05 17:21:44,025 ERROR [org.ovirt.engine.core.bll.Backend] 
(ServerService Thread Pool -- 41) [] Error during initialization: 
java.lang.RuntimeException: osinfo properties syntax error: 
/etc/ovirt-engine/osinfo.conf.d/10-osinfo.properties: 7, 32: error: Encountered 
"  "numberOsCpus "" at line 7, column 33.
Was expecting one of:
"ram" ...
"disksize" ...
"numberOfCpus" ...

at 
org.ovirt.engine.core.utils.osinfo.OsinfoPropertiesParser.parse(OsinfoPropertiesParser.java:31)
 [utils.jar:]
at 
org.ovirt.engine.core.utils.osinfo.OsInfoPreferencesLoader.load(OsInfoPreferencesLoader.java:57)
 [utils.jar:]
at 
org.ovirt.engine.core.utils.osinfo.OsInfoPreferencesLoader.init(OsInfoPreferencesLoader.java:37)
 [utils.jar:]

It very much looks like the engine is not supported on a VM guest :(

All help appreciated please! :)

Thanks, Phil


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] [RFI] oVirt 3.6 Planning

2015-11-05 Thread Juan Pablo Lorier
Thank you Itamar, I’ll look forward to start testing 3.6.
Regards,

> El 4 nov. 2015, a las 9:06 p.m., Itamar Heim  escribió:
> 
> On 09/15/2014 08:21 AM, Juan Pablo Lorier wrote:
>> +1 to iso upload from gui
> 
> was worked on, didn't make 3.6
> 
>> +1 to ceph support (if the way is via Cynder, then integrate Cynder in
>> Ovirt as you did with neutron to get arround the lack of features in
>> networking)
> 
> in 3.6
> 
>> 
>> I've been asking for several things (with their respective RFEs) and as
>> versions go by without success, I'm asking again:
>> 
>> - 1049994   [RFE] Allow choosing network interface for gluster domain
>> traffic
> 
> in 3.6
> 
>> - 1049476   [RFE] Mix untagged and tagged Logical Networks on the same NIC
> 
> in 3.6
> 
>> - 1029489   [RFE] Export not exporting direct lun disk
> 
> not currently planned to happen (closed)
> 
>> - 1051002   [RFE] ISO domain should be a simple NFS share containing ISOs
>> 
> 
> still open.
> 
>> 
>> 
>> ___
>> Users mailing list
>> Users@ovirt.org
>> http://lists.ovirt.org/mailman/listinfo/users
>> 
> 

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] huge ovirt_engine_history

2015-11-05 Thread Yaniv Dary
You can change the setting for how long data is saved in the dwh conf
directory, there is a readme with details in the folder.

---
Yaniv Dary
Technical Product Manager
Red Hat Israel Ltd.
34 Jerusalem Road
Building A, 4th floor
Ra'anana, Israel 4350109

Tel : +972 (9) 7692306
8272306
Email: yd...@redhat.com
IRC : ydary
On Oct 13, 2015 17:08, "Eric Wong"  wrote:

> Hello oVirt guru out there:
>
> I notice our oVirt engine postgres db size is growing quite fast for past
> couple of months.  I checked the database size.  Found that our
> ovirt_engine_history is 73GB in size.
>
>
> engine=# \connect ovirt_engine_history
> You are now connected to database "ovirt_engine_history" as user
> "postgres".
> ovirt_engine_history=# SELECT pg_size_pretty( pg_database_size(
> current_database() ) ) As human_size
> , pg_database_size( current_database() ) As raw_size;
>  human_size |  raw_size
> +-
>  73 GB  | 78444213368
> (1 row)
>
>
> Brief check the records, there are entries dated back 2014.
>
> I want to see if there is a safe way to archive and remove some of the
> older records?
>
> Thanks,
> Eric
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] Disk stuck in locked status

2015-11-05 Thread Johan Kooijman
Hi all,

I was moving a disk from one storage domain to the other when the engine
was restarted. The VM the disk is on, is fine, but the disk stays in locked
status.

How can I resolve this?

-- 
Met vriendelijke groeten / With kind regards,
Johan Kooijman
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] [RFI] oVirt 3.6 Planning

2015-11-05 Thread Itamar Heim

On 11/05/2015 08:50 AM, Robert Story wrote:

On Wed, 4 Nov 2015 19:06:18 -0500 Itamar wrote:
IH> On 09/18/2014 11:35 AM, Robert Story wrote:
IH> > On Fri, 12 Sep 2014 15:22:41 +0300 Itamar wrote:
IH> > IH> With oVirt 3.5 nearing GA, time to ask for "what do you want to
IH> > IH> see in oVirt 3.6"?
IH> >
IH> > I've always thought it would be a good idea to have a 'storage agent'
IH> > to run on storage domains, which could perform some operations more
IH> > optimally that the current system. For example, exporting/importing
IH> > domains currently reads the whole VM image over the network, then
IH> > writes it back. In my case, my storage is all located on the smae NFS
IH> > server, which could simply do an OS copy locally, instead of
IH> > reading/writing gigabytes over the network. I don't know if other
IH> > storage type could perform similar optimizations
IH>
IH> not in 3.6. doing native storage operations is for sure a top item in
IH> the storage list going forward.
IH> notice you can do these operations today at disk level and register the
IH> externally cloned disks via the REST API.

That's good to know. Is there a wiki page/script for how to externally clone
a VM for export?


need to check per storage type (which we'll do). for now, if you can 
clone it, we can register it.

netapp has a service that provides this in an integrated way.


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] USB drive Windows problem.

2015-11-05 Thread David David
Hi

I am using Hostusb hook on ovirt 3.5, centos6.6.
And I am facing problem while adding usb drive to windows2012 as a guest.
Usb device is passed through to the guest.
But in windows device manager usb mass storage device shows an exclamation
mark. And error message is: "This device cannot start: (Code 10)"
In linux VM usb drive works without problem.

how to fix it?

here is xml of the windows guest:




  
  

  
  










































































































  
  





  
  
win2012
fd27bf56-334c-4c83-836d-81314c24bb7d
1048576
1048576
16

  1020


  
oVirt
oVirt Node
6-6.el6.centos.12.2
DE1EED73-4B49-6742-A2CD-3A24C43D4489
fd27bf56-334c-4c83-836d-81314c24bb7d
  


  hvm
  


  


  SandyBridge
  


  
  
  

destroy
restart
destroy

  /usr/libexec/qemu-kvm
  







  
  


  


39954256-98eb-4b15-99b0-9b855e40fa72



  
  


  
  


  
  


  
  


  
  











  
  



  
  




  
  




  
  

  
  
  

  
  



  
  

  
  
  


  
  


  


  system_u:system_r:svirt_t:s0:c84,c423
  system_u:object_r:svirt_image_t:s0:c84,c423

  

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] oVirt 3.5.6 Second Release Candidate is now available for testing

2015-11-05 Thread Sandro Bonazzola
The oVirt Project is pleased to announce the availability
of the Second oVirt 3.5.6 Release Candidate for testing, as of
November 5th, 2015.

This release is available now for
Red Hat Enterprise Linux 6.7, CentOS Linux 6.7 (or similar) and
Red Hat Enterprise Linux 7.1, CentOS Linux 7.1 (or similar).

This release supports Hypervisor Hosts running
Red Hat Enterprise Linux 6.7, CentOS Linux 6.7 (or similar),
Red Hat Enterprise Linux 7.1, CentOS Linux 7.1 (or similar) and  Fedora 21.

This release includes updated packages for:
- oVirt Engine
- VDSM

See the release notes [1] for a list of fixed bugs.

Please refer to release notes [1] for Installation / Upgrade instructions.
a new oVirt Live ISO will be available soon[2].

Please note that mirrors[3] may need usually one day before being
synchronized.

Please refer to the release notes for known issues in this release.
Please add yourself to the test page[4] if you're testing this release.

[1] http://www.ovirt.org/OVirt_3.5.6_Release_Notes
[2] http://resources.ovirt.org/pub/ovirt-3.5-pre/iso/ovirt-live/
[3] http://www.ovirt.org/Repository_mirrors#Current_mirrors
[4] http://www.ovirt.org/Testing/oVirt_3.5.6_Testing

-- 
Sandro Bonazzola
Better technology. Faster innovation. Powered by community collaboration.
See how it works at redhat.com
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Can ISO Domain be shared across multiple data centers? Ovirt 3.5, 3.6? Does not appear so

2015-11-05 Thread Itamar Heim
Import existing, don't try to create one.
Tal - maybe instead of error we should detect and ask user for ISO domain if 
they meant to import.

On Nov 5, 2015 9:03 AM, Robert Story  wrote:
>
> On Wed, 4 Nov 2015 19:16:58 -0500 Itamar wrote: 
> IH> On 11/02/2015 10:14 AM, Robert Story wrote: 
> IH> > On Fri, 30 Oct 2015 18:58:33 -0400 Liam wrote: 
> IH> > LC> Tried setting up NFS ISO domain which works on one host/local 
> IH> > LC> datacenter. I do not want to have to have multiple copies of iso 
> IH> > LC> files on all hosts. If I try to import pre-existing ISO domain, I 
> IH> > LC> either get an error that storage path exists or the dialog just 
> IH> > LC> does nothing. 
> IH> > 
> IH> > I had the same goal, but for multiple independent ovirt installs. My 
> IH> > work-around is to deal with it outside ovirt. 
> IH> > 
> IH> > - create generic nfs export for my iso mirrors 
> IH> > - create iso export points for each install 
> IH> > - add iso mount to each install 
> IH> > - manually (or using puppet, etc) add mirror mount on each host node 
> IH> > - run a script that creates a symlink in each ovirt iso mirror for 
> IH> > all the isos in the mirror export 
> IH> >    - 3.5 handles iso images in subdirectories, but 3.4 does not [1], 
> IH> > so the script creates symlinks for every iso image in the top level 
> IH> > of the iso export for 3.4, while only needing a symlnk to the distro 
> IH> > directory fro 3.5. 
> IH> > 
> IH> > It's a hack, but it works. 
> IH> 
> IH> This should work without any hacks. An ISO domain can be shared between 
> IH> multiple DCs or Engines. 
> IH> Tal? 
>
> When I try and create an iso domain with the same NFS path as another 
> domain I get 'the selected storage path is not empty[...] Either remove the 
> existing Storage Domain from this path, or change the storage path.' 
>
> Robert 
>
> -- 
> Senior Software Engineer @ Parsons 
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Can ISO Domain be shared across multiple data centers? Ovirt 3.5, 3.6? Does not appear so

2015-11-05 Thread Robert Story
On Wed, 4 Nov 2015 19:16:58 -0500 Itamar wrote:
IH> On 11/02/2015 10:14 AM, Robert Story wrote:
IH> > On Fri, 30 Oct 2015 18:58:33 -0400 Liam wrote:
IH> > LC> Tried setting up NFS ISO domain which works on one host/local
IH> > LC> datacenter. I do not want to have to have multiple copies of iso
IH> > LC> files on all hosts. If I try to import pre-existing ISO domain, I
IH> > LC> either get an error that storage path exists or the dialog just
IH> > LC> does nothing.
IH> >
IH> > I had the same goal, but for multiple independent ovirt installs. My
IH> > work-around is to deal with it outside ovirt.
IH> >
IH> > - create generic nfs export for my iso mirrors
IH> > - create iso export points for each install
IH> > - add iso mount to each install
IH> > - manually (or using puppet, etc) add mirror mount on each host node
IH> > - run a script that creates a symlink in each ovirt iso mirror for
IH> > all the isos in the mirror export
IH> >- 3.5 handles iso images in subdirectories, but 3.4 does not [1],
IH> > so the script creates symlinks for every iso image in the top level
IH> > of the iso export for 3.4, while only needing a symlnk to the distro
IH> > directory fro 3.5.
IH> >
IH> > It's a hack, but it works.
IH> 
IH> This should work without any hacks. An ISO domain can be shared between 
IH> multiple DCs or Engines.
IH> Tal?

When I try and create an iso domain with the same NFS path as another
domain I get 'the selected storage path is not empty[...] Either remove the
existing Storage Domain from this path, or change the storage path.'

Robert

-- 
Senior Software Engineer @ Parsons


pgph5pLEoOccv.pgp
Description: OpenPGP digital signature
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] [RFI] oVirt 3.6 Planning

2015-11-05 Thread Robert Story
On Wed, 4 Nov 2015 19:06:18 -0500 Itamar wrote:
IH> On 09/18/2014 11:35 AM, Robert Story wrote:
IH> > On Fri, 12 Sep 2014 15:22:41 +0300 Itamar wrote:
IH> > IH> With oVirt 3.5 nearing GA, time to ask for "what do you want to
IH> > IH> see in oVirt 3.6"?
IH> >
IH> > I've always thought it would be a good idea to have a 'storage agent'
IH> > to run on storage domains, which could perform some operations more
IH> > optimally that the current system. For example, exporting/importing
IH> > domains currently reads the whole VM image over the network, then
IH> > writes it back. In my case, my storage is all located on the smae NFS
IH> > server, which could simply do an OS copy locally, instead of
IH> > reading/writing gigabytes over the network. I don't know if other
IH> > storage type could perform similar optimizations
IH> 
IH> not in 3.6. doing native storage operations is for sure a top item in 
IH> the storage list going forward.
IH> notice you can do these operations today at disk level and register the 
IH> externally cloned disks via the REST API.

That's good to know. Is there a wiki page/script for how to externally clone
a VM for export?


Robert

-- 
Senior Software Engineer @ Parsons


pgpz3k5lyNFWc.pgp
Description: OpenPGP digital signature
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] [RFI] oVirt 3.6 Planning

2015-11-05 Thread Michal Skrivanek

> On 05 Nov 2015, at 01:06, Itamar Heim  wrote:
> 
> On 09/15/2014 02:54 PM, s k wrote:
>> On 12/09/14 09:22, Itamar Heim wrote:
>>> /With oVirt 3.5 nearing GA, time to ask for "what do you want to see in 
>>> />/oVirt 3.6"? />//>/Thanks, />/Itamar 
>>> />/___ />/Users mailing list 
>>> />/Users at ovirt.org  
>>> />/http://lists.ovirt.org/mailman/listinfo/users />//>
>> 
>> 
>> Performance metric similar to what VMware calls "CPU Ready" would be very 
>> useful if it was available in the VM details in the admin portal.
>> 
>> 
>> It would provide great visibility on VM's performance in an environment with 
>> CPU overallocation.
>> 
> 
> I don't think we covered this in 3.6 (doron/michal)?

it should correspond to CPU steal time as reported by the host kernel
we do not report it up to the engine 
It would be fairly trivial to add, however the interpretation of this value may 
be tricky


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] noVNC not working

2015-11-05 Thread Phil Daws
Any more ideas how I can get this working again please ? :(

- On 4 Nov, 2015, at 14:26, Phil Daws ux...@splatnix.net wrote:

> Hi Frank,
> 
> Gave this a try by backleveling noVNC and still the same error :(
> --
> Regards, Phil
> 
> - On 2 Nov, 2015, at 22:23, Frank Wall f...@moov.de wrote:
> 
>> Hi Phil,
>> 
>> On Mon, Nov 02, 2015 at 04:38:14PM +, Phil Daws wrote:
>>> have attempted to downgrade noVNC (novnc-0.4-7.el6.noarch) but it still down
>>> not work.
>> 
>> I was hit by the same issue. If I remember correctly I had to do the 
>> following
>> to resurrect noVNC (on EL7):
>> 
>> wget
>> http://cbs.centos.org/kojifiles/packages/novnc/0.4/9.el7/noarch/novnc-0.4-9.el7.noarch.rpm
>> rpm -Uvh --oldpackage novnc-0.4-9.el7.noarch.rpm
>> wget
>> http://cbs.centos.org/kojifiles/packages/python-websockify/0.5.1/2.el7/noarch/python-websockify-0.5.1-2.el7.noarch.rpm
>> rpm -Uvh --oldpackage python-websockify-0.5.1-2.el7.noarch.rpm
>> systemctl restart ovirt-websocket-proxy.service
>> systemctl status ovirt-websocket-proxy.service
>> 
>> https://bugzilla.redhat.com/show_bug.cgi?id=1202356
>> 
>> 
>> Regards
>> - Frank
> 
> 
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] [RFI] oVirt 3.6 Planning

2015-11-05 Thread Dan Kenigsberg
On Wed, Nov 04, 2015 at 07:06:54PM -0500, Itamar Heim wrote:
> On 09/14/2014 09:12 PM, Punit Dambiwal wrote:
> >Hi All,
> >
> >I want a better way to prevent Ip spoofing on the guest VM's...
> >
> 
> I don't think we made any progress on this front.

Correct. The only option available today is to add a hook script that
changes the nic filter from vdsm-no-macspoof to "clean-traffic"

> if still relevant, please ask again in next poll
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Gluster storage domain error after upgrading to 3.6

2015-11-05 Thread Stefano Danzi

My error is related to this message:

http://lists.ovirt.org/pipermail/users/2015-August/034316.html

Il 05/11/2015 0.28, Stefano Danzi ha scritto:

Hello,
I have an Ovirt installation with only 1 host and self-hosted engine.
My Master Data storage domain is GlusterFS type.

After upgrading to Ovirt 3.6 data storage domain and default dataceter 
are down.

The error in vdsm.log is:

Thread-6585::DEBUG::2015-11-04 
23:55:00,173::task::595::Storage.TaskManager.Task::(_updateState) 
Task=`86e72580-fa76-4347-b919-a73970d12682`::moving from state init -> 
state preparin

g
Thread-6585::INFO::2015-11-04 
23:55:00,173::logUtils::48::dispatcher::(wrapper) Run and protect: 
connectStorageServer(domType=7, 
spUUID=u'----', conLi
st=[{u'id': u'dc0eaef1-8494-4e35-abea-80a4e7f37499', u'connection': 
u'ovirtbk-mount.hawai.lan:data', u'iqn': u'', u'user': u'', u'tpgt': 
u'1', u'vfs_type': u'glusterfs', u'password':

 '', u'port': u''}], options=None)
Thread-6585::DEBUG::2015-11-04 
23:55:00,235::fileUtils::143::Storage.fileUtils::(createdir) Creating 
directory: 
/rhev/data-center/mnt/glusterSD/ovirtbk-mount.hawai.lan:data mode: Non

e
Thread-6585::WARNING::2015-11-04 
23:55:00,235::fileUtils::152::Storage.fileUtils::(createdir) Dir 
/rhev/data-center/mnt/glusterSD/ovirtbk-mount.hawai.lan:data already 
exists
Thread-6585::ERROR::2015-11-04 
23:55:00,235::hsm::2465::Storage.HSM::(connectStorageServer) Could not 
connect to storageServer

Traceback (most recent call last):
  File "/usr/share/vdsm/storage/hsm.py", line 2462, in 
connectStorageServer

conObj.connect()
  File "/usr/share/vdsm/storage/storageServer.py", line 224, in connect
self._mount.mount(self.options, self._vfsType, cgroup=self.CGROUP)
  File "/usr/share/vdsm/storage/storageServer.py", line 323, in options
backup_servers_option = self._get_backup_servers_option()
  File "/usr/share/vdsm/storage/storageServer.py", line 340, in 
_get_backup_servers_option

servers.remove(self._volfileserver)
ValueError: list.remove(x): x not in list
Thread-6585::DEBUG::2015-11-04 
23:55:00,235::hsm::2489::Storage.HSM::(connectStorageServer) knownSDs: 
{46f55a31-f35f-465c-b3e2-df45c05e06a7: storage.nfsSD.findDomain}
Thread-6585::INFO::2015-11-04 
23:55:00,236::logUtils::51::dispatcher::(wrapper) Run and protect: 
connectStorageServer, Return response: {'statuslist': [{'status': 100, 
'id': u'dc0eaef1-8494-4e35-abea-80a4e7f37499'}]}
Thread-6585::DEBUG::2015-11-04 
23:55:00,236::task::1191::Storage.TaskManager.Task::(prepare) 
Task=`86e72580-fa76-4347-b919-a73970d12682`::finished: {'statuslist': 
[{'status': 100, 'id': u'dc0eaef1-8494-4e35-abea-80a4e7f37499'}]}
Thread-6585::DEBUG::2015-11-04 
23:55:00,236::task::595::Storage.TaskManager.Task::(_updateState) 
Task=`86e72580-fa76-4347-b919-a73970d12682`::moving from state 
preparing -> state finished

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users



___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Migrate from ovirt-manage-domains to aaa

2015-11-05 Thread Alon Bar-Lev
Hi,

engine-manage-domains is capable of removing a domain.
then you can delete all users with authz name of the old domain by sorting the 
users in the webadmin UI.

if you would like to migrate from one into the other you can use this[1] 
utility.

Regards,
Alon Bar-Lev.

[1] https://github.com/machacekondra/ovirt-engine-kerbldap-migration/releases

- Original Message -
> From: "Kevin COUSIN" 
> To: "users" 
> Sent: Thursday, November 5, 2015 12:16:40 PM
> Subject: [ovirt-users] Migrate from ovirt-manage-domains to aaa
> 
> Hi list,
> 
> I setup aaa feature to authenticate to our Active Directory, but how can I
> delete old configuration made with engine-manage-domains in ovirt 3.6 ?
> 
> Thanks
> 
> 
> 
>COUSIN Kevin
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
> 
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] Migrate from ovirt-manage-domains to aaa

2015-11-05 Thread Kevin COUSIN
Hi list,

I setup aaa feature to authenticate to our Active Directory, but how can I 
delete old configuration made with engine-manage-domains in ovirt 3.6 ?

Thanks



   COUSIN Kevin
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] LDAP Authentication

2015-11-05 Thread Alon Bar-Lev


- Original Message -
> From: "Budur Nagaraju" 
> To: "Alon Bar-Lev" 
> Cc: "users" 
> Sent: Thursday, November 5, 2015 8:28:43 AM
> Subject: Re: [ovirt-users] LDAP Authentication
> 
> But am using ovirt 3.5 version ,after restarting engine am not getting any
> warning logs.
> is there ant resolution ?

have you followed instructions at [1] to enable debug log?

[1] 
https://gerrit.ovirt.org/gitweb?p=ovirt-engine-extension-aaa-ldap.git;a=blob;f=README;hb=ovirt-engine-extension-aaa-ldap-1.0#l377

> 
> 
> On Thu, Nov 5, 2015 at 11:55 AM, Alon Bar-Lev  wrote:
> 
> >
> > Extension tool is available since 3.6, will be handy in these cases.
> >
> > - Original Message -
> > > From: "Budur Nagaraju" 
> > > To: "Alon Bar-Lev" 
> > > Cc: "users" 
> > > Sent: Thursday, November 5, 2015 8:17:46 AM
> > > Subject: Re: [ovirt-users] LDAP Authentication
> > >
> > > Getting below error ,tried installing extension tools but no luck
> > >
> > > # ovirt-engine-extensions-tool aaa abc --profile=ssl --user-name=abc
> > > -bash: ovirt-engine-extensions-tool: command not found
> > >
> > > On Thu, Nov 5, 2015 at 11:39 AM, Alon Bar-Lev  wrote:
> > >
> > > >
> > > > I will need a debug log of a login, please follow these[1]
> > instructions.
> > > >
> > > > [1]
> > > >
> > https://gerrit.ovirt.org/gitweb?p=ovirt-engine-extension-aaa-ldap.git;a=blob;f=README;hb=ovirt-engine-extension-aaa-ldap-1.0#l377
> > > >
> > > > - Original Message -
> > > > > From: "Budur Nagaraju" 
> > > > > To: "Alon Bar-Lev" 
> > > > > Cc: "users" 
> > > > > Sent: Thursday, November 5, 2015 8:01:54 AM
> > > > > Subject: Re: [ovirt-users] LDAP Authentication
> > > > >
> > > > > Below are the details,
> > > > >
> > > > >
> > > > >  rpm -qa |grep ovirt-engine-extension-aaa-ldap
> > > > > ovirt-engine-extension-aaa-ldap-1.0.2-1.el6.noarch
> > > > >
> > > > > Ovirt Engine Version :3.5
> > > > >
> > > > > we do not have multiple sites.
> > > > >
> > > > > -Nagaraju
> > > > >
> > > > >
> > > > > On Thu, Nov 5, 2015 at 11:25 AM, Alon Bar-Lev 
> > wrote:
> > > > >
> > > > > > Hi,
> > > > > > What version of ovirt?
> > > > > > What version of ovirt-engine-extension-aaa-ldap?
> > > > > > Do you have a domain that span multiple sites?
> > > > > > Regards,
> > > > > > Alon
> > > > > >
> > > > > > - Original Message -
> > > > > > > From: "Budur Nagaraju" 
> > > > > > > To: "users" 
> > > > > > > Sent: Thursday, November 5, 2015 5:34:18 AM
> > > > > > > Subject: [ovirt-users] LDAP Authentication
> > > > > > >
> > > > > > > HI
> > > > > > >
> > > > > > > LDAP Authentication is taking 5minutes is there any way to
> > resolve
> > > > this
> > > > > > issue
> > > > > > > ?
> > > > > > >
> > > > > > > Thanks,
> > > > > > > Nagaraju
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > ___
> > > > > > > Users mailing list
> > > > > > > Users@ovirt.org
> > > > > > > http://lists.ovirt.org/mailman/listinfo/users
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
> 
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] [ovirt-devel] Must a user see his/her VMs through the web browser?

2015-11-05 Thread John Hunter
Hi Yaniv,

Thanks for that, I will check it later.

Have a nice day :)

On Thu, Nov 5, 2015 at 4:18 PM, Yaniv Kaul  wrote:

> On Thu, Nov 5, 2015 at 9:56 AM, John Hunter  wrote:
>
>> nah, i prefer not using arc welder :(
>>
>
> As already mentioned in the thread, perhaps Boxes can do the job, at least
> on Gnome.
> See http://community.redhat.com/blog/2014/10/gnome-boxes-3-14-unboxed/
> and https://www.ovirt.org/images/6/6c/Fergeau-ovirt-boxes.pdf for more
> details.
> Y.
>
>
>>
>> On Thu, Nov 5, 2015 at 3:03 PM, Tomas Jelinek 
>> wrote:
>>
>>>
>>>
>>> - Original Message -
>>> > From: "John Hunter" 
>>> > To: "Tomas Jelinek" 
>>> > Cc: "Robert Story" , users@ovirt.org, "devel" <
>>> de...@ovirt.org>, "Filip Krepinsky"
>>> > 
>>> > Sent: Thursday, November 5, 2015 7:20:54 AM
>>> > Subject: Re: [ovirt-users] Must a user see his/her VMs through the web
>>> browser?
>>> >
>>> > Hi Tomas,
>>> >
>>> > I have see the repo a little bit, as far as I can see, it's just for
>>> mobile.
>>>
>>> yes, it is a mobile client.
>>> There is a way to run it as a google chrome app using arc welder so on a
>>> desktop (on fedora at least it works for me).
>>> But this way it is more interesting than useful I'd say...
>>>
>>> > Do you have a plan to make it useable on some Linux distro, like
>>> > Ubuntu, or Debian?
>>> >
>>> > What I need is a GUI application or a library that can be communicate
>>> > with the ovirt-engine.
>>> >
>>> > Cheers,
>>> > John
>>> >
>>> > On Wed, Nov 4, 2015 at 11:14 PM, Tomas Jelinek 
>>> wrote:
>>> >
>>> > >
>>> > >
>>> > > - Original Message -
>>> > > > From: "John Hunter" 
>>> > > > To: "Tomas Jelinek" 
>>> > > > Cc: "Robert Story" , users@ovirt.org, "devel"
>>> <
>>> > > de...@ovirt.org>
>>> > > > Sent: Wednesday, November 4, 2015 2:59:21 PM
>>> > > > Subject: Re: [ovirt-users] Must a user see his/her VMs through the
>>> web
>>> > > browser?
>>> > > >
>>> > > > On Wed, Nov 4, 2015 at 9:29 PM, Tomas Jelinek >> >
>>> > > wrote:
>>> > > >
>>> > > > >
>>> > > > >
>>> > > > > - Original Message -
>>> > > > > > From: "Robert Story" 
>>> > > > > > To: "John Hunter" 
>>> > > > > > Cc: users@ovirt.org, "devel" 
>>> > > > > > Sent: Wednesday, November 4, 2015 1:56:21 PM
>>> > > > > > Subject: Re: [ovirt-users] Must a user see his/her VMs through
>>> the
>>> > > web
>>> > > > > browser?
>>> > > > > >
>>> > > > > > On Wed, 4 Nov 2015 17:50:15 +0800 John wrote:
>>> > > > > > JH> I have installed the oVirt all in one, and I can log in
>>> the user
>>> > > > > portal
>>> > > > > > JH> through web browser to see user's VMs.
>>> > > > > > JH>
>>> > > > > > JH> I am wondering if there is an client Application that can
>>> do the
>>> > > same
>>> > > > > > JH> thing, like VMware Horizon client has version for Windows,
>>> Linux
>>> > > and
>>> > > > > > JH> IOS, etc.
>>> > > > > >
>>> > > > > > Haven't heard much about it lately,
>>> > > > >
>>> > > > > but you will soon ;)
>>> > > > > There is one guy which as soon as he sets his development env up
>>> will
>>> > > > > start to contribute to it heavily.
>>> > > > >
>>> > > > > Look forword to testing it ASAP, btw, how can I contact with
>>> this guy,
>>> > > and
>>> > > > maybe work togother with him on his project.
>>> > >
>>> > > It is not really his project, he is joining the moVirt.
>>> > >
>>> > > It would be pretty awesome if you wanted to cooperate with us on
>>> moVirt!
>>> > >
>>> > > If you have some particular ideas what you would like to see or see
>>> some
>>> > > problems than just tell us.
>>> > >
>>> > > We can discuss here (ovirt/devel list), on moVirt list (
>>> mov...@ovirt.org),
>>> > > or on irc (#ovirt channel of irc.oftc.net and look for me, mbetak or
>>> > > fkrepins)
>>> > > The sources are here: https://github.com/matobet/moVirt/ (with
>>> > > explanation how to setup devel env)
>>> > > And it is released on play store here:
>>> > >
>>> https://play.google.com/store/apps/details?id=org.ovirt.mobile.movirt
>>> > > (or just look for movirt in play store)
>>> > >
>>> > > >
>>> > > >
>>> > > > > > but you might want to check out this android app:
>>> > > > > >
>>> > > > > >   https://github.com/matobet/moVirt/
>>> > > > >
>>> > > > > you might also want to have a look at Arc Welder [1]. Last time
>>> I tried
>>> > > > > moVirt was working in it pretty
>>> > > > > nice and it felt like having a desktop client.
>>> > > > >
>>> > > > > [1]: https://developer.chrome.com/apps/getstarted_arc
>>> > > > >
>>> > > > > yeah, sure, I will check it.
>>> > >
>>> > > just don't expect it to be production ready ;)
>>> > >
>>> > > >
>>> > > > > >
>>> > > > > >
>>> > > > > > Robert
>>> > > > > >
>>> > > > > > --
>>> > > > > > Senior Software Engineer @ Parsons
>>> > > > > >
>>> > > > > > ___
>>> > > > > > Users mailing list
>>> > > > > > Users@ovirt.org
>>> > > > > > http://lists.ovirt.org/mailman/listinfo/users
>>> > > > > >
>>> > > > >
>>> > > >
>>> > > >
>>> > > >
>>> > > > --
>>> > > > 

Re: [ovirt-users] feedback-on-oVirt-engine-3.5.5-1.el6

2015-11-05 Thread Камульчик Илья Геннадьевич
Thanks for help.

Command run on the ovirt node:
iscsiadm -m node -u -T -p :3260

С уважением,
Камульчик Илья
Системный администратор
ООО «Сбербанк-Технологии»
Минск, 1-й Загородный переулок, д. 20, БЦ "Silver Tower"
mobile: +375 29 14-333-19
IP-тел. 8-78986701

From: Ilya Fedotov [mailto:kosh...@gmail.com]
Sent: Thursday, November 05, 2015 10:22 AM
To: Камульчик Илья Геннадьевич
Cc: users@ovirt.org
Subject: Re: [ovirt-users] feedback-on-oVirt-engine-3.5.5-1.el6

Hello, Ilia


 Clean information about iscsi


iscsiadm -m

with br, Ilya



2 ноября 2015 г., 14:09 пользователь Камульчик Илья Геннадьевич 
mailto:igkamulchik@sberbank.ru>> написал:
Please help!

I deleted iSCSI target and create new target, but OVirt is try connect to old 
target. How delete manual iSCSI target?

Thanks.

С уважением,
Камульчик Илья
Системный администратор
ООО «Сбербанк-Технологии»
Минск, 1-й Загородный переулок, д. 20, БЦ "Silver Tower"
mobile: +375 29 14-333-19
IP-тел. 8-78986701

УВЕДОМЛЕНИЕ О КОНФИДЕНЦИАЛЬНОСТИ: Это электронное сообщение и любые документы, 
приложенные к нему, содержат конфиденциальную информацию. Настоящим уведомляем 
Вас о том, что если это сообщение не предназначено Вам, использование, 
копирование, распространение информации, содержащейся в настоящем сообщении, а 
также осуществление любых действий на основе этой информации, строго запрещено. 
Если Вы получили это сообщение по ошибке, пожалуйста, сообщите об этом 
отправителю по электронной почте и удалите это сообщение. CONFIDENTIALITY 
NOTICE: This email and any files attached to it are confidential. If you are 
not the intended recipient you are notified that using, copying, distributing 
or taking any action in reliance on the contents of this information is 
strictly prohibited. If you have received this email in error please notify the 
sender and delete this email.

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] [ovirt-devel] Must a user see his/her VMs through the web browser?

2015-11-05 Thread Yaniv Kaul
On Thu, Nov 5, 2015 at 9:56 AM, John Hunter  wrote:

> nah, i prefer not using arc welder :(
>

As already mentioned in the thread, perhaps Boxes can do the job, at least
on Gnome.
See http://community.redhat.com/blog/2014/10/gnome-boxes-3-14-unboxed/ and
https://www.ovirt.org/images/6/6c/Fergeau-ovirt-boxes.pdf for more details.
Y.


>
> On Thu, Nov 5, 2015 at 3:03 PM, Tomas Jelinek  wrote:
>
>>
>>
>> - Original Message -
>> > From: "John Hunter" 
>> > To: "Tomas Jelinek" 
>> > Cc: "Robert Story" , users@ovirt.org, "devel" <
>> de...@ovirt.org>, "Filip Krepinsky"
>> > 
>> > Sent: Thursday, November 5, 2015 7:20:54 AM
>> > Subject: Re: [ovirt-users] Must a user see his/her VMs through the web
>> browser?
>> >
>> > Hi Tomas,
>> >
>> > I have see the repo a little bit, as far as I can see, it's just for
>> mobile.
>>
>> yes, it is a mobile client.
>> There is a way to run it as a google chrome app using arc welder so on a
>> desktop (on fedora at least it works for me).
>> But this way it is more interesting than useful I'd say...
>>
>> > Do you have a plan to make it useable on some Linux distro, like
>> > Ubuntu, or Debian?
>> >
>> > What I need is a GUI application or a library that can be communicate
>> > with the ovirt-engine.
>> >
>> > Cheers,
>> > John
>> >
>> > On Wed, Nov 4, 2015 at 11:14 PM, Tomas Jelinek 
>> wrote:
>> >
>> > >
>> > >
>> > > - Original Message -
>> > > > From: "John Hunter" 
>> > > > To: "Tomas Jelinek" 
>> > > > Cc: "Robert Story" , users@ovirt.org, "devel" <
>> > > de...@ovirt.org>
>> > > > Sent: Wednesday, November 4, 2015 2:59:21 PM
>> > > > Subject: Re: [ovirt-users] Must a user see his/her VMs through the
>> web
>> > > browser?
>> > > >
>> > > > On Wed, Nov 4, 2015 at 9:29 PM, Tomas Jelinek 
>> > > wrote:
>> > > >
>> > > > >
>> > > > >
>> > > > > - Original Message -
>> > > > > > From: "Robert Story" 
>> > > > > > To: "John Hunter" 
>> > > > > > Cc: users@ovirt.org, "devel" 
>> > > > > > Sent: Wednesday, November 4, 2015 1:56:21 PM
>> > > > > > Subject: Re: [ovirt-users] Must a user see his/her VMs through
>> the
>> > > web
>> > > > > browser?
>> > > > > >
>> > > > > > On Wed, 4 Nov 2015 17:50:15 +0800 John wrote:
>> > > > > > JH> I have installed the oVirt all in one, and I can log in the
>> user
>> > > > > portal
>> > > > > > JH> through web browser to see user's VMs.
>> > > > > > JH>
>> > > > > > JH> I am wondering if there is an client Application that can
>> do the
>> > > same
>> > > > > > JH> thing, like VMware Horizon client has version for Windows,
>> Linux
>> > > and
>> > > > > > JH> IOS, etc.
>> > > > > >
>> > > > > > Haven't heard much about it lately,
>> > > > >
>> > > > > but you will soon ;)
>> > > > > There is one guy which as soon as he sets his development env up
>> will
>> > > > > start to contribute to it heavily.
>> > > > >
>> > > > > Look forword to testing it ASAP, btw, how can I contact with this
>> guy,
>> > > and
>> > > > maybe work togother with him on his project.
>> > >
>> > > It is not really his project, he is joining the moVirt.
>> > >
>> > > It would be pretty awesome if you wanted to cooperate with us on
>> moVirt!
>> > >
>> > > If you have some particular ideas what you would like to see or see
>> some
>> > > problems than just tell us.
>> > >
>> > > We can discuss here (ovirt/devel list), on moVirt list (
>> mov...@ovirt.org),
>> > > or on irc (#ovirt channel of irc.oftc.net and look for me, mbetak or
>> > > fkrepins)
>> > > The sources are here: https://github.com/matobet/moVirt/ (with
>> > > explanation how to setup devel env)
>> > > And it is released on play store here:
>> > > https://play.google.com/store/apps/details?id=org.ovirt.mobile.movirt
>> > > (or just look for movirt in play store)
>> > >
>> > > >
>> > > >
>> > > > > > but you might want to check out this android app:
>> > > > > >
>> > > > > >   https://github.com/matobet/moVirt/
>> > > > >
>> > > > > you might also want to have a look at Arc Welder [1]. Last time I
>> tried
>> > > > > moVirt was working in it pretty
>> > > > > nice and it felt like having a desktop client.
>> > > > >
>> > > > > [1]: https://developer.chrome.com/apps/getstarted_arc
>> > > > >
>> > > > > yeah, sure, I will check it.
>> > >
>> > > just don't expect it to be production ready ;)
>> > >
>> > > >
>> > > > > >
>> > > > > >
>> > > > > > Robert
>> > > > > >
>> > > > > > --
>> > > > > > Senior Software Engineer @ Parsons
>> > > > > >
>> > > > > > ___
>> > > > > > Users mailing list
>> > > > > > Users@ovirt.org
>> > > > > > http://lists.ovirt.org/mailman/listinfo/users
>> > > > > >
>> > > > >
>> > > >
>> > > >
>> > > >
>> > > > --
>> > > > Best regards
>> > > > Junwang Zhao
>> > > > Department of Computer Science &Technology
>> > > > Peking University
>> > > > Beijing, 100871, PRC
>> > > >
>> > >
>> >
>> >
>> >
>> > --
>> > Best regards
>> > Junwang Zhao
>> > Department of Computer Science &Technology
>> > Peking University
>> > Beijing,