Skip to content

Commit

Permalink
Advance FileSystems and Partitions initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Jan 11, 2017
1 parent 99bf373 commit 564da7c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/modules/Storage.rb
Expand Up @@ -337,6 +337,8 @@ def InitLibstorage(readonly)
return false
end

FileSystems.InitSlib(@sint)
Partitions.InitSlib(@sint)
StorageClients.InstallCallbacks(@sint)

if Stage.initial
Expand All @@ -352,9 +354,6 @@ def InitLibstorage(readonly)
@conts = getContainers
log.info("InitLibstorage conts:#{@conts}")

FileSystems.InitSlib(@sint)
Partitions.InitSlib(@sint)

true
end

Expand Down

0 comments on commit 564da7c

Please sign in to comment.