Skip to content
This repository was archived by the owner on Oct 3, 2020. It is now read-only.
This repository was archived by the owner on Oct 3, 2020. It is now read-only.

Improve verification log behavior #36

@stdevel

Description

@stdevel

Currently satprep_prepare_maintenance.py completely rewrites the verification log when executed with -k (skip monitoring) or -K (skip snapshots). When preparing maintenance in batches (e.g. productive systems after development systems) the verification log is incomplete and/or contains invalid information.

The behavior needs to be changed like this:

  • If vlog exists: append information
  • If vlog exists and contains incorrect information (monitoring/snapshots): correct them
  • Append/correct information only within selected mode (monitoring only with -K or any, snapshots only with -k or any)

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions