You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ro...@apache.org on 2020/08/05 08:38:45 UTC

[cloudstack] branch master updated (c3554ec -> 2237486)

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

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


    from c3554ec  kvm: For ceph only if a port number has been specified define in the XML (#4231)
     add 2237486  server: Allow renaming cluster, host, and storage (#4165)

No new revisions were added by this update.

Summary of changes:
 .../java/com/cloud/resource/ResourceService.java   |  3 ++-
 .../command/admin/cluster/UpdateClusterCmd.java    |  6 ++++-
 .../api/command/admin/host/UpdateHostCmd.java      |  7 +++++
 .../admin/storage/UpdateStoragePoolCmd.java        |  7 +++++
 .../com/cloud/resource/ResourceManagerImpl.java    | 30 +++++++++++++++++++---
 .../resource/RollingMaintenanceManagerImpl.java    |  8 ++++--
 .../java/com/cloud/storage/StorageManagerImpl.java |  8 ++++++
 .../cloud/resource/MockResourceManagerImpl.java    |  3 ++-
 ui/scripts/system.js                               | 11 ++++++--
 9 files changed, 72 insertions(+), 11 deletions(-)