[vdsm] Why do we need clean yum cache during bootstrap?

2012-09-21 Thread Mark Wu
Hi Douglas, Why do we need clean yum cache before installing packages during host installation? It could cause a ssh timeout somtimes. On my test VM, it needs several minutes do download yum metatada. Please see the test below: [root@host1 tmp]# time yum update qemu-kvm Loaded plugins:

Re: [vdsm] Why do we need clean yum cache during bootstrap?

2012-09-21 Thread Alon Bar-Lev
Adding Doron, I found one reason - if local repository files are updated, and hashes needs to be re-generated. Alon - Original Message - From: Mark Wu wu...@linux.vnet.ibm.com To: Douglas Schilling Landgraf dougsl...@redhat.com Cc: VDSM Project Development

[vdsm] how engine get files from node?

2012-09-21 Thread Sheldon
Hi all, I have submitted a patch about watchdog device http://gerrit.ovirt.org/#/c/7535/ If we set 'dump' action for watchdog, qemu will generate a dump file. And I have get some feedback, how engine get these files? scp? or Will vdsm support new API to list and get these files? IMO,

Re: [vdsm] how engine get files from node?

2012-09-21 Thread Sheldon
On 09/21/2012 05:42 PM, Sheldon wrote: Hi all, I have submitted a patch about watchdog device http://gerrit.ovirt.org/#/c/7535/ If we set 'dump' action for watchdog, qemu will generate a dump file when watchdog event. And I have get some feedback, how engine get these files? scp? or

Re: [vdsm] how engine get files from node???

2012-09-21 Thread Ryan Harper
* Sheldon shao...@linux.vnet.ibm.com [2012-09-21 04:42]: Hi all, I have submitted a patch about watchdog device http://gerrit.ovirt.org/#/c/7535/ If we set 'dump' action for watchdog, qemu will generate a dump file. And I have get some feedback, how engine get these files? scp? or

Re: [vdsm] how engine get files from node?

2012-09-21 Thread Laszlo Hornyak
- Original Message - From: Sheldon shao...@linux.vnet.ibm.com To: vdsm-devel@lists.fedorahosted.org Sent: Friday, September 21, 2012 11:42:05 AM Subject: [vdsm] how engine get files from node? Hi all, I have submitted a patch about watchdog device

Re: [vdsm] Why do we need clean yum cache during bootstrap?

2012-09-21 Thread Greg Padgett
On 09/21/2012 04:46 AM, Alon Bar-Lev wrote: Adding Doron, I found one reason - if local repository files are updated, and hashes needs to be re-generated. Alon Running 'yum clean expire-cache' seems like a more efficient way to accomplish this. I'd hope that in a typical install os,

Re: [vdsm] Change in vdsm[master]: vdsm.spec.in: use locale LC_ALL

2012-09-21 Thread Ryan Harper
* dougsl...@redhat.com dougsl...@redhat.com [2012-09-19 12:42]: Douglas Schilling Landgraf has uploaded a new change for review. Change subject: vdsm.spec.in: use locale LC_ALL .. I see that this has already been merged, but