[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
disk IGNORE rule in DEFAULT section
- To: hobbit (at) hswn.dk
- Subject: disk IGNORE rule in DEFAULT section
- From: "Gary Baluha" <gumby3203 (at) gmail.com>
- Date: Thu, 29 Mar 2007 14:36:41 -0400
- Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=CXSaguR2yZYSc174FM5kxPq34TGSyM9REGX0GJ07M+DUmU8N4GcHenRywzASd6CDA6zus9LJrxq7O4TuSHP77wHKFKmbS7F1k2o3mv7BSh8CuRmMcSKdgNtIxWXGsPO2/4hoW4WOHEKCFEhyIv1anV/ZvDz1mH6r84EyknMET4w=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=LSah5ecJW7lsfeg5s1HejvHGBy0hM0hGgqwKrN6IPIFuoMLgR/NKK6gWkXPbuGp1Widfvsb2XYomv7cB+LxaBnD+pccZKYH4bu/nqISA79BLK+Ugemwj8vSBi32zbiMIROwfLeyPtpOnOjar/X6yUuNsmWo2m4ouYQIat2De9TA=
Maybe I'm just a little sleep deprived, but I thought that if a machine had
a disk slice that didn't have
an explicit DISK <blah> line defined for it, it would use the rule as
defined in the DEFAULT section.
However, I have a bunch of machines that apparently are _not_ using the rule
as defined in the
DEFAULT section. Below is a copy of the relevant parts of the DEFAULT
section (at the very bottom of the hobbit-clients.cfg file)
DEFAULT
<other non-related DISK IGNORE rules>
DISK %^/archive[0-9]* IGNORE
DISK * 90 95
I know technically the "DISK *" should probably be "DISK .*", but I thought
that's how it was by default.
Am I just wrong with my PCRE?