Re: [Users] Can't add 3rd host/node03

2012-10-21 Thread Itamar Heim

On 10/19/2012 02:03 PM, Neil wrote:

Hi guys,

Shew! Been a busy oVirt week for me :)

I'm trying to add a 3rd host into my datacentre but each time the
install is failing. In the front end I'm seeing could not resolve
host verify computer/domain name. Below is the log file, with the
domain name changed to blabla for privacy reasons

2012-10-19 13:32:11,275 INFO
[org.ovirt.engine.core.utils.hostinstall.MinaInstallWrapper]
(pool-3-thread-50) return true
2012-10-19 13:32:11,275 INFO  [org.ovirt.engine.core.bll.VdsInstaller]
(pool-3-thread-50) [14c49c46] Installation of 10.0.2.23. Executing
installation stage. (Stage: Running first installation script on Host)
2012-10-19 13:32:11,275 INFO  [org.ovirt.engine.core.bll.VdsInstaller]
(pool-3-thread-50) [14c49c46] Installation of 10.0.2.23. Sending SSH
Command chmod +x
/tmp/vds_installer_52c69f58-90f3-4878-9350-55fa23d5ae53.py;
/tmp/vds_installer_52c69f58-90f3-4878-9350-55fa23d5ae53.py -c
'ssl=true;management_port=54321' -O 'blabla ' -t 2012-10-19T11:32:10
-p 80 -b   http://node02.blabla.com:80/Components/vds/
http://node02.blabla.com:80/Components/vds/ 10.0.2.23
52c69f58-90f3-4878-9350-55fa23d5ae53 False. (Stage: Running first
installation script on Host)
2012-10-19 13:32:11,276 INFO
[org.ovirt.engine.core.utils.hostinstall.MinaInstallWrapper]
(pool-3-thread-50) Invoking chmod +x
/tmp/vds_installer_52c69f58-90f3-4878-9350-55fa23d5ae53.py;
/tmp/vds_installer_52c69f58-90f3-4878-9350-55fa23d5ae53.py -c
'ssl=true;management_port=54321' -O 'blabla' -t 2012-10-19T11:32:10
-p 80 -b   http://node02.blabla.com:80/Components/vds/
http://node02.blabla.com:80/Components/vds/ 10.0.2.23
52c69f58-90f3-4878-9350-55fa23d5ae53 False on 10.0.2.23
2012-10-19 13:32:11,328 INFO  [org.ovirt.engine.core.bll.VdsInstaller]
(pool-3-thread-50) [14c49c46] Installation of 10.0.2.23. Received
message: BSTRAP component='INSTALLER' status='OK' message='Test
platform succeeded'/
BSTRAP component='INSTALLER LIB' status='OK' message='Install library
already exists'/
BSTRAP component='INSTALLER' status='FAIL' message='vds_bootstrap.py
download failed. Pathname could not be resolved (verify
computer/domain name).'/


this means the installed host could not download the bootstrap file from 
the engine.
try browsing engine from the host for 
http://node02.blabla.com:80/Components/vds/


(in 3.2 this is improved by having the engine SCP to node, so this dns 
resolution path won't be needed.



. FYI. (Stage: Running first installation script on Host)
2012-10-19 13:32:11,360 INFO
[org.ovirt.engine.core.utils.hostinstall.MinaInstallWrapper]
(pool-3-thread-50) RunSSHCommand returns true
2012-10-19 13:32:11,361 INFO  [org.ovirt.engine.core.bll.VdsInstaller]
(pool-3-thread-50) [14c49c46]  RunScript ended:true
2012-10-19 13:32:11,361 ERROR [org.ovirt.engine.core.bll.VdsInstaller]
(pool-3-thread-50) [14c49c46] Installation of 10.0.2.23. No meaningful
response received from Host. (Stage: Running first installation script
on Host)
2012-10-19 13:32:11,362 INFO
[org.ovirt.engine.core.bll.InstallVdsCommand] (pool-3-thread-50)
[14c49c46] After Installation pool-3-thread-50
2012-10-19 13:32:11,362 INFO
[org.ovirt.engine.core.vdsbroker.SetVdsStatusVDSCommand]
(pool-3-thread-50) [14c49c46] START, SetVdsStatusVDSCommand(vdsId =
67d9a20c-f811-11e1-9004-bb531c164d07, status=InstallFailed,
nonOperationalReason=NONE), log id: 50fafc10
2012-10-19 13:32:11,378 INFO
[org.ovirt.engine.core.vdsbroker.SetVdsStatusVDSCommand]
(pool-3-thread-50) [14c49c46] FINISH, SetVdsStatusVDSCommand, log id:
50fafc10

My engine is engine01.blabla.com
My current workings hosts are node01.blabla.com and node02.blabla.com
and I'm trying to add node03.blabla.com

I can ping node03 as well as the full FQDN node03.blabla.com from the
engine as well as the other hosts, there iptables is completely
disabled on node03 as well. Node03 has full internet access, it's DNS
is working and I can ping all the hosts and engine01.blabla.com etc so
I'm fairly certain it's no a networking/DNS issue.

A bit of background, I've recently upgraded from an early ovirt 3.1
release, changed the hostname, as well as recreate the SSL certificate
on my engine(using Juan's steps).

What I do find odd is in the engine log I'm seeing the mention of
node02(which is 10.0.2.22), even though I'm specifically trying to
install node03(10.0.2.23). I have tried removing the host and
re-adding it without any success.

On node03 I'm seeing the following error in my /var/log/messages...

Oct 19 13:31:32 node03 vdsm root ERROR client ('10.0.2.31',
57654)#012Traceback (most recent call last):#012  File
/usr/lib64/python2.6/SocketServer.py, line 560, in
process_request_thread#012self.finish_request(request,
client_address)#012  File
/usr/lib/python2.6/site-packages/vdsm/SecureXMLRPCServer.py, line
66, in finish_request#012request.do_handshake()#012  File
/usr/lib64/python2.6/ssl.py, line 279, in do_handshake#012
self._sslobj.do_handshake()#012SSLError: [Errno 1] _ssl.c:490:

Re: [Users] Restoring guest from export domain fails

2012-10-21 Thread Itamar Heim

On 09/12/2012 03:33 PM, Karli Sjöberg wrote:


12 sep 2012 kl. 13.51 skrev Eli Mesika:




- Original Message -

From: Oved Ourfalli ov...@redhat.com mailto:ov...@redhat.com
To: Karli Sjöberg karli.sjob...@slu.se mailto:karli.sjob...@slu.se
Cc: users users@ovirt.org mailto:users@ovirt.org
Sent: Wednesday, September 12, 2012 1:37:27 PM
Subject: Re: [Users] Restoring guest from export domain fails

Hi Karli,

Does it also happen in the latest upstream?
I looked at the call stack, and saw that this code was changed
recently, in commit 37a8bf354b9c9d348ccbee4ce60bd62d89a37198.


Yes, I saw that, but it seems that  auditInvalidInterfaces that throws
the exception was also changed in that commit so I suspect that the
commit change caused a regression and not that before it there was a
bug and it fixed that ...


Yeah sure, I can report a bug for that, but how/when will/can this be
fixed for us? I mean, I am using oVirt-3.1.0-2 from the oVirt 3.1
release repo. Do I wait until there is an update for this issue, or can
you suggest something else I could try? Because without the guests being
imported, our oVirt environment is empty, and there are customers
waiting to start using their guests again.

And how exactly do I file this report? (First timer)


Hi Karli,

did you get this resolved?

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


Re: [Users] ovirt iscsi mulitpath

2012-10-21 Thread Ayal Baron


- Original Message -
 Dear all,
 
 After some problems I have my ovirt setup running now. But I run into
 a
 new problem with the network configuration.
 
 We have a quad nic with 4 gigabit connections over 2 switches (2X2)
 and
 an active/passive iscsi SAN. The first is connected to switch 1 and
 the
 second to switch 2 with a 10Gbe link.
 
 Now I would like to use iSCSI multipathing instead of bonding but I
 cannot use the same vlan for multiple storage networks and I cannot
 assign the same storage network to several nic's.

multipathing is not iSCSI specific.
i.e. if you setup multiple connections which expose the same device then 
multipathd will automatically work.
If I understand your setup correctly then all you have to do is connect to all 
the targets and then use the device exposed.
You will see in the GUI that the device is reachable from multiple targets.


 
 I could use bonding, but we use 4 links over 2 switches and if I read
 everything correctly bonding only works through a single switch.
 
 How do other people achieve this?
 
 --
 Kind regards,
 
 Netbulae
 Jorick Astrego
 
 
 ___
 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] Quota screen casts

2012-10-21 Thread Ofri Masad
Hi everybody.

Some new Quota screen casts have been uploaded to You-Tube.
available at: 
http://www.youtube.com/playlist?list=PL2NsEhIoqsJFf2HWErznfQ-CS5fQdSRGCfeature=view_all

Check out the new videos and learn about:
 - Introduction to Quota
 - Setting up Quota in oVirt 3.1 Web-Admin
 - Using Quota in oVirt 3.1 Web-Admin
 - Using Quota in oVirt 3.1 User-Portal

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


Re: [Users] ITA-2967 URGENT: ovirt Node turns status to non operational STORAGE_DOMAIN_UNREACHABLE

2012-10-21 Thread Itamar Heim

On 10/19/2012 06:43 PM, Sven Knohsalla wrote:

Hi Haim,

I wanted to wait to send this mail, until the problem occurs again.
Disabled live-migration for the cluster first, to make sure the second node 
wouldn't have the same problem, when migration is started.

It seems the problem isn't caused by migration, as I did run in the same error 
again today.

Log snippet Webgui:
2012-Oct-19,04:28:13 Host deovn-a01 cannot access one of the Storage Domains 
attached to it, or the Data Center object. Setting Host state to Non-Operational.

-- all VMs are running properly, although the engine tells something different.
Even the VM status in engine gui is wrong, as it's showing vmname reboot 
in progress, but there is no reboot initiated (ssh/rdp connections, file operations are 
working fine)

Engine log says for this period:
cat /var/log/ovirt-engine/engine.log | grep 04:2*
2012-10-19 04:23:13,773 WARN  
[org.ovirt.engine.core.vdsbroker.irsbroker.IrsBrokerCommand] 
(QuartzScheduler_Worker-94) domain ccaa4e7a-fa89-46a6-a6e0-07dfe78d1bd5 in 
problem. vds: deovn-a01
2012-10-19 04:28:13,775 INFO  
[org.ovirt.engine.core.vdsbroker.irsbroker.IrsBrokerCommand] 
(QuartzScheduler_Worker-1) starting ProcessDomainRecovery for domain 
ccaa4e7a-fa89-46a6-a6e0-07dfe78d1bd5
2012-10-19 04:28:13,799 WARN  
[org.ovirt.engine.core.vdsbroker.irsbroker.IrsBrokerCommand] 
(QuartzScheduler_Worker-1) vds deovn-a01 reported domain 
ccaa4e7a-fa89-46a6-a6e0-07dfe78d1bd5:DE-VM-SYSTEM as in problem, moving the vds 
to status NonOperational
2012-10-19 04:28:13,882 INFO  
[org.ovirt.engine.core.bll.SetNonOperationalVdsCommand] 
(QuartzScheduler_Worker-1) Running command: SetNonOperationalVdsCommand 
internal: true. Entities affected :  ID: 66b546c2-ae62-11e1-b734-5254005cbe44 
Type: VDS
2012-10-19 04:28:13,884 INFO  
[org.ovirt.engine.core.vdsbroker.SetVdsStatusVDSCommand] 
(QuartzScheduler_Worker-1) START, SetVdsStatusVDSCommand(vdsId = 
66b546c2-ae62-11e1-b734-5254005cbe44, status=NonOperational, 
nonOperationalReason=STORAGE_DOMAIN_UNREACHABLE), log id: daad8bd
2012-10-19 04:28:13,888 INFO  
[org.ovirt.engine.core.vdsbroker.SetVdsStatusVDSCommand] 
(QuartzScheduler_Worker-1) FINISH, SetVdsStatusVDSCommand, log id: daad8bd
2012-10-19 04:28:19,690 WARN  
[org.ovirt.engine.core.vdsbroker.irsbroker.IrsBrokerCommand] 
(QuartzScheduler_Worker-38) domain ccaa4e7a-fa89-46a6-a6e0-07dfe78d1bd5 in 
problem. vds: deovn-a01

I think the first output is important:
2012-10-19 04:23:13,773 WARN  
[org.ovirt.engine.core.vdsbroker.irsbroker.IrsBrokerCommand] 
(QuartzScheduler_Worker-94) domain ccaa4e7a-fa89-46a6-a6e0-07dfe78d1bd5 in 
problem. vds: deovn-a01
-- which problem? There's no debug info during that time period to consider 
where tha problem could come from :/


look to the lines above:
 2012-10-19 04:28:13,799 WARN 
[org.ovirt.engine.core.vdsbroker.irsbroker.IrsBrokerCommand] 
(QuartzScheduler_Worker-1) vds deovn-a01 reported domain 
ccaa4e7a-fa89-46a6-a6e0-07dfe78d1bd5:DE-VM-SYSTEM as in problem, moving 
the vds to status NonOperational
 2012-10-19 04:28:13,882 INFO 
[org.ovirt.engine.core.bll.SetNonOperationalVdsCommand] 
(QuartzScheduler_Worker-1) Running command: SetNonOperationalVdsCommand 
internal: true. Entities affected :  ID: 
66b546c2-ae62-11e1-b734-5254005cbe44 Type: VDS


the problem was with the storage domain.




On affected node side I did grep /var/log/vdsm for ERROR:
Thread-254302::ERROR::2012-10-12 16:01:11,359::vm::950::vm.Vm::(getStats) 
vmId=`537eea7c-d12c-461f-adfb-6a1f2ebff4fb`::Error fetching vm stats
And 20 more of the same type with same vmId, I'm sure this is an aftereffect s 
the engine can't tell the status of the VMs.

Can you give me an advice where I can find more information to solve this issue?
Or perhaps a scenario I can try?

I have another curiosity I wanted to ask for in a new mail, but perhaps this 
has something to do with my issue:
The elected SPM is not part of this cluster, just has 2 storage paths 
(multipath) to the SAN.
The problematic cluster has 4 storage paths(bigger hypervisors), and all 
storage paths are connected successfully .

Does the SPM detects this difference, or is it unnecessary as the executive 
command detected possible paths on its own (what I assume)?

Currently in use:
oVirt-engine 3.0
oVirt-node2.30
-- is there any problem mixing node versions, regarding the ovirt-engine 
version?

Sorry for the amount of questions, I really want to understand the 
oVirt-mechanism completely,
to build up a fail-safe virtual environment :)

Thanks in advance.

Best,
Sven.

-Ursprüngliche Nachricht-
Von: Haim Ateya [mailto:hat...@redhat.com]
Gesendet: Dienstag, 16. Oktober 2012 14:38
An: Sven Knohsalla
Cc: users@ovirt.org; Itamar Heim; Omer Frenkel
Betreff: Re: [Users] ITA-2967 URGENT: ovirt Node turns status to non 
operational STORAGE_DOMAIN_UNREACHABLE

Hi Sven,

can you attach full logs from the second host (problematic one)? i guess its 
deovn-a01.

2012-10-15 11:13:38,197 WARN  

Re: [Users] Upgrading the oVirt Node

2012-10-21 Thread Alexandre Santos
Hi,
If i deploy the ISO on a ISO NFS share the engine detects that it is a new
node image?
Alex
No dia 20/10/2012 19:31, Itamar Heim ih...@redhat.com escreveu:

 On 10/20/2012 05:00 PM, Alexandre Santos wrote:

 Hi,
 is it possible to upgrade the oVirt Node using something like yum, as
 yum is disabled. Must I reinstall a new version onto the old one?


 not yum.
 ovirt-node has a special upgrade process.
 if you deploy the new ovirt-node on the engine, it should detect the new
 version and allow you to upgrade the node from engine.

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


Re: [Users] Upgrading the oVirt Node

2012-10-21 Thread Itamar Heim

On 10/21/2012 12:01 PM, Alexandre Santos wrote:

Hi,
If i deploy the ISO on a ISO NFS share the engine detects that it is a
new node image?


close.
iso's should be deployed to engine.
but not sure this path was tested in ovirt.
mike - do we have ovirt-node rpm's for a similar upgrade detection/flow?
(I'm guessing it won't work right now in 3.1, at least due to bad config 
of path for location of the iso, etc.), but worth trying to clean this up.


Thanks,
   Itamar


Alex

No dia 20/10/2012 19:31, Itamar Heim ih...@redhat.com
mailto:ih...@redhat.com escreveu:

On 10/20/2012 05:00 PM, Alexandre Santos wrote:

Hi,
is it possible to upgrade the oVirt Node using something like
yum, as
yum is disabled. Must I reinstall a new version onto the old one?


not yum.
ovirt-node has a special upgrade process.
if you deploy the new ovirt-node on the engine, it should detect the
new version and allow you to upgrade the node from engine.




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


Re: [Users] ITA-2967 URGENT: ovirt Node turns status to non operational STORAGE_DOMAIN_UNREACHABLE

2012-10-21 Thread Haim Ateya


- Original Message -
 From: Itamar Heim ih...@redhat.com
 To: Sven Knohsalla s.knohsa...@netbiscuits.com
 Cc: Haim Ateya hat...@redhat.com, users@ovirt.org, Omer Frenkel 
 ofren...@redhat.com
 Sent: Sunday, October 21, 2012 11:05:56 AM
 Subject: Re: AW: [Users] ITA-2967 URGENT: ovirt Node turns status to non 
 operational STORAGE_DOMAIN_UNREACHABLE
 
 On 10/19/2012 06:43 PM, Sven Knohsalla wrote:
  Hi Haim,
 
  I wanted to wait to send this mail, until the problem occurs again.
  Disabled live-migration for the cluster first, to make sure the
  second node wouldn't have the same problem, when migration is
  started.
 
  It seems the problem isn't caused by migration, as I did run in the
  same error again today.
 
  Log snippet Webgui:
  2012-Oct-19,04:28:13 Host deovn-a01 cannot access one of the
  Storage Domains attached to it, or the Data Center object. Setting
  Host state to Non-Operational.
 
  -- all VMs are running properly, although the engine tells
  something different.
  Even the VM status in engine gui is wrong, as it's showing
  vmname reboot in progress, but there is no reboot
  initiated (ssh/rdp connections, file operations are
  working fine)
 
  Engine log says for this period:
  cat /var/log/ovirt-engine/engine.log | grep 04:2*
  2012-10-19 04:23:13,773 WARN
   [org.ovirt.engine.core.vdsbroker.irsbroker.IrsBrokerCommand]
  (QuartzScheduler_Worker-94) domain
  ccaa4e7a-fa89-46a6-a6e0-07dfe78d1bd5 in problem. vds: deovn-a01
  2012-10-19 04:28:13,775 INFO
   [org.ovirt.engine.core.vdsbroker.irsbroker.IrsBrokerCommand]
  (QuartzScheduler_Worker-1) starting ProcessDomainRecovery for
  domain ccaa4e7a-fa89-46a6-a6e0-07dfe78d1bd5
  2012-10-19 04:28:13,799 WARN
   [org.ovirt.engine.core.vdsbroker.irsbroker.IrsBrokerCommand]
  (QuartzScheduler_Worker-1) vds deovn-a01 reported domain
  ccaa4e7a-fa89-46a6-a6e0-07dfe78d1bd5:DE-VM-SYSTEM as in problem,
  moving the vds to status NonOperational
  2012-10-19 04:28:13,882 INFO
   [org.ovirt.engine.core.bll.SetNonOperationalVdsCommand]
  (QuartzScheduler_Worker-1) Running command:
  SetNonOperationalVdsCommand internal: true. Entities affected :
   ID: 66b546c2-ae62-11e1-b734-5254005cbe44 Type: VDS
  2012-10-19 04:28:13,884 INFO
   [org.ovirt.engine.core.vdsbroker.SetVdsStatusVDSCommand]
  (QuartzScheduler_Worker-1) START, SetVdsStatusVDSCommand(vdsId =
  66b546c2-ae62-11e1-b734-5254005cbe44, status=NonOperational,
  nonOperationalReason=STORAGE_DOMAIN_UNREACHABLE), log id: daad8bd
  2012-10-19 04:28:13,888 INFO
   [org.ovirt.engine.core.vdsbroker.SetVdsStatusVDSCommand]
  (QuartzScheduler_Worker-1) FINISH, SetVdsStatusVDSCommand, log id:
  daad8bd
  2012-10-19 04:28:19,690 WARN
   [org.ovirt.engine.core.vdsbroker.irsbroker.IrsBrokerCommand]
  (QuartzScheduler_Worker-38) domain
  ccaa4e7a-fa89-46a6-a6e0-07dfe78d1bd5 in problem. vds: deovn-a01
 
  I think the first output is important:
  2012-10-19 04:23:13,773 WARN
   [org.ovirt.engine.core.vdsbroker.irsbroker.IrsBrokerCommand]
  (QuartzScheduler_Worker-94) domain
  ccaa4e7a-fa89-46a6-a6e0-07dfe78d1bd5 in problem. vds: deovn-a01
  -- which problem? There's no debug info during that time period to
  consider where tha problem could come from :/
 
 look to the lines above:
   2012-10-19 04:28:13,799 WARN
 [org.ovirt.engine.core.vdsbroker.irsbroker.IrsBrokerCommand]
 (QuartzScheduler_Worker-1) vds deovn-a01 reported domain
 ccaa4e7a-fa89-46a6-a6e0-07dfe78d1bd5:DE-VM-SYSTEM as in problem,
 moving
 the vds to status NonOperational
   2012-10-19 04:28:13,882 INFO
 [org.ovirt.engine.core.bll.SetNonOperationalVdsCommand]
 (QuartzScheduler_Worker-1) Running command:
 SetNonOperationalVdsCommand
 internal: true. Entities affected :  ID:
 66b546c2-ae62-11e1-b734-5254005cbe44 Type: VDS
 
 the problem was with the storage domain.
 
 
 
  On affected node side I did grep /var/log/vdsm for ERROR:
  Thread-254302::ERROR::2012-10-12
  16:01:11,359::vm::950::vm.Vm::(getStats)
  vmId=`537eea7c-d12c-461f-adfb-6a1f2ebff4fb`::Error fetching vm
  stats
  And 20 more of the same type with same vmId, I'm sure this is an
  aftereffect s the engine can't tell the status of the VMs.
 
  Can you give me an advice where I can find more information to
  solve this issue?
  Or perhaps a scenario I can try?
what's the status of the VMs right now ? can you please provide the output of 
the following commands:

virsh -r list
vdsClient -s 0 list table

please attach full engine, vdsm and libvirt logs (and if possible, qemu log 
file under /var/log/libvirt/qemu/).
 
  I have another curiosity I wanted to ask for in a new mail, but
  perhaps this has something to do with my issue:
  The elected SPM is not part of this cluster, just has 2 storage
  paths (multipath) to the SAN.
  The problematic cluster has 4 storage paths(bigger hypervisors),
  and all storage paths are connected successfully .
I would like to see repoStats reports within the node logs (vdsm.log).
 
  Does the SPM detects this 

Re: [Users] ovirt iscsi mulitpath

2012-10-21 Thread Shu Ming


2012Jorick Astrego:

Dear all,

After some problems I have my ovirt setup running now. But I run into 
a new problem with the network configuration.


We have a quad nic with 4 gigabit connections over 2 switches (2X2) 
and an active/passive iscsi SAN. The first is connected to switch 1 
and the second to switch 2 with a 10Gbe link.


Do you mean you have a host(ovirt node) with a quad nics conneting to 
switches? And one SAN connecting to the switch 1 in another side, the 
other SAN conecting to switch 2 with a 10Gbe lnk?

I think a picture will make the text description more comprehensive.




Now I would like to use iSCSI multipathing instead of bonding but I 
cannot use the same vlan for multiple storage networks and I cannot 
assign the same storage network to several nic's.


I could use bonding, but we use 4 links over 2 switches and if I read 
everything correctly bonding only works through a single switch.


How do other people achieve this?




--
---
舒明 Shu Ming
Open Virtualization Engineerning; CSTL, IBM Corp.
Tel: 86-10-82451626  Tieline: 9051626 E-mail: shum...@cn.ibm.com or 
shum...@linux.vnet.ibm.com
Address: 3/F Ring Building, ZhongGuanCun Software Park, Haidian District, 
Beijing 100193, PRC


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


[Users] nightly packages

2012-10-21 Thread Cristian Falcas
Hi all,

Is nightly supposed to install version -3.1345126685, which seems
older, based on date then the other rpms?

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


[Users] Install on USB stick fails

2012-10-21 Thread Alexandre Santos
Hi,
I've been using a 8GB USB stick to boot the oVirt Node but with only 8 GB i
have no swap and less than 1 GB available for log. I bought a 16 GB but now
I can't boot with this one.
It gives 2 warnings:
dracut Warning: Unable to process initqueue
dracut Warning: /dev/mapper/live-rw does not exist

Dropping to debug shell.

dmesg gives the following info:

EXT4-fs (sda2): mounted filessystem without journal. Opts: (null)
then those warnings and the boot stops, going to a dracut shell.

Any ideas?

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


Re: [Users] Restoring guest from export domain fails

2012-10-21 Thread Karli Sjöberg

21 okt 2012 kl. 08.54 skrev Itamar Heim:

 On 09/12/2012 03:33 PM, Karli Sjöberg wrote:
 
 12 sep 2012 kl. 13.51 skrev Eli Mesika:
 
 
 
 - Original Message -
 From: Oved Ourfalli ov...@redhat.com mailto:ov...@redhat.com
 To: Karli Sjöberg karli.sjob...@slu.se mailto:karli.sjob...@slu.se
 Cc: users users@ovirt.org mailto:users@ovirt.org
 Sent: Wednesday, September 12, 2012 1:37:27 PM
 Subject: Re: [Users] Restoring guest from export domain fails
 
 Hi Karli,
 
 Does it also happen in the latest upstream?
 I looked at the call stack, and saw that this code was changed
 recently, in commit 37a8bf354b9c9d348ccbee4ce60bd62d89a37198.
 
 Yes, I saw that, but it seems that  auditInvalidInterfaces that throws
 the exception was also changed in that commit so I suspect that the
 commit change caused a regression and not that before it there was a
 bug and it fixed that ...
 
 Yeah sure, I can report a bug for that, but how/when will/can this be
 fixed for us? I mean, I am using oVirt-3.1.0-2 from the oVirt 3.1
 release repo. Do I wait until there is an update for this issue, or can
 you suggest something else I could try? Because without the guests being
 imported, our oVirt environment is empty, and there are customers
 waiting to start using their guests again.
 
 And how exactly do I file this report? (First timer)
 
 Hi Karli,
 
 did you get this resolved?

I never got any instructions on how to file a report so I never did, but thanks 
to findings made by a Mr Thomas Scofield, I managed to resolve the issue on my 
own. Here´s a copy of the reply I made after resolving the issue:

Thank you so much for catching this, it made my life a bunch more easier!

When we wanted to upgrade from oVirt-3.0 to 3.1, we followed the procedure of 
exporting all of the machines to export domain, crashed the entire system and 
started building it up again. When it was up and running, we tried importing 
the machines back, they all failed and we couldn´t figure anything out from 
just that non-saying error message and cryptic errors in engine log. But then I 
remembered reading something a while back about this, searched back and 
compared our error messages, and they matched. So I then dove into the storage 
and changed all of the references from the old name to the new, and importing 
was all smooth sailing from there:
# sed -i '' 's/oldnetname/newnetname/g' master/vms/*/*.ovf

Devs: I can´t remember, is this explained anywhere in the upgrading documents, 
that the bridge names need to be the same before and after, or that you need to 
modify that afterwards if they´ve changed?

And thank you Itamar, just for caring:)

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