Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public Void call() throws Exception {
.channelType(EpollServerDomainSocketChannel.class)
.workerEventLoopGroup(group)
.bossEventLoopGroup(group)
.addService(new IdentitiyService())
.addService(new IdentityService())
.addService(new ControllerService(rpcClient,
csiConfig.getDefaultVolumeSize()))
.addService(new NodeService(csiConfig))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
/**
* Implementation of the CSI identity service.
*/
public class IdentitiyService extends IdentityImplBase {
public class IdentityService extends IdentityImplBase {

@Override
public void getPluginInfo(csi.v1.Csi.GetPluginInfoRequest request,
Expand Down
2 changes: 1 addition & 1 deletion hadoop-ozone/dist/src/main/smoketest/csi.robot
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ CSI Socket check
Check if CSI server is started
Wait Until Keyword Succeeds 3min 1sec CSI Socket check

Test CSI identitiy service
Test CSI identity service
${result} = Execute csc -e unix:///tmp/csi.sock identity plugin-info
Should Contain ${result} org.apache.hadoop.ozone