Skip to content

Commit

Permalink
Fixups
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Lord <[email protected]>
  • Loading branch information
mattlord committed Dec 27, 2024
1 parent 851ccac commit 05c4c1d
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 9 deletions.
8 changes: 6 additions & 2 deletions go/flags/endtoend/vtctldclient.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,15 @@ Available Commands:
VDiff Perform commands related to diffing tables involved in a VReplication workflow between the source and target.
Validate Validates that all nodes reachable from the global replication graph, as well as all tablets in discoverable cells, are consistent.
ValidateKeyspace Validates that all nodes reachable from the specified keyspace are consistent.
ValidateSchemaKeyspace Validates that the schema on the primary tablet for shard 0 matches the schema on all other tablets in the keyspace.
ValidatePermissionsKeyspace Validates that the permissions on primary of the first shard match those of all of the other tablets in the keyspace.
ValidatePermissionsShard Validates that the permissions on primary match all the replicas.
ValidateSchemaKeyspace Validates that the schema on the primary tablet for the first shard matches the schema on all other tablets in the keyspace.
ValidateSchemaShard Validates that the schema on the primary tablet for the specified shard matches the schema on all other tablets in that shard.
ValidateShard Validates that all nodes reachable from the specified shard are consistent.
ValidateVersionKeyspace Validates that the version on the primary tablet of shard 0 matches all of the other tablets in the keyspace.
ValidateVersionKeyspace Validates that the version on the primary tablet of the first shard matches all of the other tablets in the keyspace.
ValidateVersionShard Validates that the version on the primary matches all of the replicas.
Workflow Administer VReplication workflows (Reshard, MoveTables, etc) in the given keyspace.
WriteTopologyPath Copies a local file to the topology server at the given path.
completion Generate the autocompletion script for the specified shell
help Help about any command

Expand Down
2 changes: 1 addition & 1 deletion go/vt/proto/vtctldata/vtctldata.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions go/vt/proto/vtctlservice/vtctlservice_grpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ const KeyspaceActions: React.FC<KeyspaceActionsProps> = ({ keyspace, clusterID }
isOpen={currentDialog === 'Validate Schema'}
body={
<div className="text-sm mt-3">
Validates that the schema on the primary tablet for the first shard matches the schema on all of the
other tablets in the keyspace <span className="font-mono bg-gray-300">{keyspace}</span>.
Validates that the schema on the primary tablet for the first shard matches the schema on all of
the other tablets in the keyspace <span className="font-mono bg-gray-300">{keyspace}</span>.
</div>
}
successBody={
Expand Down

0 comments on commit 05c4c1d

Please sign in to comment.