[Users] spice client support for windows

2012-03-01 Thread sawan k r
Hi,

I was reading on deploying spice on ovirt here -
http://www.ovirt.org/wiki/Testing/Spice

There is specific line there that says -
A Linux client machine with spice client and spice xpi installed (packages
spice-client and spice-xpi in Fedora/RHEL). It's not possible to connect to
a guest from Windows client through Ovirt yet.

Is above still valid?
Can I use spice client on windows and connect to guest OS on KVM-ovirt?

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


[Users] glusterfs and ovirt

2012-03-01 Thread ??????
Hi.

Test the ability to work as a storage server glusterfs. Direct support to
glusterf ovirt unfortunately not.

This feature will be added in the future?

 

Attempted to implement a scheme of work - glusterfs mounted on a node in a
folder mount glusterfs connected via NFS to ovirt.

It works =)

Now try to mount NFS to 127.0.0.1 and encountered an error:

Command:

[root@noc-4-m77 ~] # / bin / mount-o soft, timeo = 600, retrans = 6,
nosharecache, vers = 3 -t nfs 127.0.0.1 :/share/tmp /tmpgcOezk

Error:

mount.nfs: Unknown error 521

 

NFS V4 is disabled.

In this mount:

/bin/mount -t nfs 127.0.0.1:/share/ tmp/tmpgtsoetsk is successful.

I understand that this is not a problem ovirt, but you might prompt any
ideas how to fix it?

 

To use glusterfs in overt  to execute a commandL

Mount -t glusterfs -o log-level = WARNING, log-file = /var/log/gluster.log
noc-1 :/mht /  /share

I can prescribe it in vdsm that it was carried out instead of /bin/mount-o
soft, timeo = 600, retrans = 6, nosharecache, vers = 3 -t nfs
127.0.0.1:/share/tmp/tmpgtsOetsk

 

 

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


[Users] New virtual disks will NOT reliably be placed where I specified

2012-03-01 Thread Terry Phelps
I have a new ovirt installation that I am playing with. If it matters, I
built it by installing and patching Fedora 16, installing the ovirt-engine
RPM and then configuring this same machine as my node, or host, or
whatever you call it.

I created 3 NFS shares on this machine for the 3 required domains, and then
created those domains in the ovirt-engine. I have uploaded a ISO and
created a couple of VMs and they work.

HOWEVER, when create a virtual disk for my VMs, I specifiy the data
domain as its location, and have then found, twice in three tries, that
the virtual disk is placed on the export domain. I am quite sure I am
specifying my data domain when I create the disk. But then when I click
on the VM, and then open the General tab, the Resides on Storage Domain
field says export.

And when I look at the host, the virtual disk really IS in the export
domain:

[root@oravm2 exportdomain]# find . -type f | xargs ls -l
...
-rw-rw 1 vdsm kvm 10737418240 Mar  1 09:17
./0efcc135-2a17-4cfd-ba7d-c3735349d455/images/fda97fda-f0ca-4926-9a3e-af836466b5b1/9167e3a9-1e98-4f11-a99c-616adbe52f95

I can't imagine what I might be doing wrong to make this happen. There is
no domain placement when I create the VM, as best I can tell. Placement is
given only when I create the virtual disk.

Anyone have an idea on this?
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] new wiki for ovirt-engine-cli

2012-03-01 Thread Itamar Heim

On 03/01/2012 05:06 PM, Li, David wrote:

Hi Michael,

Thanks for the info. Now on to more questions:)

1. Do you have a link where to get the ovirt-engine-cli rpm or tar ball?
2. I guess my real question is if the cli package can replace the engine GUI. 
This is necessary if I don't want to use the GUI but integrate the engine 
management functionalities with my own code. I don't know in this case if I 
should directly use the SDK or script the CLI cmds. Any suggestions?


for coding (in python), SDK sounds the right integration level.
if you want to code in a different language, worth discussing.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Supported browser for oVirt-manager UI

2012-03-01 Thread Itamar Heim

On 03/01/2012 01:25 PM, Rahul Upadhyaya wrote:

Hi,

I used google chrome 17, Mozilla firefox and Knoquerer browser to access
the ovirt-manager, but all of them say that browser is not supported.
Can anybody help with the information about the supported browsers for
oVirt manager UI.


firefox 10 (as a long term version) currently gets most focus (though 
still has this message which i think wasn't changed since firefox 7)
we need to clear this message as it is confusing (but with browsers 
changing versions each month, not sure just a general message this was 
tested with version X is a better approach.




Thanks in advance :)

--
Regards,
Rahul




___
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] New virtual disks will NOT reliably be placed where I specified

2012-03-01 Thread Itamar Heim

On 03/01/2012 04:21 PM, Terry Phelps wrote:

I have a new ovirt installation that I am playing with. If it matters, I
built it by installing and patching Fedora 16, installing the
ovirt-engine RPM and then configuring this same machine as my node, or
host, or whatever you call it.

I created 3 NFS shares on this machine for the 3 required domains, and
then created those domains in the ovirt-engine. I have uploaded a ISO
and created a couple of VMs and they work.

HOWEVER, when create a virtual disk for my VMs, I specifiy the data
domain as its location, and have then found, twice in three tries, that
the virtual disk is placed on the export domain. I am quite sure I am
specifying my data domain when I create the disk. But then when I
click on the VM, and then open the General tab, the Resides on
Storage Domain field says export.

And when I look at the host, the virtual disk really IS in the export
domain:

[root@oravm2 exportdomain]# find . -type f | xargs ls -l
...
-rw-rw 1 vdsm kvm 10737418240 Mar  1 09:17
./0efcc135-2a17-4cfd-ba7d-c3735349d455/images/fda97fda-f0ca-4926-9a3e-af836466b5b1/9167e3a9-1e98-4f11-a99c-616adbe52f95

I can't imagine what I might be doing wrong to make this happen. There
is no domain placement when I create the VM, as best I can tell.
Placement is given only when I create the virtual disk.

Anyone have an idea on this?


actually, there is not even support for creating a disk on the export 
domain, only on data domain, so indeed very strange.

backend/vsdm logs from an add disk command?
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] glusterfs and ovirt

2012-03-01 Thread Itamar Heim

On 03/01/2012 01:48 PM, ?? wrote:

Hi.

Test the ability to work as a storage server glusterfs. Direct support
to glusterf ovirt unfortunately not.

This feature will be added in the future?


I'll let someone else reply on the below, but as for ovirt-gluster 
integration - yes, it is in the works.

this gives a general picture of the work being carried out:
http://www.ovirt.org/wiki/AddingGlusterSupportToOvirt



Attempted to implement a scheme of work - glusterfs mounted on a node
in a folder mount glusterfs connected via NFS to ovirt.

It works =)

Now try to mount NFS to 127.0.0.1 and encountered an error:

Command:

[root@noc-4-m77 ~] # / bin / mount-o soft, timeo = 600, retrans = 6,
nosharecache, vers = 3 -t nfs 127.0.0.1 :/share/tmp /tmpgcOezk

Error:

mount.nfs: Unknown error 521

NFS V4 is disabled.

In this mount:

/bin/mount -t nfs 127.0.0.1:/share/ tmp/tmpgtsoetsk is successful.

I understand that this is not a problem ovirt, but you might prompt any
ideas how to fix it?

To use glusterfs in overt to execute a commandL

Mount -t glusterfs -o log-level = WARNING, log-file =
/var/log/gluster.log noc-1 :/mht / /share

I can prescribe it in vdsm that it was carried out instead of
/bin/mount-o soft, timeo = 600, retrans = 6, nosharecache, vers = 3 -t
nfs 127.0.0.1:/share/tmp/tmpgtsOetsk



___
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] spice client support for windows

2012-03-01 Thread Itamar Heim

On 03/01/2012 12:44 PM, sawan k r wrote:

Hi,

I was reading on deploying spice on ovirt here -
http://www.ovirt.org/wiki/Testing/Spice

There is specific line there that says -
A Linux client machine with spice client and spice xpi installed
(packages spice-client and spice-xpi in Fedora/RHEL). It's not possible
to connect to a guest from Windows client through Ovirt yet.

Is above still valid?
Can I use spice client on windows and connect to guest OS on KVM-ovirt?


you can, but you need to build/get your windows spice client (iirc, 
spice still doesn't have one available - cc-ing spice-devel)

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


Re: [Users] Q on ovirt datacentre and host storage types

2012-03-01 Thread Itamar Heim

On 02/29/2012 01:42 PM, Deepak C Shetty wrote:

Hi, got few basic Qs in my mind. Appreciate a response.

1) Why is it that the data domains must be of the same type as that of
datacentre ? What is the goal behind having
this constraint ? It seems useful to have a datacentre w/o having any
storage restrictions.. i should be able to add
hosts w/o worrying abt the storage types... why is it not so... looking
to understand the reason behind this design
decision.


old design decision. planning to remove it for a future version (not the 
second one planned for may)




2) If i have a set of host systems all connected to shared FC storage,
is there a way for me to configure LUNs
exclusively for each host, meaning have ability to control what LUN each
hosts sees ? Can this be done using oVirt today ? My understanding is
that this cannot be done via ovirt, zoning of LUNs to host has to be
done separately and not via ovirt, is that correct ?


storage domains share the LUN for multiple VMs.
do you want a LUN per VM disk (direct lun)?
please explain the use case.



3) If i have to create and run 1000 VMs (say), how can i automate that
using ovirt, what is the best way to do that ?


as oved stated, sdk/cli/api are best for automation, less all are from 
same template, where you could use pools.

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


Re: [Users] New virtual disks will NOT reliably be placed where I specified

2012-03-01 Thread Terry Phelps
On Thu, Mar 1, 2012 at 10:40 AM, Itamar Heim ih...@redhat.com wrote:

 On 03/01/2012 04:21 PM, Terry Phelps wrote:

 I have a new ovirt installation that I am playing with. If it matters, I
 built it by installing and patching Fedora 16, installing the
 ovirt-engine RPM and then configuring this same machine as my node, or
 host, or whatever you call it.

 I created 3 NFS shares on this machine for the 3 required domains, and
 then created those domains in the ovirt-engine. I have uploaded a ISO
 and created a couple of VMs and they work.

 HOWEVER, when create a virtual disk for my VMs, I specifiy the data
 domain as its location, and have then found, twice in three tries, that
 the virtual disk is placed on the export domain. I am quite sure I am
 specifying my data domain when I create the disk. But then when I
 click on the VM, and then open the General tab, the Resides on
 Storage Domain field says export.

 And when I look at the host, the virtual disk really IS in the export
 domain:

 [root@oravm2 exportdomain]# find . -type f | xargs ls -l
 ...
 -rw-rw 1 vdsm kvm 10737418240 Mar  1 09:17
 ./0efcc135-2a17-4cfd-ba7d-**c3735349d455/images/fda97fda-**
 f0ca-4926-9a3e-af836466b5b1/**9167e3a9-1e98-4f11-a99c-**616adbe52f95

 I can't imagine what I might be doing wrong to make this happen. There
 is no domain placement when I create the VM, as best I can tell.
 Placement is given only when I create the virtual disk.

 Anyone have an idea on this?


 actually, there is not even support for creating a disk on the export
 domain, only on data domain, so indeed very strange.
 backend/vsdm logs from an add disk command?


I don't know exactly where to look for backend/vsdm logs from an add
disk command. If you'll tell me, I'll forward them.

But here's some more information:

1. You said there's not even support for creating a disk on the export
domain. But when I create a virtual disk, the new virtual disk window
that comes up has a field called Storage Domain, and the dropdown box
shows both data and export.

2. Here's an except from /var/log/libvirt.log, which shows where the new
disk is:

2012-03-01 14:13:45.170+: 32549: debug : virDomainCreateXML:1833 :
conn=0x7f884402e2b0, xmlDesc=?xml version=1.0 encoding=utf-8?
domain type=kvm
namefedora17/name
uuidcde75b43-7607-47b1-9c27-c506e79986f7/uuid
memory1048576/memory
currentMemory1048576/currentMemory
vcpu1/vcpu
devices
...
disk device=disk type=file
source
file=/rhev/data-center/4a224f0c-62ed-11e1-a7d2-001a64db74a4/0efcc135-2a17-4cfd-ba7d-c3735349d455/images/fda97fda-f0ca-4926-9a3e-af836466b5b1/9167e3a9-1e98-4f11-a99c-616adbe52f95/
target bus=virtio dev=vda/

serialfda97fda-f0ca-4926-9a3e-af836466b5b1/serial
driver cache=none error_policy=stop
io=threads name=qemu type=raw/
/disk

And here's some shell commands from the host, that (as best I can tell)
shows the disk path name from above to be in the export domain:

# pwd
/rhev/data-center/4a224f0c-62ed-11e1-a7d2-001a64db74a4

[root@oravm2 4a224f0c-62ed-11e1-a7d2-001a64db74a4]# ls -l
total 16
lrwxrwxrwx 1 vdsm kvm 88 Feb 29 14:01 0efcc135-2a17-4cfd-ba7d-c3735349d455
- /rhev/data-center/mnt/oravm2.acbl.net:
_exportdomain/0efcc135-2a17-4cfd-ba7d-c3735349d455
lrwxrwxrwx 1 vdsm kvm 85 Feb 29 14:01 862e4be6-8aca-4c68-ac52-d9e73151b468
- /rhev/data-center/mnt/oravm2.acbl.net:
_isodomain/862e4be6-8aca-4c68-ac52-d9e73151b468
lrwxrwxrwx 1 vdsm kvm 86 Feb 29 14:01 cacfa958-dc71-49ae-b1cd-a51bde0f860d
- /rhev/data-center/mnt/oravm2.acbl.net:
_datadomain/cacfa958-dc71-49ae-b1cd-a51bde0f860d
lrwxrwxrwx 1 vdsm kvm 86 Feb 29 14:01 mastersd -
/rhev/data-center/mnt/oravm2.acbl.net:
_datadomain/cacfa958-dc71-49ae-b1cd-a51bde0f860d
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] [Spice-devel] spice client support for windows

2012-03-01 Thread sawan k r
So there are two ways to connect from windows -
ovirt portals - does require activex plugin (not built)
spice - (not tried/tested ?)  as spice is cross platform (windows and linux)

So I should just go ahead pull the code, compile and try

On Thu, Mar 1, 2012 at 11:04 AM, Marian Krcmarik mkrcm...@redhat.comwrote:



 - Original Message -
  From: Itamar Heim ih...@redhat.com
  To: sawan k r sawanrupa...@gmail.com
  Cc: spice-de...@lists.freedesktop.org, users@ovirt.org
  Sent: Thursday, March 1, 2012 4:46:31 PM
  Subject: Re: [Spice-devel] [Users] spice client support for windows
 
  On 03/01/2012 12:44 PM, sawan k r wrote:
   Hi,
  
   I was reading on deploying spice on ovirt here -
   http://www.ovirt.org/wiki/Testing/Spice
  
   There is specific line there that says -
   A Linux client machine with spice client and spice xpi installed
   (packages spice-client and spice-xpi in Fedora/RHEL). It's not
   possible
   to connect to a guest from Windows client through Ovirt yet.
  
   Is above still valid?
   Can I use spice client on windows and connect to guest OS on
   KVM-ovirt?
 
  you can, but you need to build/get your windows spice client (iirc,
  spice still doesn't have one available - cc-ing spice-devel)
 If one wants to connect to a guest through Ovirt Portals from Windows
 client, he/she needs activex plugin which is not available.
  ___
  Spice-devel mailing list
  spice-de...@lists.freedesktop.org
  http://lists.freedesktop.org/mailman/listinfo/spice-devel
 

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


Re: [Users] [Spice-devel] spice client support for windows

2012-03-01 Thread Loomis, Jason (GE Healthcare)
We were able to download the source rpm and build it, then extract the
msi files to manually install spice for windows.

 

Jason

 

From: users-boun...@ovirt.org [mailto:users-boun...@ovirt.org] On Behalf
Of sawan k r
Sent: Thursday, March 01, 2012 10:23 AM
To: Marian Krcmarik
Cc: spice-de...@lists.freedesktop.org; users@ovirt.org
Subject: Re: [Users] [Spice-devel] spice client support for windows

 

So there are two ways to connect from windows - 

ovirt portals - does require activex plugin (not built)

spice - (not tried/tested ?)  as spice is cross platform (windows and
linux)

 

So I should just go ahead pull the code, compile and try

On Thu, Mar 1, 2012 at 11:04 AM, Marian Krcmarik mkrcm...@redhat.com
wrote:



- Original Message -
 From: Itamar Heim ih...@redhat.com
 To: sawan k r sawanrupa...@gmail.com
 Cc: spice-de...@lists.freedesktop.org, users@ovirt.org
 Sent: Thursday, March 1, 2012 4:46:31 PM
 Subject: Re: [Spice-devel] [Users] spice client support for windows

 On 03/01/2012 12:44 PM, sawan k r wrote:
  Hi,
 
  I was reading on deploying spice on ovirt here -
  http://www.ovirt.org/wiki/Testing/Spice
 
  There is specific line there that says -
  A Linux client machine with spice client and spice xpi installed
  (packages spice-client and spice-xpi in Fedora/RHEL). It's not
  possible
  to connect to a guest from Windows client through Ovirt yet.
 
  Is above still valid?
  Can I use spice client on windows and connect to guest OS on
  KVM-ovirt?

 you can, but you need to build/get your windows spice client (iirc,
 spice still doesn't have one available - cc-ing spice-devel)

If one wants to connect to a guest through Ovirt Portals from Windows
client, he/she needs activex plugin which is not available.
 ___
 Spice-devel mailing list
 spice-de...@lists.freedesktop.org
 http://lists.freedesktop.org/mailman/listinfo/spice-devel


 

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


[Users] Windows 7 VM locks when console closes.

2012-03-01 Thread Loomis, Jason (GE Healthcare)
I have an issue where I have developers that need their Windows 7 VM to
not lock when the spice console is closed.  The installation of Windows
must have a password, so removing the password isn't an option.  I've
narrowed it down to the RHEV agent that causes this to occur.  When the
RHEV agent is disabled, you can close and reopen the console freely and
it doesn't lock the Windows 7 VM, however when you re-enable the RHEV
agent service it instantly locks Windows and requires you to put the
password in.  Is there a way to configure the RHEV agent to disable this
feature?  

 

Jason 

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


Re: [Users] glusterfs and ovirt

2012-03-01 Thread зоррыч
Good news.
It already works in a test version or development has not yet begun?


-Original Message-
From: Itamar Heim [mailto:ih...@redhat.com] 
Sent: Thursday, March 01, 2012 7:44 PM
To: ??
Cc: users@ovirt.org
Subject: Re: [Users] glusterfs and ovirt

On 03/01/2012 01:48 PM, ?? wrote:
 Hi.

 Test the ability to work as a storage server glusterfs. Direct support 
 to glusterf ovirt unfortunately not.

 This feature will be added in the future?

I'll let someone else reply on the below, but as for ovirt-gluster
integration - yes, it is in the works.
this gives a general picture of the work being carried out:
http://www.ovirt.org/wiki/AddingGlusterSupportToOvirt


 Attempted to implement a scheme of work - glusterfs mounted on a node 
 in a folder mount glusterfs connected via NFS to ovirt.

 It works =)

 Now try to mount NFS to 127.0.0.1 and encountered an error:

 Command:

 [root@noc-4-m77 ~] # / bin / mount-o soft, timeo = 600, retrans = 6, 
 nosharecache, vers = 3 -t nfs 127.0.0.1 :/share/tmp /tmpgcOezk

 Error:

 mount.nfs: Unknown error 521

 NFS V4 is disabled.

 In this mount:

 /bin/mount -t nfs 127.0.0.1:/share/ tmp/tmpgtsoetsk is successful.

 I understand that this is not a problem ovirt, but you might prompt 
 any ideas how to fix it?

 To use glusterfs in overt to execute a commandL

 Mount -t glusterfs -o log-level = WARNING, log-file = 
 /var/log/gluster.log noc-1 :/mht / /share

 I can prescribe it in vdsm that it was carried out instead of 
 /bin/mount-o soft, timeo = 600, retrans = 6, nosharecache, vers = 3 -t 
 nfs 127.0.0.1:/share/tmp/tmpgtsOetsk



 ___
 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] vdsm issue

2012-03-01 Thread Michal Kopacki

--
On 2012-03-01 17:42:42 , Itamar Heim (ih...@redhat.com) wrote:


not sure about the error below, but installing vdsm requires more 
configuration done by engine when you choose to add a host.
 I'm not sure what you mean by more configuration. As I 
understand after install of vdsm it will be started as a service which 
apparently is not going well.
can you try adding the host via the engine (it will reboot in the last 
phase...).
 It's exactly what I did. After vsdm install I went to ovirt-engine 
page and add host (localhost in this case). In event window i saw that 
there are components installing and after reboot i can see information 
as below:


This host is in non responding state. Try to Activate it; If the 
problem persists, switch Host to Maintenance mode and try to reinstall it.


Of course Activate solves nothing.

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


Re: [Users] vdsm issue

2012-03-01 Thread Jason Brooks
I wonder about that dirty yum upgrade bit -- I upgraded a remote F15
server to F16 yesterday using preupgrade-cli and then went on to
configure that server as engine+host as you're doing. It worked fine.

On 03/01/2012 10:41 AM, Michal Kopacki wrote:
 --
 On 2012-03-01 17:42:42 , Itamar Heim (ih...@redhat.com) wrote:

 not sure about the error below, but installing vdsm requires more
 configuration done by engine when you choose to add a host.
  I'm not sure what you mean by more configuration. As I understand
 after install of vdsm it will be started as a service which apparently
 is not going well.
 can you try adding the host via the engine (it will reboot in the last
 phase...).
  It's exactly what I did. After vsdm install I went to ovirt-engine
 page and add host (localhost in this case). In event window i saw that
 there are components installing and after reboot i can see information
 as below:
 
 This host is in non responding state. Try to Activate it; If the
 problem persists, switch Host to Maintenance mode and try to reinstall it.
 
 Of course Activate solves nothing.
 

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


Re: [Users] glusterfs and ovirt

2012-03-01 Thread Itamar Heim

On 03/01/2012 08:36 PM, зоррыч wrote:

Good news.
It already works in a test version or development has not yet begun?


early patches to build this support are sent now to engine/vdsm.
so work has begun, but not working yet




-Original Message-
From: Itamar Heim [mailto:ih...@redhat.com]
Sent: Thursday, March 01, 2012 7:44 PM
To: ??
Cc: users@ovirt.org
Subject: Re: [Users] glusterfs and ovirt

On 03/01/2012 01:48 PM, ?? wrote:

Hi.

Test the ability to work as a storage server glusterfs. Direct support
to glusterf ovirt unfortunately not.

This feature will be added in the future?


I'll let someone else reply on the below, but as for ovirt-gluster
integration - yes, it is in the works.
this gives a general picture of the work being carried out:
http://www.ovirt.org/wiki/AddingGlusterSupportToOvirt



Attempted to implement a scheme of work -  glusterfs mounted on a node
in a folder mount glusterfs connected via NFS to ovirt.

It works =)

Now try to mount NFS to 127.0.0.1 and encountered an error:

Command:

[root@noc-4-m77 ~] # / bin / mount-o soft, timeo = 600, retrans = 6,
nosharecache, vers = 3 -t nfs 127.0.0.1 :/share/tmp /tmpgcOezk

Error:

mount.nfs: Unknown error 521

NFS V4 is disabled.

In this mount:

/bin/mount -t nfs 127.0.0.1:/share/ tmp/tmpgtsoetsk is successful.

I understand that this is not a problem ovirt, but you might prompt
any ideas how to fix it?

To use glusterfs in overt to execute a commandL

Mount -t glusterfs -o log-level = WARNING, log-file =
/var/log/gluster.log noc-1 :/mht / /share

I can prescribe it in vdsm that it was carried out instead of
/bin/mount-o soft, timeo = 600, retrans = 6, nosharecache, vers = 3 -t
nfs 127.0.0.1:/share/tmp/tmpgtsOetsk



___
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] Can anyone help? Spice not connecting - I have spice-xpi installed.

2012-03-01 Thread Morgan Cox
Hi

I have been trying for hours to install a vm in Ovirt and having no joy.,
Spice is not working - I just get a black popup window

I am connecting from a Fedora16 desktop - I have spice-XPI installed.  can
see 'press Shift+f12' to release mouse etc.

My setup :-

I have a 3 server setup
-  1. Ovirt engine (Lan address + external address)
-  2. Storage node - NFS server (LAN address and external address)
-  3. Ovirt node (from the node .iso) - only LAN address

The Engine server is a default FC16 install. the node is from the ovirt
node .iso.

I don't think its firewall related - I tried disabling firewalls on all
servers.

Once I try spice the icon is greyed out afterwards.

In IRC it was suggested to run Bind from server 1 - I have done that and
added DNS entrys in the LAN range for all 3 servers - all 3 servers are
using bind from server1 as their only nameserver in resolv.conf

I am trying to connect from my Fedora16 Desktop

When I try to connect I see in /var/log/messages

Mar  1 19:34:43 fedora16 spice: Warning: failed to connect: Connection
timed out (110)

Any ideas how to investigate this further.

I am dying to test out a VM but with no spice I am presently unable to...

Any ideas will be welcomed - i'm 1/2 thinking about re-installing with all
external ips (but that will make transfer speeds slower..)
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Can anyone help? Spice not connecting - I have spice-xpi installed.

2012-03-01 Thread Andrew Cathrow
The webui will write out a hostname and port number to connect to.
Can your client resolve the ovirt node's name?

- Original Message -
 From: Morgan Cox morganco...@gmail.com
 To: users@ovirt.org
 Sent: Thursday, March 1, 2012 8:00:02 PM
 Subject: [Users] Can anyone help? Spice not connecting - I have spice-xpi 
 installed.
 
 
 Hi
 
 I have been trying for hours to install a vm in Ovirt and having no
 joy., Spice is not working - I just get a black popup window
 
 I am connecting from a Fedora16 desktop - I have spice-XPI installed.
 can see 'press Shift+f12' to release mouse etc.
 
 My setup :-
 
 I have a 3 server setup
 - 1. Ovirt engine (Lan address + external address)
 - 2. Storage node - NFS server (LAN address and external address)
 - 3. Ovirt node (from the node .iso) - only LAN address
 
 The Engine server is a default FC16 install. the node is from the
 ovirt node .iso.
 
 I don't think its firewall related - I tried disabling firewalls on
 all servers.
 
 Once I try spice the icon is greyed out afterwards.
 
 In IRC it was suggested to run Bind from server 1 - I have done that
 and added DNS entrys in the LAN range for all 3 servers - all 3
 servers are using bind from server1 as their only nameserver in
 resolv.conf
 
 I am trying to connect from my Fedora16 Desktop
 
 When I try to connect I see in /var/log/messages
 
 Mar 1 19:34:43 fedora16 spice: Warning: failed to connect: Connection
 timed out (110)
 
 Any ideas how to investigate this further.
 
 I am dying to test out a VM but with no spice I am presently unable
 to...
 
 Any ideas will be welcomed - i'm 1/2 thinking about re-installing
 with all external ips (but that will make transfer speeds slower..)
 
 ___
 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] vdsm issue

2012-03-01 Thread Michal Kopacki
On Thu, 1 Mar 2012 10:50:48 -0800
Jason Brooks jbro...@redhat.com wrote:

 I wonder about that dirty yum upgrade bit -- I upgraded a remote F15
 server to F16 yesterday using preupgrade-cli and then went on to
 configure that server as engine+host as you're doing. It worked fine.
 

   I'm afraid it could be the case. There is raid on /boot and /
   (root) partitions and preupgrade-cli didn't work, so I was forced to
   go dirty way. Everything seems to be fine besides vdsm though.

   I'm clueless now. I think I will try to reinstall F15, break raid
   and then try preupgrade.

   btw. how about software raid and ovirt ? did anyone submit issues on
   that ?

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


Re: [Users] vdsm issue

2012-03-01 Thread Michal Kopacki
On Fri, 2 Mar 2012 02:06:15 +0200
Itamar Heim ih...@redhat.com wrote:

 On 03/01/2012 08:41 PM, Michal Kopacki wrote:
  --
  On 2012-03-01 17:42:42 , Itamar Heim (ih...@redhat.com) wrote:
 
  not sure about the error below, but installing vdsm requires more
  configuration done by engine when you choose to add a host.
  I'm not sure what you mean by more configuration. As I understand
  after install of vdsm it will be started as a service which
  apparently is not going well.
  can you try adding the host via the engine (it will reboot in the
  last phase...).
  It's exactly what I did. After vsdm install I went to ovirt-engine
  page and add host (localhost in this case). In event window i saw
  that there are components installing and after reboot i can see
  information as below:
 
  This host is in non responding state. Try to Activate it; If the
  problem persists, switch Host to Maintenance mode and try to
  reinstall it.
 
  Of course Activate solves nothing.
 
 
 how did you add the host (did you use fqdn?)

  I did this using ip address and I'm sure it's not the issue here - I
have done this exactly same on different engine host and it is fine.

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