smbdriver job from smb-volume/0.1.7
Github source:
e0fbd1d
or
master branch
Properties¶
adminPort
¶
port smbdriver listens on for admin requests
- Default
8590
allowed_in_mount
¶
Comma separated list of white-listed options that may be accepted in the mount_config options.
- Default
username,password,uid,gid,file_mode,dir_mode,readonly,domain,vers,sec
- Example
-
username,password,uid,gid,file_mode,dir_mode,readonly,domain,vers,sec
cell_mount_path
¶
path to mount volumes into on the cell
- Default
/var/vcap/data/volumes/smb
debug_addr
¶
address smbdriver will serve debug info
- Default
127.0.0.1:8689
default_in_mount
¶
Comma separated list default values for options that may be configured in the mount_config options, formatted as ‘option:default’. If an option is not specified in the volume mount, or the option is not white-listed, then the specified default value will be used instead.
- Default
uid:2000,gid:2000
- Example
-
uid:2000,gid:2000,vers:3.0
disable
¶
disable smbdriver
- Default
false
driver_path
¶
path to place driver spec/json file for volman to discover
- Default
/var/vcap/data/voldrivers
listen_port
¶
port smbdriver listens on
- Default
8589
log_level
¶
smbdriver log level
- Default
info
Templates¶
Templates are rendered and placed onto corresponding
instances during the deployment process. This job's templates
will be placed into /var/vcap/jobs/smbdriver/
directory
(learn more).
bin/drain
(fromdrain.erb
)bin/pre-start
(frominstall.erb
)bin/smbdriver_ctl
(fromctl.erb
)
Packages¶
Packages are compiled and placed onto corresponding
instances during the deployment process. Packages will be
placed into /var/vcap/packages/
directory.