Skip to content

Commit

Permalink
Adapt to recent changes at yast2-storage-ng
Browse files Browse the repository at this point in the history
  • Loading branch information
ancorgs committed Aug 22, 2024
1 parent 6a8e048 commit 4211435
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion service/lib/y2storage/agama_proposal.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
require "y2storage/proposal/agama_space_maker"
require "y2storage/proposal/agama_devices_planner"
require "y2storage/proposal/agama_devices_creator"
require "y2storage/proposal/planned_devices_handler"
require "y2storage/exceptions"
require "y2storage/planned"

Expand All @@ -44,6 +45,8 @@ module Y2Storage
# proposal.devices # => Proposed layout
#
class AgamaProposal < Proposal::Base
include Proposal::PlannedDevicesHandler

# @return [Agama::Storage::Config]
attr_reader :settings

Expand Down Expand Up @@ -151,7 +154,7 @@ def complete_planned(devicegraph)
@planned_devices = planned_devices.prepend(boot_partitions(devicegraph))
end

planned_devices.remove_shadowed_subvols
remove_shadowed_subvols(planned_devices)
end

# @see #complete_planned
Expand Down
2 changes: 1 addition & 1 deletion service/package/gem2rpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
Requires: yast2-iscsi-client >= 4.5.7
Requires: yast2-network
Requires: yast2-proxy
Requires: yast2-storage-ng >= 5.0.13
Requires: yast2-storage-ng >= 5.0.16
Requires: yast2-users
%ifarch s390 s390x
Requires: yast2-s390 >= 4.6.4
Expand Down

0 comments on commit 4211435

Please sign in to comment.