smbdriver-windows job from smb-volume/0.1.12
              Github source:
              a84cd06 or
              master branch
            
Properties¶
admin_port¶
  
    
      port smbdriver_windows 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
- C:\\var\\vcap\\data\\volumes\\smb 
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_windows
- Default
- false 
driver_path¶
  
    
      path to place driver spec/json file for volman to discover
- Default
- C:\\var\\vcap\\data\\voldrivers 
listen_port¶
  
    
      port smbdriver listens on
- Default
- "8589" 
log_level¶
  
    
      smbdriver_windows 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-windows/ directory
            (learn more).
          
- bin/pre-start.ps1(from- install.ps1.erb)
- scripts/check_mount.ps1(from- check_mount.ps1.erb)
- scripts/mounter.ps1(from- mounter.ps1.erb)
- scripts/unmounter.ps1(from- unmounter.ps1.erb)
Packages¶
            Packages are compiled and placed onto corresponding
            instances during the deployment process. Packages will be
            placed into /var/vcap/packages/ directory.