Skip to content

Commit

Permalink
Merge pull request #696 from agrare/add_cloud_volume_supports_update
Browse files Browse the repository at this point in the history
Add CloudVolume supports update

(cherry picked from commit a646caa)
  • Loading branch information
chessbyte authored and Fryguy committed Apr 19, 2021
1 parent 7f6d4a9 commit 060dab7
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
class ManageIQ::Providers::Amazon::StorageManager::Ebs::CloudVolume < ::CloudVolume
supports :create
supports :snapshot_create
supports :update do
unsupported_reason_add(:update, _("The Volume is not connected to an active Provider")) unless ext_management_system
end

CLOUD_VOLUME_TYPES = {
:gp2 => N_('General Purpose SSD (GP2)'),
Expand Down

0 comments on commit 060dab7

Please sign in to comment.