fix missing break
Signed-off-by: Travis Glenn Hansen <travisghansen@yahoo.com>
This commit is contained in:
parent
c9eadd4579
commit
8ad9ab3c71
|
|
@ -1,3 +1,9 @@
|
|||
# v1.3.2
|
||||
|
||||
Released 2021-09-09
|
||||
|
||||
- fix missing `break` in the `node-manual` driver using `smb` / `cifs`
|
||||
|
||||
# v1.3.1
|
||||
|
||||
Released 2021-09-08
|
||||
|
|
|
|||
|
|
@ -115,6 +115,7 @@ class NodeManualDriver extends CsiBaseDriver {
|
|||
case "smb":
|
||||
driverResourceType = "filesystem";
|
||||
fs_types = ["cifs"];
|
||||
break;
|
||||
case "lustre":
|
||||
driverResourceType = "filesystem";
|
||||
fs_types = ["lustre"];
|
||||
|
|
|
|||
Loading…
Reference in New Issue