From f2b2a2f4750ec334a18c8bc0eb1bd297d1fe6f15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?T=C3=B6r=C3=B6k=20Edwin?= Date: Thu, 7 Dec 2023 17:07:32 +0000 Subject: [PATCH] fix(ISOSR): type accepts 'nfs_iso' not 'nfs' as the docs claim MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- drivers/ISOSR.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/ISOSR.py b/drivers/ISOSR.py index f5ed92905..72d7c8aec 100755 --- a/drivers/ISOSR.py +++ b/drivers/ISOSR.py @@ -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 = {