diff mbox

Lucid LP531017 request pull

Message ID 806F700D7E08E9408413160B05EB666729F5B2242D@EXCH-MBX-1.vmware.com
State Accepted
Delegated to: Andy Whitcroft
Headers show

Commit Message

Alok Kataria March 3, 2010, 4:05 a.m. UTC
Thanks Tim.

Should this be done for the vmxnet3 (networking) module too ?

Alok.

Comments

Tim Gardner March 3, 2010, 1:29 p.m. UTC | #1
It does if you want it in the alternate installer. Are there any other
virt modules?

rtg

Alok Kataria wrote:
> Thanks Tim.
> 
> Should this be done for the vmxnet3 (networking) module too ?
> 
> Alok.
> 
> ________________________________________
> From: Tim Gardner [timg@tpi.com]
> Sent: Tuesday, March 02, 2010 7:25 PM
> To: apw@canonical.com
> Cc: Alok Kataria; kernel-team@lists.ubuntu.com
> Subject: Lucid LP531017 request pull
> 
> The following changes since commit 9f9068d9bba53f5f421cdf216d11279a3bf5abf9:
>   Andy Whitcroft (1):
>         UBUNTU: Ubuntu-2.6.32-15.22
> 
> are available in the git repository at:
> 
>   git://kernel.ubuntu.com/rtg/ubuntu-lucid.git lp531017
> 
> Tim Gardner (1):
>       UBUNTU: [Config] Added vmw_pvscsi to d-i/scsi-modules
> 
>  debian.master/d-i/modules/scsi-modules |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> From 62c6a22add5353ae5df2a3a0e0272aaa3d3f7c5b Mon Sep 17 00:00:00 2001
> From: Tim Gardner <tim.gardner@canonical.com>
> Date: Tue, 2 Mar 2010 19:57:53 -0700
> Subject: [PATCH] UBUNTU: [Config] Added vmw_pvscsi to d-i/scsi-modules
> 
> BugLink: http://bugs.launchpad.net/bugs/531017
> 
> Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
> ---
>  debian.master/d-i/modules/scsi-modules |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/debian.master/d-i/modules/scsi-modules b/debian.master/d-i/modules/scsi-modules
> index 056ae93..3162678 100644
> --- a/debian.master/d-i/modules/scsi-modules
> +++ b/debian.master/d-i/modules/scsi-modules
> @@ -112,3 +112,4 @@ qla2xxx ?
>  sym53c8xx ?
>  qla4xxx ?
>  mvsas ?
> +vmw_pvscsi ?
> --
> 1.7.0
>
Tim Gardner March 3, 2010, 2:04 p.m. UTC | #2
Andy - I've also added vmxnet3 to d-i/modules/nic-modules and re-pushed.

Tim Gardner wrote:
> It does if you want it in the alternate installer. Are there any other
> virt modules?
> 
> rtg
> 
> Alok Kataria wrote:
>> Thanks Tim.
>>
>> Should this be done for the vmxnet3 (networking) module too ?
>>
>> Alok.
>>
>> ________________________________________
>> From: Tim Gardner [timg@tpi.com]
>> Sent: Tuesday, March 02, 2010 7:25 PM
>> To: apw@canonical.com
>> Cc: Alok Kataria; kernel-team@lists.ubuntu.com
>> Subject: Lucid LP531017 request pull
>>
>> The following changes since commit 9f9068d9bba53f5f421cdf216d11279a3bf5abf9:
>>   Andy Whitcroft (1):
>>         UBUNTU: Ubuntu-2.6.32-15.22
>>
>> are available in the git repository at:
>>
>>   git://kernel.ubuntu.com/rtg/ubuntu-lucid.git lp531017
>>
>> Tim Gardner (1):
>>       UBUNTU: [Config] Added vmw_pvscsi to d-i/scsi-modules
>>
>>  debian.master/d-i/modules/scsi-modules |    1 +
>>  1 files changed, 1 insertions(+), 0 deletions(-)
>>
>> From 62c6a22add5353ae5df2a3a0e0272aaa3d3f7c5b Mon Sep 17 00:00:00 2001
>> From: Tim Gardner <tim.gardner@canonical.com>
>> Date: Tue, 2 Mar 2010 19:57:53 -0700
>> Subject: [PATCH] UBUNTU: [Config] Added vmw_pvscsi to d-i/scsi-modules
>>
>> BugLink: http://bugs.launchpad.net/bugs/531017
>>
>> Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
>> ---
>>  debian.master/d-i/modules/scsi-modules |    1 +
>>  1 files changed, 1 insertions(+), 0 deletions(-)
>>
>> diff --git a/debian.master/d-i/modules/scsi-modules b/debian.master/d-i/modules/scsi-modules
>> index 056ae93..3162678 100644
>> --- a/debian.master/d-i/modules/scsi-modules
>> +++ b/debian.master/d-i/modules/scsi-modules
>> @@ -112,3 +112,4 @@ qla2xxx ?
>>  sym53c8xx ?
>>  qla4xxx ?
>>  mvsas ?
>> +vmw_pvscsi ?
>> --
>> 1.7.0
>>
> 
>
Alok Kataria March 3, 2010, 7:42 p.m. UTC | #3
On Wed, 2010-03-03 at 05:29 -0800, Tim Gardner wrote:
> It does if you want it in the alternate installer. Are there any other
> virt modules?

Nope, just these two paravirt drivers are enough. 

Thanks,
Alok

> 
> rtg
> 
> Alok Kataria wrote:
> > Thanks Tim.
> > 
> > Should this be done for the vmxnet3 (networking) module too ?
> > 
> > Alok.
> > 
> > ________________________________________
> > From: Tim Gardner [timg@tpi.com]
> > Sent: Tuesday, March 02, 2010 7:25 PM
> > To: apw@canonical.com
> > Cc: Alok Kataria; kernel-team@lists.ubuntu.com
> > Subject: Lucid LP531017 request pull
> > 
> > The following changes since commit 9f9068d9bba53f5f421cdf216d11279a3bf5abf9:
> >   Andy Whitcroft (1):
> >         UBUNTU: Ubuntu-2.6.32-15.22
> > 
> > are available in the git repository at:
> > 
> >   git://kernel.ubuntu.com/rtg/ubuntu-lucid.git lp531017
> > 
> > Tim Gardner (1):
> >       UBUNTU: [Config] Added vmw_pvscsi to d-i/scsi-modules
> > 
> >  debian.master/d-i/modules/scsi-modules |    1 +
> >  1 files changed, 1 insertions(+), 0 deletions(-)
> > 
> > From 62c6a22add5353ae5df2a3a0e0272aaa3d3f7c5b Mon Sep 17 00:00:00 2001
> > From: Tim Gardner <tim.gardner@canonical.com>
> > Date: Tue, 2 Mar 2010 19:57:53 -0700
> > Subject: [PATCH] UBUNTU: [Config] Added vmw_pvscsi to d-i/scsi-modules
> > 
> > BugLink: http://bugs.launchpad.net/bugs/531017
> > 
> > Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
> > ---
> >  debian.master/d-i/modules/scsi-modules |    1 +
> >  1 files changed, 1 insertions(+), 0 deletions(-)
> > 
> > diff --git a/debian.master/d-i/modules/scsi-modules b/debian.master/d-i/modules/scsi-modules
> > index 056ae93..3162678 100644
> > --- a/debian.master/d-i/modules/scsi-modules
> > +++ b/debian.master/d-i/modules/scsi-modules
> > @@ -112,3 +112,4 @@ qla2xxx ?
> >  sym53c8xx ?
> >  qla4xxx ?
> >  mvsas ?
> > +vmw_pvscsi ?
> > --
> > 1.7.0
> > 
> 
>
diff mbox

Patch

diff --git a/debian.master/d-i/modules/scsi-modules b/debian.master/d-i/modules/scsi-modules
index 056ae93..3162678 100644
--- a/debian.master/d-i/modules/scsi-modules
+++ b/debian.master/d-i/modules/scsi-modules
@@ -112,3 +112,4 @@  qla2xxx ?
 sym53c8xx ?
 qla4xxx ?
 mvsas ?
+vmw_pvscsi ?