Skip to content

Commit

Permalink
cleanup public interfacce of BootStorage
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Apr 7, 2014
1 parent 52001d7 commit 73b3459
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/modules/BootStorage.rb
Expand Up @@ -122,10 +122,6 @@ def main
# string representing device name of extended partition
@ExtendedPartitionDevice = ""

# list of installed floppy devices
@floppy_devices = nil


# FATE#305008: Failover boot configurations for md arrays with redundancy
# list <string> includes physical disks used for md raid

Expand Down Expand Up @@ -1474,10 +1470,6 @@ def addMDSettingsToGlobals
ret
end

publish :variable => :disk_change_time_InitBootloader, :type => "integer"
publish :variable => :disk_change_time_MapAllPartitions, :type => "integer"
publish :variable => :disk_change_time_checkCallingDiskInfo, :type => "integer"
publish :variable => :all_partitions, :type => "map <string, map>"
publish :variable => :all_devices, :type => "map <string, string>"
publish :variable => :multipath_mapping, :type => "map <string, string>"
publish :variable => :mountpoints, :type => "map <string, any>"
Expand All @@ -1488,8 +1480,6 @@ def addMDSettingsToGlobals
publish :variable => :BootPartitionDevice, :type => "string"
publish :variable => :RootPartitionDevice, :type => "string"
publish :variable => :ExtendedPartitionDevice, :type => "string"
publish :variable => :floppy_devices, :type => "list <string>"
publish :variable => :md_physical_disks, :type => "list <string>"
publish :function => :MountByDev2Dev, :type => "string (string)"
publish :function => :InitMapDevices, :type => "boolean ()"
publish :function => :Dev2MountByDev, :type => "string (string)"
Expand All @@ -1500,7 +1490,6 @@ def addMDSettingsToGlobals
publish :function => :getFloppyDevices, :type => "list <string> ()"
publish :function => :getHintedPartitionList, :type => "list <string> (list <string>)"
publish :function => :getPartitionList, :type => "list <string> (symbol, string)"
publish :function => :checkMDSettings, :type => "boolean ()"
publish :function => :addMDSettingsToGlobals, :type => "string ()"
end

Expand Down

0 comments on commit 73b3459

Please sign in to comment.