Please take a look at what I committed today to see it it works in your environment. We'll work on it if it does not... steved. On 11/17/2014 10:53 AM, Henrique Martins wrote: > steved> The presidence has been set that having an empty > steved> export file is not a problem. So I would rather > steved> change that xlog to be a L_WARNING and only log it > steved> when the verbose is set. > > The situation, PRECEDENCE, when I got involved was: > no entries in exports: > nothing logged, nfsd started > all good entries in exports > nothing logged, nfsd started > mixture of bad and good entries in exports > bad entries logged, error logged, nfsd aborted > all bad entries in exports > bad entries logged, error logged, nfsd aborted > > My first patch overlooked that first condition, and made the > situation like below, changed from PRECEDENCE uppercased: > no entries in exports: > EMPTY LOGGED, NFSD ABORTED > all good entries in exports > nothing logged, nfsd started > mixture of bad and good entries in exports > bad entries logged, NFSD STARTED > all bad entries in exports > bad entries logged, error logged, nfsd aborted > > Current patch makes it, changes from PRECEDENCE uppercased: > no entries in exports: > nothing logged, nfsd started > all good entries in exports > nothing logged, nfsd started > mixture of bad and good entries in exports > bad entries logged, NFSD STARTED > all bad entries in exports > bad entries logged, error logged, nfsd aborted > > Your patch makes it, changes from PRECEDENCE uppercased: > no entries in exports: > WARNING LOGGED, nfsd started > all good entries in exports > nothing logged, nfsd started > mixture of bad and good entries in exports > bad entries logged, NFSD STARTED > all bad entries in exports > bad entries logged, NFSD STARTED > > Your pick, > > -- Henrique > -- > To unsubscribe from this list: send the line "unsubscribe linux-nfs" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html > -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html