[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] bug in DISK check ?
Le 23 juin 06 à 22:59, Larry Barber a écrit :
There is a DEFAULT block in hobbit-clients.cfg, that should be the
last entry in the file:
Actually, it's a pattern matching problem.
Filesystems to match were :
/donnees/ARCH/oratmp
/donnees/ARCH58/orarbs
/donnees/ARCH59/orarbs
/donnees/ARCH59/....
....
I've tried :
DISK %^/donne.*/ora.../.* 100 101
--> no match
then :
DISK %^/donnees/ARCH../.* 100 101
--> no match
So, I tried :
DISK %^/donnees/ARCH/.* 100 101
DISK %^/donnees/ARCH58/.* 100 101
DISK %^/donnees/ARCH59/.* 100 101
and it works.
I don't understand why my previous pattern can't match...
Nicolas