Skip to content

Commit

Permalink
Merge branch 'SLE-12-SP2-CASP' into merge-sle-12-sp2-into-casp
Browse files Browse the repository at this point in the history
* SLE-12-SP2-CASP:
  Fix libstorage initialization (bsc#1011541) (#251)
  • Loading branch information
imobachgs committed Jan 12, 2017
2 parents 190ac05 + 96ad9d4 commit bcf5be3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
7 changes: 7 additions & 0 deletions package/yast2-storage.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Jan 10 16:03:29 UTC 2017 - igonzalezsosa@suse.com

- Fix initialization of partitioning/btrfs_default_subvolume
product feature (bsc#1011541)
- 3.2.4

-------------------------------------------------------------------
Tue Jan 10 14:41:54 UTC 2017 - ancor@suse.com

Expand Down
2 changes: 1 addition & 1 deletion package/yast2-storage.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


Name: yast2-storage
Version: 3.2.3
Version: 3.2.4
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down
5 changes: 2 additions & 3 deletions src/modules/Storage.rb
Original file line number Diff line number Diff line change
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 bcf5be3

Please sign in to comment.