Sha256: 01bb0f5da2750e386b7e34f58b13329cdd01379c393666b224c9cbee48c6ce67

Contents?: true

Size: 317 Bytes

Versions: 56

Compression:

Stored size: 317 Bytes

Contents

class VolMgrPlatformSupport
  def initialize(cfgFile, ost)
    $log.debug "Initializing VolMgrPlatformSupport" if $log
    @cfgFile = cfgFile
    @ost = ost

    require "VolumeManager/VolMgrPlatformSupportLinux"
    extend VolMgrPlatformSupportLinux
    init
  end # def initialize
end # class VolMgrPlatformSupport

Version data entries

56 entries across 56 versions & 1 rubygems

Version Path
manageiq-smartstate-0.10.1 lib/VolumeManager/VolMgrPlatformSupport.rb
manageiq-smartstate-0.10.0 lib/VolumeManager/VolMgrPlatformSupport.rb
manageiq-smartstate-0.9.0 lib/VolumeManager/VolMgrPlatformSupport.rb
manageiq-smartstate-0.8.1 lib/VolumeManager/VolMgrPlatformSupport.rb
manageiq-smartstate-0.8.0 lib/VolumeManager/VolMgrPlatformSupport.rb
manageiq-smartstate-0.7.0 lib/VolumeManager/VolMgrPlatformSupport.rb
manageiq-smartstate-0.6.2 lib/VolumeManager/VolMgrPlatformSupport.rb
manageiq-smartstate-0.5.10 lib/VolumeManager/VolMgrPlatformSupport.rb
manageiq-smartstate-0.3.10 lib/VolumeManager/VolMgrPlatformSupport.rb
manageiq-smartstate-0.6.1 lib/VolumeManager/VolMgrPlatformSupport.rb
manageiq-smartstate-0.3.9 lib/VolumeManager/VolMgrPlatformSupport.rb
manageiq-smartstate-0.6.0 lib/VolumeManager/VolMgrPlatformSupport.rb
manageiq-smartstate-0.5.9 lib/VolumeManager/VolMgrPlatformSupport.rb
manageiq-smartstate-0.5.8 lib/VolumeManager/VolMgrPlatformSupport.rb
manageiq-smartstate-0.3.8 lib/VolumeManager/VolMgrPlatformSupport.rb
manageiq-smartstate-0.5.7 lib/VolumeManager/VolMgrPlatformSupport.rb
manageiq-smartstate-0.3.7 lib/VolumeManager/VolMgrPlatformSupport.rb
manageiq-smartstate-0.5.6 lib/VolumeManager/VolMgrPlatformSupport.rb
manageiq-smartstate-0.3.6 lib/VolumeManager/VolMgrPlatformSupport.rb
manageiq-smartstate-0.5.5 lib/VolumeManager/VolMgrPlatformSupport.rb