17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
-
+
|
area and removed from local db.
. the data move would involve these steps
.. copy the run data to destination area megatest.db
.. mark the run records as MOVED, do not remove the run data on disk
. accessing the data would be by running dashboard in the satellite area
. future versions of Megatest dashboard should support displaying areas in a
merged way by adding the area as the topmost variable (i.e. effectively
extending the target.
extending the target.)
. some new controls would be supported in the config
.. [setup] => allow-runs [no|yes] <== used to disallow runs
.. [automigrate] => areaname target=%/%/%; runname=%; age=30d <== automigrate
by these criteria for the given area.
*Branch*: This work is taking place on branch v1.65-reduce-records
|