Re: [PATCH 02/16] staging/lustre/llog: MGC to use OSD API for backup logs

2013-11-25 Thread Peng Tao
ail Pershin Date: Thu, 31 Oct 2013 17:06:29 +0800 Subject: [PATCH 02/16] staging/lustre/llog: MGC to use OSD API for backup logs MGC uses lvfs API to access local llogs blocking removal of old code - MGS is converted to use OSD API for local llogs - llog_is_empty() and llog_backup() are introdu

Re: [PATCH 02/16] staging/lustre/llog: MGC to use OSD API for backup logs

2013-11-25 Thread Greg Kroah-Hartman
On Tue, Nov 26, 2013 at 11:25:24AM +0800, Peng Tao wrote: > On Tue, Nov 26, 2013 at 11:14 AM, Greg Kroah-Hartman > wrote: > > On Tue, Nov 26, 2013 at 10:04:56AM +0800, Peng Tao wrote: > >> From: Mikhail Pershin > >> > >> MGC uses lvfs API to access local llogs blocking removal of old code > >> >

Re: [PATCH 02/16] staging/lustre/llog: MGC to use OSD API for backup logs

2013-11-25 Thread Peng Tao
On Tue, Nov 26, 2013 at 11:14 AM, Greg Kroah-Hartman wrote: > On Tue, Nov 26, 2013 at 10:04:56AM +0800, Peng Tao wrote: >> From: Mikhail Pershin >> >> MGC uses lvfs API to access local llogs blocking removal of old code >> >> - MGS is converted to use OSD API for local llogs >> - llog_is_empty()

Re: [PATCH 02/16] staging/lustre/llog: MGC to use OSD API for backup logs

2013-11-25 Thread Greg Kroah-Hartman
On Tue, Nov 26, 2013 at 10:04:56AM +0800, Peng Tao wrote: > From: Mikhail Pershin > > MGC uses lvfs API to access local llogs blocking removal of old code > > - MGS is converted to use OSD API for local llogs > - llog_is_empty() and llog_backup() are introduced > - initial OSD start initialize

[PATCH 02/16] staging/lustre/llog: MGC to use OSD API for backup logs

2013-11-25 Thread Peng Tao
From: Mikhail Pershin MGC uses lvfs API to access local llogs blocking removal of old code - MGS is converted to use OSD API for local llogs - llog_is_empty() and llog_backup() are introduced - initial OSD start initialize run ctxt so llog can use it too - shrink dcache after initial scrub in

[PATCH 02/16] staging/lustre/llog: MGC to use OSD API for backup logs

2013-11-25 Thread Peng Tao
From: Mikhail Pershin mike.pers...@intel.com MGC uses lvfs API to access local llogs blocking removal of old code - MGS is converted to use OSD API for local llogs - llog_is_empty() and llog_backup() are introduced - initial OSD start initialize run ctxt so llog can use it too - shrink dcache

Re: [PATCH 02/16] staging/lustre/llog: MGC to use OSD API for backup logs

2013-11-25 Thread Greg Kroah-Hartman
On Tue, Nov 26, 2013 at 10:04:56AM +0800, Peng Tao wrote: From: Mikhail Pershin mike.pers...@intel.com MGC uses lvfs API to access local llogs blocking removal of old code - MGS is converted to use OSD API for local llogs - llog_is_empty() and llog_backup() are introduced - initial OSD

Re: [PATCH 02/16] staging/lustre/llog: MGC to use OSD API for backup logs

2013-11-25 Thread Peng Tao
On Tue, Nov 26, 2013 at 11:14 AM, Greg Kroah-Hartman gre...@linuxfoundation.org wrote: On Tue, Nov 26, 2013 at 10:04:56AM +0800, Peng Tao wrote: From: Mikhail Pershin mike.pers...@intel.com MGC uses lvfs API to access local llogs blocking removal of old code - MGS is converted to use OSD API

Re: [PATCH 02/16] staging/lustre/llog: MGC to use OSD API for backup logs

2013-11-25 Thread Greg Kroah-Hartman
On Tue, Nov 26, 2013 at 11:25:24AM +0800, Peng Tao wrote: On Tue, Nov 26, 2013 at 11:14 AM, Greg Kroah-Hartman gre...@linuxfoundation.org wrote: On Tue, Nov 26, 2013 at 10:04:56AM +0800, Peng Tao wrote: From: Mikhail Pershin mike.pers...@intel.com MGC uses lvfs API to access local llogs

Re: [PATCH 02/16] staging/lustre/llog: MGC to use OSD API for backup logs

2013-11-25 Thread Peng Tao
93455fbe9b61a66218225c2ec4c14fc2a86bcf67 Mon Sep 17 00:00:00 2001 From: Mikhail Pershin mike.pers...@intel.com Date: Thu, 31 Oct 2013 17:06:29 +0800 Subject: [PATCH 02/16] staging/lustre/llog: MGC to use OSD API for backup logs MGC uses lvfs API to access local llogs blocking removal of old code - MGS is converted to use OSD API