Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resize disk reconfigure screen #16711

Merged
merged 2 commits into from
Jan 10, 2018
Merged

Resize disk reconfigure screen #16711

merged 2 commits into from
Jan 10, 2018

Conversation

evertmulder
Copy link
Contributor

On of the PRs to support resize disks from the reconfigure screen:
See: ManageIQ/manageiq-ui-classic#3127

Evert Mulder added 2 commits December 20, 2017 15:55
…ureScreen

* origin/master: (45 commits)
  Order queue messages by ID for ems spec test
  Parse models of > 3 namespaces
  Make ContainerLogger respond to #instrument
  Call request_owner_email method to handle getting email for Services and VM provisions. Removed to_s from get_option(:owner_email) to cause an error if email is nil.
  Remove commented tests
  Added "Mass Transform" feature
  Return only CloudVolume types which really exists in DB
  Mark task as active while destroying an ems
  Extract queue message delivery into helper method
  Create a task when destroying an ems
  Stop cashing @column_cache and  @model_relats for ChargebackVm
  Remove Dictionary.gettext() with static string argument
  Remove ui_lookup() with static string argument
  Use UUID to ensure the uniqueness of job template name
  Procfile.example - add workers needed for embedded ansible
  Calculate Metering Used Hours only from used hours
  add :container_quota_scope factory
  Change worker validation to check USS not PSS
  Show USS instead of PSS in rake evm:status
  Also log the server/worker unique set size (USS)
  ...
@miq-bot
Copy link
Member

miq-bot commented Dec 21, 2017

Checked commits evertmulder/manageiq@7220cc2~...e72185c with ruby 2.3.3, rubocop 0.47.1, haml-lint 0.20.0, and yamllint 1.10.0
2 files checked, 0 offenses detected
Everything looks fine. 🏆

@@ -32,6 +32,7 @@ def self.get_description(req_obj)
new_settings << "Total Processors: #{req_obj.options[:number_of_cpus].to_i}" unless req_obj.options[:number_of_cpus].blank?
new_settings << "Add Disks: #{req_obj.options[:disk_add].length}" unless req_obj.options[:disk_add].blank?
new_settings << "Remove Disks: #{req_obj.options[:disk_remove].length}" unless req_obj.options[:disk_remove].blank?
new_settings << "Resize Disks: #{req_obj.options[:disk_resize].length}" unless req_obj.options[:disk_resize].blank?
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tinaafitz This will require quota changes to fully support. We should open RFE to track.

@gmcculloug gmcculloug merged commit 9134e2a into ManageIQ:master Jan 10, 2018
@gmcculloug gmcculloug added this to the Sprint 77 Ending Jan 15, 2018 milestone Jan 10, 2018
@miha-plesko
Copy link
Contributor

Hi @gmcculloug, there is a PR that depends on this one and we need to backport it to GA branch: ManageIQ/manageiq-providers-vmware#231

Is it safe to backport this one as well/are there any related PRs?

/cc @simaishi

@gmcculloug
Copy link
Member

Yes, this is safe to backport.

This PR is referenced from ManageIQ/manageiq-providers-vmware#164 so that is likely required as well.

@simaishi
Copy link
Contributor

simaishi commented Jun 1, 2018

.. and as per ManageIQ/manageiq-ui-classic#3127, I think we also need ManageIQ/manageiq-ui-classic#3128

simaishi pushed a commit that referenced this pull request Jun 1, 2018
Resize disk reconfigure screen
(cherry picked from commit 9134e2a)
@simaishi
Copy link
Contributor

simaishi commented Jun 1, 2018

Gaprindashvili backport details:

$ git log -1
commit 9089d39125b10ed999b6ad64c0ed92d147e273ba
Author: Greg McCullough <gmccullo@redhat.com>
Date:   Wed Jan 10 14:56:13 2018 -0500

    Merge pull request #16711 from evertmulder/ResizeDisk_ReconfigureScreen
    
    Resize disk reconfigure screen
    (cherry picked from commit 9134e2ac2afcf529275e4b6ed89e0a876aa39189)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants