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 stefanopanella committed Oct 4, 2018
1 parent 623fb09 commit b4e7b0c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion drivers/EXTSR.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,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 = [ [ 'device', 'local device path (required) (e.g. /dev/sda3)' ] ]

Expand Down
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 b4e7b0c

Please sign in to comment.