# File lib/fog/xenserver/requests/compute/create_sr.rb, line 56
        def create_sr( host_ref,
                       name_label, 
                       type,
                       name_description = nil,
                       device_config    = {}, 
                       physical_size    = '0',
                       content_type     = nil, 
                       shared           = false, 
                       sm_config        = {} )
          Fog::Mock.not_implemented
        end