Skip to content

Commit

Permalink
Allow StrayBlkDevice to serve as MdMember
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Oct 2, 2018
1 parent 9fcdcdc commit f87d46f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/y2storage/planned/stray_blk_device.rb
Expand Up @@ -35,6 +35,7 @@ class StrayBlkDevice < Device
include Planned::CanBeMounted
include Planned::CanBeEncrypted
include Planned::CanBePv
include Planned::CanBeMdMember
include MatchVolumeSpec

# Constructor.
Expand All @@ -44,6 +45,7 @@ def initialize
initialize_can_be_mounted
initialize_can_be_encrypted
initialize_can_be_pv
initialize_can_be_md_member
end

# @see Device.to_string_attrs
Expand Down

0 comments on commit f87d46f

Please sign in to comment.