|
1 | 1 | // |
2 | 2 | // DISCLAIMER |
3 | 3 | // |
4 | | -// Copyright 2016-2023 ArangoDB GmbH, Cologne, Germany |
| 4 | +// Copyright 2016-2025 ArangoDB GmbH, Cologne, Germany |
5 | 5 | // |
6 | 6 | // Licensed under the Apache License, Version 2.0 (the "License"); |
7 | 7 | // you may not use this file except in compliance with the License. |
@@ -40,8 +40,10 @@ const ( |
40 | 40 |
|
41 | 41 | TargetHotBackupKey = "HotBackup" |
42 | 42 |
|
43 | | - PlanCollectionsKey = "Collections" |
44 | | - PlanDatabasesKey = "Databases" |
| 43 | + PlanCollectionsKey = "Collections" |
| 44 | + PlanDatabasesKey = "Databases" |
| 45 | + PlanDBServersKey = "DBServers" |
| 46 | + PlanCoordinatorsKey = "Coordinators" |
45 | 47 |
|
46 | 48 | SupervisionKey = "Supervision" |
47 | 49 | SupervisionMaintenanceKey = "Maintenance" |
@@ -74,6 +76,8 @@ func GetAgencyReadRequestFields() ReadRequest { |
74 | 76 | GetAgencyKey(ArangoKey, SupervisionKey, SupervisionMaintenanceKey), |
75 | 77 | GetAgencyKey(ArangoKey, PlanKey, PlanCollectionsKey), |
76 | 78 | GetAgencyKey(ArangoKey, PlanKey, PlanDatabasesKey), |
| 79 | + GetAgencyKey(ArangoKey, PlanKey, PlanDBServersKey), |
| 80 | + GetAgencyKey(ArangoKey, PlanKey, PlanCoordinatorsKey), |
77 | 81 | GetAgencyKey(ArangoKey, CurrentKey, PlanCollectionsKey), |
78 | 82 | GetAgencyKey(ArangoKey, CurrentKey, CurrentServersKnown), |
79 | 83 | GetAgencyKey(ArangoKey, CurrentKey, CurrentMaintenanceServers), |
|
0 commit comments