Skip to content

Commit

Permalink
fix(ISOSR): type accepts 'nfs_iso' not 'nfs' as the docs claim
Browse files Browse the repository at this point in the history
See https://github.com/xapi-project/sm/blob/master/drivers/ISOSR.py#L318-L326
Valid values for type are `cifs` or `nfs_iso`.

Signed-off-by: Edwin Török <[email protected]>
  • Loading branch information
edwintorok committed Dec 7, 2023
1 parent 2d869f3 commit f2b2a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/ISOSR.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
[['location', 'path to mount (required) (e.g. server:/path)'],
['options',
'extra options to pass to mount (deprecated) (e.g. \'-o ro\')'],
['type', 'cifs or nfs'],
['type', 'cifs or nfs_iso'],
nfs.NFS_VERSION]

DRIVER_INFO = {
Expand Down

0 comments on commit f2b2a2f

Please sign in to comment.