Re: [Users] virt-viewer from windows

2012-09-05 Thread Itamar Heim

On 09/05/2012 11:23 AM, Mohsen Saeedi wrote:

Hi
I have fedora as desktop from first version. i want to connect to ovirt
console with the virt viewer under windows. i installed spice virt
viewer. i read the below two links:
http://lists.ovirt.org/pipermail/users/2012-June/002266.html
http://wiki.ovirt.org/wiki/How_to_Connect_to_SPICE_Console_Without_Portal

But is it possible to connect from windows with virt viewer? what is the
url format on it? i want to setup virtual desktop with OVirt. any useful
link?
Thanks
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


with portal, try this:
http://lists.ovirt.org/pipermail/users/2012-August/003589.html

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


[Users] Creating bridge fails on Centos 6.3 node / vdsm

2012-09-05 Thread Joern Ott
Hello everybody,

I installed oVirt Engine on a CentOS 6.3 host (also serving repositories via 
HTTP and NFS, running puppet, razor and svn as well as xinetd/TFTP, NFS, DNS 
and DHCP). When I set up a new node with a minimal CentOS 6.3 install and then 
use the OVirt GUI to install vdsm on it, I get an error setting up the bridging.

As a next step, I set up the node again and installed vdsm and vdsm-cli 
manually before setting up the node via the GUI. This time, I don't see any 
errors in the event log of the node in ovirt GUI. However, the bridge is not 
created and the node marked as not operational. When I click on the node and 
click set up Networks, I can assign the ovirtmgmt network to eth0. When I 
click on OK, I get Error while executing action Setup Networks: Internal oVirt 
Engine Error in the gui. The engine.log shows the following messages:
2012-09-05 10:49:03,833 INFO  [org.ovirt.engine.core.bll.SetupNetworksCommand] 
(ajp--127.0.0.1-8702-7) [3e1fa402] Running command: SetupNetworksCommand 
internal: false. Entities affected :  ID: 0c6f61b8-f72b-11e1-add6-1cc1de08c55e 
Type: VDS
2012-09-05 10:49:03,838 INFO  
[org.ovirt.engine.core.vdsbroker.vdsbroker.SetupNetworksVDSCommand] 
(ajp--127.0.0.1-8702-7) [3e1fa402] START, SetupNetworksVDSCommand(vdsId = 
0c6f61b8-f72b-11e1-add6-1cc1de08c55e), log id: 50e63074
2012-09-05 10:49:03,839 INFO  
[org.ovirt.engine.core.vdsbroker.vdsbroker.SetupNetworksVDSCommand] 
(ajp--127.0.0.1-8702-7) [3e1fa402] FINISH, SetupNetworksVDSCommand, log id: 
50e63074
2012-09-05 10:49:04,356 ERROR 
[org.ovirt.engine.core.vdsbroker.vdsbroker.BrokerCommandBase] 
(ajp--127.0.0.1-8702-7) [3e1fa402] 
org.ovirt.engine.core.vdsbroker.vdsbroker.VDSNetworkException: 
VDSGenericException: VDSNetworkException: Specified netmask or gateway but not 
ip
2012-09-05 10:49:04,357 ERROR [org.ovirt.engine.core.vdsbroker.VDSCommandBase] 
(ajp--127.0.0.1-8702-7) [3e1fa402] Command SetupNetworksVDS execution failed. 
Exception: RuntimeException: 
org.ovirt.engine.core.vdsbroker.vdsbroker.VDSNetworkException: 
VDSGenericException: VDSNetworkException: Specified netmask or gateway but not 
ip

In the installation log /tmp/vdsm-bootstrap-phase1-20120905092647.log on the 
node, I see these errors

Wed, 05 Sep 2012 09:27:19 DEBUGdeployUtil 386 Bridge ovirtmgmt not found, 
need to create it.
Wed, 05 Sep 2012 09:27:19 DEBUGdeployUtil 438 getAddress Entry. 
url=http://mgmt0.be.tng:80/Components/vds/
Wed, 05 Sep 2012 09:27:19 DEBUGdeployUtil 460 getAddress return. 
address=mgmt0.be.tng port=80
Wed, 05 Sep 2012 09:27:19 DEBUGdeployUtil 859 makeBridge begin.
Wed, 05 Sep 2012 09:27:19 DEBUGdeployUtil 343 _getMGTIface: read host name: 
mgmt0.be.tng
Wed, 05 Sep 2012 09:27:19 DEBUGdeployUtil 350 _getMGTIface: using host name 
mgmt0.be.tng strIP= 10.4.116.9
Wed, 05 Sep 2012 09:27:19 DEBUGdeployUtil 356 _getMGTIface IP=10.4.116.9 
strIface=eth0
Wed, 05 Sep 2012 09:27:19 DEBUGdeployUtil 897 makeBridge found the 
following bridge paramaters: ['BOOTPROTO=dhcp', 'IPV6INIT=yes', 'MTU=1500', 
'ONBOOT=yes', 'UUID=79df5c4c-8df0-474b-9e98-22f3fb9b54c9']
Wed, 05 Sep 2012 09:27:19 DEBUGdeployUtil 122 
['/usr/share/vdsm/addNetwork', 'ovirtmgmt', '', '', 'eth0', 'BOOTPROTO=dhcp', 
'IPV6INIT=yes', 'MTU=1500', 'ONBOOT=yes', 
'UUID=79df5c4c-8df0-474b-9e98-22f3fb9b54c9', 'blockingdhcp=true']
Wed, 05 Sep 2012 09:27:20 DEBUGdeployUtil 126 Specified netmask or gateway 
but not ip

Wed, 05 Sep 2012 09:27:20 DEBUGdeployUtil 127 WARNING:Storage.LVM:Cannot 
create env file [Errno 2] No such file or directory: '/var/run/vdsm/lvm.env'
WARNING:root:options BOOTPROTO is deprecated. Use bootproto instead
WARNING:root:options ONBOOT is deprecated. Use onboot instead
Traceback (most recent call last):
  File /usr/share/vdsm/configNetwork.py, line 1382, in module
main()
  File /usr/share/vdsm/configNetwork.py, line 1351, in main
addNetwork(bridge, **kwargs)
  File /usr/share/vdsm/configNetwork.py, line 835, in addNetwork
bridged=bridged, **options)
  File /usr/share/vdsm/configNetwork.py, line 771, in _addNetworkValidation
Specified netmask or gateway but not ip)
ConfigNetworkError: (22, 'Specified netmask or gateway but not ip')

Wed, 05 Sep 2012 09:27:20 DEBUGdeployUtil 930 makeBridge Failed to add 
ovirtmgmt bridge out=Specified netmask or gateway but not ip

err=WARNING:Storage.LVM:Cannot create env file [Errno 2] No such file or 
directory: '/var/run/vdsm/lvm.env'
WARNING:root:options BOOTPROTO is deprecated. Use bootproto instead
WARNING:root:options ONBOOT is deprecated. Use onboot instead
Traceback (most recent call last):
  File /usr/share/vdsm/configNetwork.py, line 1382, in module
main()
  File /usr/share/vdsm/configNetwork.py, line 1351, in main
addNetwork(bridge, **kwargs)
  File /usr/share/vdsm/configNetwork.py, line 835, in addNetwork
bridged=bridged, **options)
  File /usr/share/vdsm/configNetwork.py, line 771, in _addNetworkValidation
Specified 

Re: [Users] Speakers Needed: Upcoming Workshops

2012-09-05 Thread Kanagaraj

Hi All,

 I would like to give a session on Overview of Webadmin and UI 
frameworks in Bangalore oVirt Workshop. I will be starting with an 
introduction about the frameworks GWT, GWTP, GIN and MVP. And will be 
explaining about different modules, layers, communication between 
frontend and backend, techniques behind the search and auto-completion, 
bookmarks. Finally about the different modes supported by oVirt and.


 About myself, i am part of Storage Development team in Bangalore, and 
currently working on the Gluster related features in oVirt. I am taking 
care of all the gluster related UI works. Sometimes I do work on backend 
and rest-api as well. I have around 2.5 years of experience in 
developing web based management tools and UI frameworks.


Regards
Kanagaraj M

On Thursday 09 August 2012 03:19 AM, Leslie Hawthorn wrote:

Hello everyone,

First of all, congratulations to the team on today's release of oVirt 
3.1!


As mentioned in today's weekly status IRC meeting, we would like to 
ensure we have broad community participation in upcoming workshops. 
[0] For KVM Forum + oVirt in Barcelona [1], a general call for papers 
will be issued within the next few days. I will send a note to these 
lists when details of the CFP have been announced.


For the oVirt workshop to be hosted at Red Hat's Bangalore campus on 
16 October 2012, it would be wonderful if folks would propose sessions 
for this workshop. (We have chosen not to go through a formal CFP 
process for Bangalore so as to leave sufficient time for the KVM Forum 
+ oVirt CFP process to run most smoothly.) If you would like to 
propose a session for oVirt Bangalore, please email me and I follow up 
with you.


As usual, any questions, please let me know.

[0] - http://wiki.ovirt.org/wiki/OVirt_Global_Workshops
[1] - http://events.linuxfoundation.org/events/kvm-forum/

Cheers,
LH



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


Re: [Users] guest agent service don't start after migration

2012-09-05 Thread Michal Skrivanek
on behalf of Gal:

Error 2: The system cannot find the file specified.

Possible problems: Either virtio-serial driver is not installed (my bet) or 
channel name was changed in vdsm (unlikely).

   Gal.

On Sep 3, 2012, at 09:17 , ov...@qip.ru wrote:

 node fedora17
 # uname -a
 Linux kvm04 3.4.6-4.fc17.x86_64 #1 SMP Thu Jul 26 18:51:58 UTC 2012 x86_64 
 x86_64 x86_64 GNU/Linux
 # rpm -q vdsm
 vdsm-4.10.0-7.fc17.x86_64
 # rpm -q libvirt
 libvirt-0.9.11.4-3.fc17.x86_64
 # rpm -q qemu-kvm
 qemu-kvm-1.0.1-1.fc17.x86_64
 
 
 guest win8r2 
 service starting as LocalSystem
 
  EventData
DataTraceback (most recent call last):
  File win32serviceutil.pyc, line 806, in SvcRun
  File OVirtGuestService.pyc, line 55, in SvcDoRun
  File GuestAgentWin32.pyc, line 377, in __init__
  File OVirtAgentLogic.pyc, line 55, in __init__
  File VirtIoChannel.pyc, line 25, in __init__
  File WinFile.pyc, line 30, in __init__
 error: (2, 'CreateFile', '\xcd\xe5 \xf3\xe4\xe0\xe5\xf2\xf1\xff 
 \xed\xe0\xe9\xf2\xe8 \xf3\xea\xe0\xe7\xe0\xed\xed\xfb\xe9 
 \xf4\xe0\xe9\xeb.')/Data
  /EventData
 
 
 --
 
 ___
 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: [Users] Creating bridge fails on Centos 6.3 node / vdsm

2012-09-05 Thread Dan Kenigsberg
On Wed, Sep 05, 2012 at 08:59:33AM +, Joern Ott wrote:
 Hello everybody,
 
 I installed oVirt Engine on a CentOS 6.3 host (also serving repositories via 
 HTTP and NFS, running puppet, razor and svn as well as xinetd/TFTP, NFS, DNS 
 and DHCP). When I set up a new node with a minimal CentOS 6.3 install and 
 then use the OVirt GUI to install vdsm on it, I get an error setting up the 
 bridging.
 
 As a next step, I set up the node again and installed vdsm and vdsm-cli 
 manually before setting up the node via the GUI. This time, I don't see any 
 errors in the event log of the node in ovirt GUI. However, the bridge is not 
 created and the node marked as not operational. When I click on the node 
 and click set up Networks, I can assign the ovirtmgmt network to eth0. When 
 I click on OK, I get Error while executing action Setup Networks: Internal 
 oVirt Engine Error in the gui. The engine.log shows the following messages:
 2012-09-05 10:49:03,833 INFO  
 [org.ovirt.engine.core.bll.SetupNetworksCommand] (ajp--127.0.0.1-8702-7) 
 [3e1fa402] Running command: SetupNetworksCommand internal: false. Entities 
 affected :  ID: 0c6f61b8-f72b-11e1-add6-1cc1de08c55e Type: VDS
 2012-09-05 10:49:03,838 INFO  
 [org.ovirt.engine.core.vdsbroker.vdsbroker.SetupNetworksVDSCommand] 
 (ajp--127.0.0.1-8702-7) [3e1fa402] START, SetupNetworksVDSCommand(vdsId = 
 0c6f61b8-f72b-11e1-add6-1cc1de08c55e), log id: 50e63074
 2012-09-05 10:49:03,839 INFO  
 [org.ovirt.engine.core.vdsbroker.vdsbroker.SetupNetworksVDSCommand] 
 (ajp--127.0.0.1-8702-7) [3e1fa402] FINISH, SetupNetworksVDSCommand, log id: 
 50e63074
 2012-09-05 10:49:04,356 ERROR 
 [org.ovirt.engine.core.vdsbroker.vdsbroker.BrokerCommandBase] 
 (ajp--127.0.0.1-8702-7) [3e1fa402] 
 org.ovirt.engine.core.vdsbroker.vdsbroker.VDSNetworkException: 
 VDSGenericException: VDSNetworkException: Specified netmask or gateway but 
 not ip
 2012-09-05 10:49:04,357 ERROR 
 [org.ovirt.engine.core.vdsbroker.VDSCommandBase] (ajp--127.0.0.1-8702-7) 
 [3e1fa402] Command SetupNetworksVDS execution failed. Exception: 
 RuntimeException: 
 org.ovirt.engine.core.vdsbroker.vdsbroker.VDSNetworkException: 
 VDSGenericException: VDSNetworkException: Specified netmask or gateway but 
 not ip
 
 In the installation log /tmp/vdsm-bootstrap-phase1-20120905092647.log on the 
 node, I see these errors
 
 Wed, 05 Sep 2012 09:27:19 DEBUGdeployUtil 386 Bridge ovirtmgmt not found, 
 need to create it.
 Wed, 05 Sep 2012 09:27:19 DEBUGdeployUtil 438 getAddress Entry. 
 url=http://mgmt0.be.tng:80/Components/vds/
 Wed, 05 Sep 2012 09:27:19 DEBUGdeployUtil 460 getAddress return. 
 address=mgmt0.be.tng port=80
 Wed, 05 Sep 2012 09:27:19 DEBUGdeployUtil 859 makeBridge begin.
 Wed, 05 Sep 2012 09:27:19 DEBUGdeployUtil 343 _getMGTIface: read host 
 name: mgmt0.be.tng
 Wed, 05 Sep 2012 09:27:19 DEBUGdeployUtil 350 _getMGTIface: using host 
 name mgmt0.be.tng strIP= 10.4.116.9
 Wed, 05 Sep 2012 09:27:19 DEBUGdeployUtil 356 _getMGTIface IP=10.4.116.9 
 strIface=eth0
 Wed, 05 Sep 2012 09:27:19 DEBUGdeployUtil 897 makeBridge found the 
 following bridge paramaters: ['BOOTPROTO=dhcp', 'IPV6INIT=yes', 'MTU=1500', 
 'ONBOOT=yes', 'UUID=79df5c4c-8df0-474b-9e98-22f3fb9b54c9']
 Wed, 05 Sep 2012 09:27:19 DEBUGdeployUtil 122 
 ['/usr/share/vdsm/addNetwork', 'ovirtmgmt', '', '', 'eth0', 'BOOTPROTO=dhcp', 
 'IPV6INIT=yes', 'MTU=1500', 'ONBOOT=yes', 
 'UUID=79df5c4c-8df0-474b-9e98-22f3fb9b54c9', 'blockingdhcp=true']
 Wed, 05 Sep 2012 09:27:20 DEBUGdeployUtil 126 Specified netmask or 
 gateway but not ip
 
 Wed, 05 Sep 2012 09:27:20 DEBUGdeployUtil 127 WARNING:Storage.LVM:Cannot 
 create env file [Errno 2] No such file or directory: '/var/run/vdsm/lvm.env'
 WARNING:root:options BOOTPROTO is deprecated. Use bootproto instead
 WARNING:root:options ONBOOT is deprecated. Use onboot instead
 Traceback (most recent call last):
   File /usr/share/vdsm/configNetwork.py, line 1382, in module
 main()
   File /usr/share/vdsm/configNetwork.py, line 1351, in main
 addNetwork(bridge, **kwargs)
   File /usr/share/vdsm/configNetwork.py, line 835, in addNetwork
 bridged=bridged, **options)
   File /usr/share/vdsm/configNetwork.py, line 771, in _addNetworkValidation
 Specified netmask or gateway but not ip)
 ConfigNetworkError: (22, 'Specified netmask or gateway but not ip')
 
 Wed, 05 Sep 2012 09:27:20 DEBUGdeployUtil 930 makeBridge Failed to add 
 ovirtmgmt bridge out=Specified netmask or gateway but not ip
 
 err=WARNING:Storage.LVM:Cannot create env file [Errno 2] No such file or 
 directory: '/var/run/vdsm/lvm.env'
 WARNING:root:options BOOTPROTO is deprecated. Use bootproto instead
 WARNING:root:options ONBOOT is deprecated. Use onboot instead
 Traceback (most recent call last):
   File /usr/share/vdsm/configNetwork.py, line 1382, in module
 main()
   File /usr/share/vdsm/configNetwork.py, line 1351, in main
 addNetwork(bridge, **kwargs)
   File 

Re: [Users] oVirt Project Meeting Minutes -- 2012-09-05

2012-09-05 Thread Dave Neary

Hi,

The minutes don't show it, but we had a very active and wide-ranging 
discussion about the website redesign - including:
* the tools to use (Garrett would like us to use just one tool, instead 
of having a separate wiki, to avoid having to do the design  theming 
work twice)

* The main objectives of the site
* How the design matches up to those objectives
* Specifically, what dyasny is looking for from the VDSM hooks download 
site, and how we might integrate that


I encourage those of you who have time to read through the log, and 
failing that, to read through Garrett's design document explaining the 
redesign: 
http://people.redhat.com/glesage/oVirt/background-info/design.html and 
compare it to the current state of the mock-up he has been working on: 
http://people.redhat.com/glesage/oVirt/website/mockup-1/ - and give 
feedback on how well he is doing so far.


Thanks everyone!

Cheers,
Dave.

On 09/05/2012 05:50 PM, Mike Burns wrote:

Minutes:http://ovirt.org/meetings/ovirt/2012/ovirt.2012-09-05-14.07.html
Minutes (text): http://ovirt.org/meetings/ovirt/2012/ovirt.2012-09-05-14.07.txt
Log:
http://ovirt.org/meetings/ovirt/2012/ovirt.2012-09-05-14.07.log.html

=
#ovirt: oVirt Weekly Sync
=


Meeting started by mburns at 14:07:13 UTC. The full logs are available
at http://ovirt.org/meetings/ovirt/2012/ovirt.2012-09-05-14.07.log.html
.



Meeting summary
---
* agenda and roll call  (mburns, 14:07:33)

* Next Releaes  (mburns, 14:10:15)

* Next Releae  (mburns, 14:10:35)

* Next Release  (mburns, 14:10:38)
   * ACTION: mburns to track down maintainers and get agreement on dates
 and feature set for next release  (mburns, 14:14:37)
   * ACTION: mburns to propose new role in the project  (mburns,
 14:15:30)
   * no one here so no reason for sub-project reports or release status
 updates  (mburns, 14:17:48)

* infra report  (mburns, 14:17:55)
   * need new hosting, working on plan for both short and long term
 (mburns, 14:19:00)
   * Infra team  is likely to takeover the Trac instance on fedorahosted
 for the time being  (quaid, 14:19:25)
   * for those unaware, this trac instance was used by ovirt-node team
 prior to relaunch of the project a year ago  (mburns, 14:20:15)
   * Infra is ready to implement whatever website solution is decided
 above our level  (quaid, 14:20:59)
   * correction -- no code sub-project maintainers around, there are
 other people around (and infra maintainers are here)  (mburns,
 14:21:50)

* website design  (mburns, 14:23:03)
   * discussing pros/cons to moving completely to mediawiki  (mburns,
 14:23:25)
   * requirements  (mburns, 14:47:23)
   * 1.  integrated search across main site and wiki  (mburns, 14:47:37)
   * 2.  some method to handle dynamic content like vdsm plugins
 (mburns, 14:47:55)
   * 3.  Makes it easy to find out about and download oVirt  (mburns,
 14:48:13)
   * 4.  Provides quickstart guide  (mburns, 14:48:33)
   * 4.  access control for some main site pages  (mburns, 14:49:11)
   * LINK:
 http://people.redhat.com/glesage/oVirt/background-info/design.html
 (garrett_, 14:50:33)
   * LINK:
 http://people.redhat.com/glesage/oVirt/background-info/design-download.html
 (garrett_, 14:50:36)
   * 5.  Provides a user-friendly gateway to get in contact with the
 oVirt developers to ask a question, report a bug, see what is
 planned for the project, or suggest a future improvement  (mburns,
 14:51:46)
   * 6.  Provides a valuable resource to new oVirt developers explaining
 the development processes, architecture and community standards of
 the project  (mburns, 14:52:15)
   * 7.  Gives a glimpse into the work and life of the oVirt development
 team  (mburns, 14:52:57)
   * 8.  Provide oVirt community members with a way to distribute and
 promote add-ons to the main oVirt project  (mburns, 14:53:13)
   * 9.  (debated) main site and wiki are distinct  (mburns, 14:54:03)

* Workshops  (mburns, 14:55:34)

* back to website design  (mburns, 14:57:40)
   * LINK:
 http://people.redhat.com/glesage/oVirt/website/background-info/design.html
 (garrett_, 15:01:05)
   * LINK:
 
http://people.redhat.com/glesage/oVirt/website/background-info/design-download.html
 (garrett_, 15:02:00)
   * LINK:
 
http://people.redhat.com/glesage/oVirt/website/background-info/design.html#Front-page%20sections
 (garrett_, 15:03:40)

Meeting ended at 15:46:14 UTC.




Action Items

* mburns to track down maintainers and get agreement on dates and
   feature set for next release
* mburns to propose new role in the project




Action Items, by person
---
* mburns
   * mburns to track down maintainers and get agreement on dates and
 feature set for next release
   * mburns to propose new role in the project
* **UNASSIGNED**
   * (none)




People Present (lines said)

Re: [Users] Speakers Needed: Upcoming Workshops

2012-09-05 Thread Leslie Hawthorn

On 09/05/2012 02:17 AM, Kanagaraj wrote:

Thank you for your submission, Kanagaraj. I have added your information 
to the oVirt wiki.


http://wiki.ovirt.org/wiki/Bangalore_Abstracts

Cheers,
LH

Hi All,

 I would like to give a session on Overview of Webadmin and UI 
frameworks in Bangalore oVirt Workshop. I will be starting with an 
introduction about the frameworks GWT, GWTP, GIN and MVP. And will be 
explaining about different modules, layers, communication between 
frontend and backend, techniques behind the search and 
auto-completion, bookmarks. Finally about the different modes 
supported by oVirt and.


 About myself, i am part of Storage Development team in Bangalore, and 
currently working on the Gluster related features in oVirt. I am 
taking care of all the gluster related UI works. Sometimes I do work 
on backend and rest-api as well. I have around 2.5 years of experience 
in developing web based management tools and UI frameworks.


Regards
Kanagaraj M

On Thursday 09 August 2012 03:19 AM, Leslie Hawthorn wrote:

Hello everyone,

First of all, congratulations to the team on today's release of oVirt 
3.1!


As mentioned in today's weekly status IRC meeting, we would like to 
ensure we have broad community participation in upcoming workshops. 
[0] For KVM Forum + oVirt in Barcelona [1], a general call for papers 
will be issued within the next few days. I will send a note to these 
lists when details of the CFP have been announced.


For the oVirt workshop to be hosted at Red Hat's Bangalore campus on 
16 October 2012, it would be wonderful if folks would propose 
sessions for this workshop. (We have chosen not to go through a 
formal CFP process for Bangalore so as to leave sufficient time for 
the KVM Forum + oVirt CFP process to run most smoothly.) If you would 
like to propose a session for oVirt Bangalore, please email me and I 
follow up with you.


As usual, any questions, please let me know.

[0] - http://wiki.ovirt.org/wiki/OVirt_Global_Workshops
[1] - http://events.linuxfoundation.org/events/kvm-forum/

Cheers,
LH






--
Leslie Hawthorn
Community Action and Impact
Open Source and Standards @ Red Hat

identi.ca/lh
twitter.com/lhawthorn

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


Re: [Users] Node Problems

2012-09-05 Thread Mike Burns
On Wed, 2012-08-22 at 10:01 +0200, Dave Neary wrote:
 Hi Mike,
 
 On 08/21/2012 10:31 PM, Mike Burns wrote:
  There is something broken currently with the latest node builds with
  NFS.  We're currently blocked on a kernel bug from testing any patches,
  but it's something we hope to have resolved soon.
 
 Looking at https://bugzilla.redhat.com/show_bug.cgi?id=845660 it seems 
 tat Federico Simoncelli has characterised and fixed this bug - what do 
 we need to do on the oVirt side to get the fix integrated and shipped as 
 a 3.1.1?

I've asked Joey to track this down.  I had heard that there was a kernel
component that still needed to be fixed as well.  

Also, just for clarity, it won't be a 3.1.1.  ovirt-node has a different
numbering scheme.  The new build will likely be 2.5.2.

Mike

 
 Cheers,
 Dave.
 


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


Re: [Users] ovirt node NFS

2012-09-05 Thread Mike Burns
On Tue, 2012-08-28 at 13:30 -0700, Dave Neary wrote:
 Hi,
 
 On 08/28/2012 08:17 AM, Nicholas Kesick wrote:
  There is an open Bugzilla about the issue (will try to find the number),
  but AFAIK there has not been a kernel update that has been pushed that
  resolves the issue, and thus no rebuild ovirt-node.  It's at the mercy
  of upstream and testing for now.
 
 My reading of that Bugzilla entry (which, I admit, could be wrong) 
 mentions commits to the trunk of Node which fix the issue. See 
 https://bugzilla.redhat.com/show_bug.cgi?id=845660#c11

those are vdsm patches, not ovirt-node.

 
 Cheers,
 Dave.
 


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


Re: [Users] Problem with creating a glusterfs volume

2012-09-05 Thread Dominic Kaiser
Did you confirm the peers were working after adding them in as adding a
host updates the firewall.

Yes here it is.

[root@gfs1 ~]# gluster
gluster peer status
Number of Peers: 3

Hostname: gfs2
Uuid: dce3ed1d-d38b-4eaa-81e5-12577a2f1a39
State: Peer in Cluster (Connected)

Hostname: gfs3
Uuid: 807b83f9-bff2-4cf1-a002-f1f1c5f694ad
State: Peer in Cluster (Connected)

Hostname: gfs4
Uuid: 7699d992-ee42-45c2-afca-d51dcdd9fdf6
State: Peer in Cluster (Connected)


Want to confirm you are using gluster 3.3 not 3.2.

Yes using 3.3

Installed Packages
glusterfs.x86_64 3.3.0-5.fc17
 @fedora-glusterfs
glusterfs-fuse.x86_643.3.0-5.fc17
 @fedora-glusterfs
glusterfs-geo-replication.x86_64 3.3.0-5.fc17
 @fedora-glusterfs
glusterfs-rdma.x86_643.3.0-5.fc17
 @fedora-glusterfs
glusterfs-server.x86_64  3.3.0-5.fc17

I reviewed your steps.  The only thing I can think is let us say you create
a /data directory.  When I am adding bricks should I add for instance
10.4.0.97 /data 10.4.0.98 /data 10.4.0.99 /data 10.4.0.100 /data?  Those
are the directories I have created and owned on each server 36.36 -R /data.




On Wed, Sep 5, 2012 at 2:25 PM, Robert Middleswarth rob...@middleswarth.net
 wrote:

  On 09/05/2012 02:20 PM, Dominic Kaiser wrote:

 So I have a problem creating glusterfs volumes.  Here is the install:


1. Ovirt 3.1
2. 4 Nodes are Fedora 17 with kernel 3.3.4 - 5.fc17.x86_64
3. 4 nodes peer joined and running
4. 4 nodes added as hosts to ovirt

  Did you confirm the peers were working after adding them in as adding a
 host updates the firewall.


1. created a directory on each node this path /data
2. chmod 36.36 -R /data all nodes
3. went back to ovirt and created a distributed/replicated volume and
added the 4 nodes with brick path of /data

  Want to confirm you are using gluster 3.3 not 3.2.

  I received this error:

  Creation of Gluster Volume maingfs1 failed.

  I went and looked at the vdsm logs on the nodes and the ovirt server
 which did not say much.  Where else should I look?  Also this error is
 vague what does it mean?

  You can review the steps I did to get a working gluster setup at
 http://www.middleswarth.net/content/installing-ovirt-31-and-glusterfs-using-either-nfs-or-posix-native-file-system


  --
 Dominic Kaiser
 Greater Boston Vineyard
 Director of Operations

 cell: 617-230-1412
 fax: 617-252-0238
 email: domi...@bostonvineyard.org




 ___
 Users mailing listUsers@ovirt.orghttp://lists.ovirt.org/mailman/listinfo/users


 --
 Thanks
 Robert Middleswarth
 @rmiddle (twitter/Freenode IRC)
 @RobertM (OFTC IRC)


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




-- 
Dominic Kaiser
Greater Boston Vineyard
Director of Operations

cell: 617-230-1412
fax: 617-252-0238
email: domi...@bostonvineyard.org
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Problem with creating a glusterfs volume

2012-09-05 Thread Jason Brooks


- Original Message -
 From: Dominic Kaiser domi...@bostonvineyard.org
 To: users@ovirt.org
 Sent: Wednesday, September 5, 2012 11:20:31 AM
 Subject: [Users] Problem with creating a glusterfs volume
 
 So I have a problem creating glusterfs volumes.  Here is the install:
 
 
1. Ovirt 3.1
2. 4 Nodes are Fedora 17 with kernel 3.3.4 - 5.fc17.x86_64
3. 4 nodes peer joined and running
4. 4 nodes added as hosts to ovirt
5. created a directory on each node this path /data
6. chmod 36.36 -R /data all nodes
7. went back to ovirt and created a distributed/replicated volume
and
added the 4 nodes with brick path of /data

Is this an NFS domain?

Is your volume named data -- the path should match the gluster volume name, 
not the path on the filesystem (unless they're the same). If your volume is 
maingfs1 then the nfs path should be hostname:/maingfs1.

Also, I've found that I've had to chown 36.36 -R /data after creating the 
volumes, because the subdirs that get created when you create a volume start 
out as root-owned by default.

Jason




 
 I received this error:
 
 Creation of Gluster Volume maingfs1 failed.
 
 I went and looked at the vdsm logs on the nodes and the ovirt server
 which
 did not say much.  Where else should I look?  Also this error is
 vague what
 does it mean?
 
 
 --
 Dominic Kaiser
 Greater Boston Vineyard
 Director of Operations
 
 cell: 617-230-1412
 fax: 617-252-0238
 email: domi...@bostonvineyard.org
 
 ___
 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] local iso folder not mounted

2012-09-05 Thread Umarzuki Mochlis
Hi,

I installed ovirt 3.1 from dre repo on centos 6 using allinone plugin
from that repo
it timed-out during adding local host

when I logged into web management, I can see on host's tab that
local_host failed to be installed and NFS ISO domain (which actually a
local folder) was failed to be mounted. But I can mount it with
mount.nfs manually.

What did I missed here? I wanted to create a single ovirt server for
testing purposes.

-- 
Regards,

Umarzuki Mochlis
http://debmal.my
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Problem with creating a glusterfs volume

2012-09-05 Thread Shireesh Anjal

Hi Dominic,

Looking at the engine log immediately after trying to create the volume 
should tell us on which node the gluster volume creation was attempted. 
Then looking at the vdsm log on that node should help us identifying the 
exact reason for failure.


In case this doesn't help you, can you please simulate the issue again 
and send back all the 5 log files? (engine.log from engine server and 
vdsm.log from the 4 nodes)


Regards,
Shireesh

On Wednesday 05 September 2012 11:50 PM, Dominic Kaiser wrote:

So I have a problem creating glusterfs volumes.  Here is the install:

 1. Ovirt 3.1
 2. 4 Nodes are Fedora 17 with kernel 3.3.4 - 5.fc17.x86_64
 3. 4 nodes peer joined and running
 4. 4 nodes added as hosts to ovirt
 5. created a directory on each node this path /data
 6. chmod 36.36 -R /data all nodes
 7. went back to ovirt and created a distributed/replicated volume and
added the 4 nodes with brick path of /data

I received this error:

Creation of Gluster Volume maingfs1 failed.

I went and looked at the vdsm logs on the nodes and the ovirt server 
which did not say much.  Where else should I look?  Also this error is 
vague what does it mean?



--
Dominic Kaiser
Greater Boston Vineyard
Director of Operations

cell: 617-230-1412
fax: 617-252-0238
email: domi...@bostonvineyard.org mailto:domi...@bostonvineyard.org




___
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