Re: [CentOS-virt] CentOS-6.0 and LXC

2011-07-19 Thread Nenad Opsenica
Always Learning wrote: On Tue, 2011-07-19 at 08:22 +1000, Matt Paine wrote: As far as I am aware, KVM uses the cpu hardware to run completely different operating systems independently of the host. LXC is similar to Linux-VServer, or virtuozzo, where you are always running a base

Re: [CentOS-virt] CentOS-6.0 and LXC

2011-07-19 Thread Matt Paine
Hi Paul. See my un-educated comments inline :) On 19 July 2011 08:59, Always Learning cen...@u6.u22.net wrote: On Tue, 2011-07-19 at 08:22 +1000, Matt Paine wrote: As far as I am aware, KVM uses the cpu hardware to run completely different operating systems independently of the host.

Re: [CentOS-virt] CentOS-6.0 and LXC

2011-07-19 Thread SZ Quadri
On Tue, Jul 19, 2011 at 4:29 AM, Always Learning cen...@u6.u22.net wrote: On Tue, 2011-07-19 at 08:22 +1000, Matt Paine wrote: As far as I am aware, KVM uses the cpu hardware to run completely different operating systems independently of the host. LXC is similar to Linux-VServer, or

[CentOS-virt] qemu-kvm -snapshot

2011-07-19 Thread Andrea Chierici
Hi, I am trying to benchmark disk I/O performance on VM running with -snapshot option enabled. In order to do that I specify cache=none in the -drive parameter (yes I am running qemu-kvm at command line0. The problem is that if I use this option kvm seems to ignore the cache=none directive and

Re: [CentOS-virt] Suggestions to improve this minimal kickstart config for CentOS 6?

2011-07-19 Thread Kartik Subbarao
On 07/19/2011 12:36 PM, Kartik Subbarao wrote: rpm -e $(rpm -qa |grep -i firmware) This should be changed to: rpm -e $(rpm -qa | grep -i firmware | grep -v kernel-firmware) Since apparently kernel depends on kernel-firmware. -Kartik ___

Re: [CentOS-virt] Suggestions to improve this minimal kickstart config for CentOS 6?

2011-07-19 Thread Manuel Wolfshant
On 07/20/2011 12:15 AM, Kartik Subbarao wrote: On 07/19/2011 12:36 PM, Kartik Subbarao wrote: rpm -e $(rpm -qa |grep -i firmware) This should be changed to: rpm -e $(rpm -qa | grep -i firmware | grep -v kernel-firmware) Since apparently kernel depends on kernel-firmware. Try the attached ks.

Re: [CentOS-virt] Suggestions to improve this minimal kickstart config for CentOS 6?

2011-07-19 Thread Dennis Jacobfeuerborn
On 07/19/2011 11:36 PM, Manuel Wolfshant wrote: On 07/20/2011 12:15 AM, Kartik Subbarao wrote: On 07/19/2011 12:36 PM, Kartik Subbarao wrote: rpm -e $(rpm -qa |grep -i firmware) This should be changed to: rpm -e $(rpm -qa | grep -i firmware | grep -v kernel-firmware) Since apparently kernel