This commit is contained in:
Bartosz Fenski 2025-07-23 11:13:29 +02:00
parent 8193b689ed
commit 6e582fdb92
1 changed files with 1 additions and 1 deletions

View File

@ -2207,7 +2207,7 @@ class FreeNASApiDriver extends CsiBaseDriver {
if (!(await httpApiClient.getIsScale())) { if (!(await httpApiClient.getIsScale())) {
throw new GrpcError( throw new GrpcError(
grpc.status.FAILED_PRECONDITION, grpc.status.FAILED_PRECONDITION,
`driver is only availalbe with TrueNAS SCALE` `driver is only available with TrueNAS SCALE`
); );
} }