Merge pull request #9584 from sfc-gh-ajbeamon/fix-metacluster-create-error-msg
Fix metacluster create error message
This commit is contained in:
commit
85c3cf702c
|
@ -578,7 +578,7 @@ Future<Optional<std::string>> createMetacluster(Reference<DB> db,
|
|||
TenantMode tenantMode = wait(tenantModeFuture);
|
||||
if (tenantMode != TenantMode::DISABLED) {
|
||||
return fmt::format("cluster is configured with tenant mode `{}' when tenants should be disabled",
|
||||
tenantMode);
|
||||
tenantMode.toString());
|
||||
}
|
||||
|
||||
if (!metaclusterUid.present()) {
|
||||
|
|
Loading…
Reference in New Issue