This is an automated email from the ASF dual-hosted git repository.
nvazquez pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git.
from 07cabbe scaleio: Updated PowerFlex/ScaleIO gateway client with some
improvements. (#5037)
add 12b2e80 vmware: Fix fetching chain_info of the volumes. It is used to
assume datastore names are in the form of UUIDs but it can be any name. So
fetch chain_info based on the datastore name. (#5097)
add 9dd0acf ui: add action syncStoragePool (#5098)
add bc12833 server: Failed to scale between Service Offerings with the
same root disk size (#5095)
add b6e4329 ui: Greek (Hellenic) translation (#5109)
add 006d0fe ui: show read from ova only for ova format (#5108)
add 67182dc vxlan: arp does not work between hosts as multicast group is
communicated over physical nic instead of linux bridge (#5078)
add 2e32c2f travis: allow big contents from error output in marvin tests
(#5113)
add 326e03b ui: Fix typo in error message on login page (#5118)
add 46a3032 server: set correct gateway when update vm nic on shared
networks (#5105)
new d2ab350 Merge branch '4.15' into main
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../com/cloud/vm/VirtualMachineManagerImpl.java | 3 +
.../hypervisor/kvm/resource/BridgeVifDriver.java | 4 +-
.../hypervisor/kvm/resource/IvsVifDriver.java | 2 +-
.../hypervisor/vmware/resource/VmwareResource.java | 7 +-
.../java/com/cloud/storage/StorageManagerImpl.java | 2 +-
.../com/cloud/storage/VolumeApiServiceImpl.java | 45 +-
.../main/java/com/cloud/vm/UserVmManagerImpl.java | 2 +-
.../cloud/storage/VolumeApiServiceImplTest.java | 56 +-
.../test/java/com/cloud/vm/UserVmManagerTest.java | 5 +-
tools/travis/xunit-reader.py | 2 +-
ui/public/locales/el_GR.json | 3332 ++++++++++++++++++++
ui/public/locales/en.json | 4 +-
ui/src/components/header/TranslationMenu.vue | 1 +
ui/src/config/section/infra/primaryStorages.js | 8 +
ui/src/views/image/RegisterOrUploadTemplate.vue | 6 +-
15 files changed, 3450 insertions(+), 29 deletions(-)
create mode 100644 ui/public/locales/el_GR.json