mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-10 13:11:32 +00:00
Add Agent.actions. Make pqd warn if resume file does not exist. Print which services have been added, removed, and updated.
This commit is contained in:
@@ -57,6 +57,12 @@ has 'versions' => (
|
||||
required => 0,
|
||||
);
|
||||
|
||||
has 'actions' => (
|
||||
is => 'ro',
|
||||
isa => 'Maybe[ArrayRef]',
|
||||
requierd => 0,
|
||||
);
|
||||
|
||||
has 'links' => (
|
||||
is => 'rw',
|
||||
isa => 'Maybe[HashRef]',
|
||||
|
Reference in New Issue
Block a user