typo
This commit is contained in:
parent
8193b689ed
commit
6e582fdb92
|
|
@ -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`
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue