Module: MiqNativeMountManager

Defined in:
lib/fs/MiqNativeMountManager.rb

Class Method Summary collapse

Class Method Details

.mountVolumesObject



6
7
8
9
10
11
# File 'lib/fs/MiqNativeMountManager.rb', line 6

def self.mountVolumes
  cfg = GetNativeCfg.new
  volMgr = MiqNativeVolumeManager.new(cfg)

  (MiqMountManager.mountVolumes(volMgr, cfg))
end