Skip to content

Commit

Permalink
CP-28924: Declare thin provisioning capability for file based SRs
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Mckelvey <thomas.mckelvey@citrix.com>
  • Loading branch information
Thomas Mckelvey authored and MarkSymsCtx committed Aug 7, 2018
1 parent f4049e6 commit 697dec8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion drivers/FileSR.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"VDI_CREATE","VDI_DELETE","VDI_ATTACH","VDI_DETACH", \
"VDI_CLONE","VDI_SNAPSHOT","VDI_RESIZE", "VDI_MIRROR",
"VDI_GENERATE_CONFIG", "ATOMIC_PAUSE", "VDI_CONFIG_CBT",
"VDI_ACTIVATE", "VDI_DEACTIVATE"]
"VDI_ACTIVATE", "VDI_DEACTIVATE", "THIN_PROVISIONING"]

CONFIGURATION = [ [ 'location', 'local directory path (required)' ] ]

Expand Down
2 changes: 1 addition & 1 deletion drivers/NFSSR.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"VDI_UPDATE", "VDI_CLONE","VDI_SNAPSHOT","VDI_RESIZE",
"VDI_GENERATE_CONFIG","VDI_MIRROR",
"VDI_RESET_ON_BOOT/2", "ATOMIC_PAUSE", "VDI_CONFIG_CBT",
"VDI_ACTIVATE", "VDI_DEACTIVATE"]
"VDI_ACTIVATE", "VDI_DEACTIVATE", "THIN_PROVISIONING"]

CONFIGURATION = [['server', 'hostname or IP address of NFS server (required)'],
['serverpath', 'path on remote server (required)'],
Expand Down
2 changes: 1 addition & 1 deletion drivers/SMBSR.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"VDI_UPDATE", "VDI_CLONE","VDI_SNAPSHOT","VDI_RESIZE","VDI_MIRROR",
"VDI_GENERATE_CONFIG",
"VDI_RESET_ON_BOOT/2", "ATOMIC_PAUSE", "VDI_CONFIG_CBT",
"VDI_ACTIVATE", "VDI_DEACTIVATE"]
"VDI_ACTIVATE", "VDI_DEACTIVATE", "THIN_PROVISIONING"]

CONFIGURATION = [ [ 'server', 'Full path to share root on SMB server (required)' ], \
[ 'username', 'The username to be used during SMB authentication' ], \
Expand Down

0 comments on commit 697dec8

Please sign in to comment.