You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ha...@apache.org on 2021/07/16 07:07:08 UTC

[cloudstack] branch decoupleServiceOfferingDiskOffering updated (fb87df4 -> ba06d60)

This is an automated email from the ASF dual-hosted git repository.

harikrishna pushed a change to branch decoupleServiceOfferingDiskOffering
in repository https://gitbox.apache.org/repos/asf/cloudstack.git.


    from fb87df4  Fixed diskoffering automatic selection on add compute offering wizard
     add 2aba905  UI: move compute only toggle button outside the box in add compute offering wizard
     add 4f02634  Added volumeId parameter to listDiskOfferings API and the disksizestrictness flag of the current disk offering is honored while list disk offerings
     add 6b8d933  Added configuration parameter to decide whether to check volume tags on the destination storagepool during migration
     add ba06d60  Added disk offering change checks during resize volume operation

No new revisions were added by this update.

Summary of changes:
 .../main/java/com/cloud/offering/DiskOffering.java |  2 ++
 .../user/offering/ListDiskOfferingsCmd.java        |  8 +++++
 .../java/com/cloud/api/query/QueryManagerImpl.java | 31 ++++++++++++++++-
 .../com/cloud/storage/VolumeApiServiceImpl.java    | 40 ++++++++++++++++++----
 .../main/java/com/cloud/vm/UserVmManagerImpl.java  | 23 +++++++++++++
 ui/public/locales/en.json                          |  2 +-
 ui/src/views/offering/AddComputeOffering.vue       | 12 +++----
 7 files changed, 103 insertions(+), 15 deletions(-)