Skip Menu | Logged in as guest | Logout
 
Ticket metadata
Id: 3927
Status: resolved
Priority: 3/0
Queue: vdt-internal

Fixed in: 1.10.1j
Fix scheduled: CUR

Owner: Scot Kronenfeld
Requestors: Alain Roy
Cc:
AdminCc:

New reminder:

Created: Thu Sep 11 12:00:54 2008
Starts: Not set
Started: Not set
Last Contact: Fri Sep 12 11:30:59 2008
Due: Not set
Closed: Fri Sep 12 16:12:38 2008
Updated: Fri Sep 12 16:12:49 2008 by kronenfe



History Brief headersFull headers
Subject: Don't preserve ProbeConfig from OLD_VDT_LOCATION if it's an empty file
Download (untitled) / with headers
text/plain 380b
Currently, configure_gratia preserves ProbeConfig from an
OLD_VDT_LOCATION if it exists. This is in
find_and_move_probe_config_files().

Before preserving it, we should do a bit more checking of the old
ProbeConfig. At the very least, we should verify that it's not an empty
file. If we can do something deeper to figure out if it's a valid file,
we should do that too.

-alain
Download (untitled) / with headers
text/plain 308b
(10:57:19 AM) Scot Kronenfeld: I'm looking for a solution to the problem
where empty ProbeConfig files are being preserved. In order to validate
an old ProbeConfig file, does it seem reasonable to assume that it must
contain $OLD_VDT_LOCATION
(10:57:40 AM) Chris Green: Yes.