summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/tenant_migration_donor_cmds.idl
diff options
context:
space:
mode:
authorCheahuychou Mao <mao.cheahuychou@gmail.com>2021-01-21 01:25:10 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-01-28 02:11:41 +0000
commite9360bd8e7cb8f1447ffd513149d284c394bb4a0 (patch)
tree7404bfc08bba640c65cbaf1aed551a6428aedf06 /src/mongo/db/commands/tenant_migration_donor_cmds.idl
parent96fe72c36d370a4067240738f051021d4daf72ce (diff)
downloadmongo-e9360bd8e7cb8f1447ffd513149d284c394bb4a0.tar.gz
SERVER-53404 Make tenant migration donor copy the recipient's cluster time signing keys before sending recipientSyncData
Diffstat (limited to 'src/mongo/db/commands/tenant_migration_donor_cmds.idl')
-rw-r--r--src/mongo/db/commands/tenant_migration_donor_cmds.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/commands/tenant_migration_donor_cmds.idl b/src/mongo/db/commands/tenant_migration_donor_cmds.idl
index 43823f99cb2..f81b718cffa 100644
--- a/src/mongo/db/commands/tenant_migration_donor_cmds.idl
+++ b/src/mongo/db/commands/tenant_migration_donor_cmds.idl
@@ -66,12 +66,12 @@ commands:
description: "The URI string that the donor will utilize to create a connection with the recipient."
type: string
validator:
- callback: "validateConnectionString"
+ callback: "tenant_migration_util::validateConnectionString"
tenantId:
description: "The prefix from which the migrating database will be matched. The prefixes 'admin', 'local', 'config', the empty string, are not allowed."
type: string
validator:
- callback: "validateDatabasePrefix"
+ callback: "tenant_migration_util::validateDatabasePrefix"
readPreference:
description: "The read preference settings that the donor will pass on to the recipient."
type: readPreference