https://bugzilla.novell.com/show_bug.cgi?id=862187 https://bugzilla.novell.com/show_bug.cgi?id=862187#c2 Arvin Schnell <aschnell@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO InfoProvider| |w.pelser@web.de --- Comment #2 from Arvin Schnell <aschnell@suse.com> 2014-02-04 19:10:18 UTC --- The method is "empty?". Try this patch on /usr/share/YaST2/modules/Storage.rb: --- a/src/modules/Storage.rb +++ b/src/modules/Storage.rb @@ -1730,7 +1730,7 @@ module Yast Ops.set(p, "raid_inactive", true) if info.inactive p["devices"] = info.devices.to_a - p["spares"] = info.spares.to_a if !info.spares.empty + p["spares"] = info.spares.to_a if !info.spares.empty? Ops.set( c, -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.