Skip to content

Commit e2bd617

Browse files
committed
Merge remote-tracking branch 'origin/main' into differential-snapshots
2 parents 1d849d4 + 648170c commit e2bd617

File tree

4 files changed

+2
-5
lines changed

4 files changed

+2
-5
lines changed

.asf.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ github:
5252
collaborators:
5353
- acs-robot
5454
- rajujith
55-
- GaOrtiga
56-
- SadiJr
5755
- winterhazel
5856
- gpordeus
5957
- hsato03

debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Source: cloudstack
22
Section: libs
33
Priority: extra
4-
Maintainer: Wido den Hollander <[email protected]>
4+
Maintainer: The Apache CloudStack Team <[email protected]>
55
Build-Depends: debhelper (>= 9), openjdk-17-jdk | java17-sdk | java17-jdk | zulu-17 | openjdk-11-jdk | java11-sdk | java11-jdk | zulu-11, genisoimage,
66
python-mysql.connector | python3-mysql.connector | mysql-connector-python-py3, maven (>= 3) | maven3,
77
python (>= 2.7) | python2 (>= 2.7), python3 (>= 3), python-setuptools, python3-setuptools,

engine/schema/src/main/resources/META-INF/db/schema-42010to42100.sql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ AND NOT EXISTS(SELECT 1 FROM cloud.role_permissions rp_ WHERE rp.role_id = rp_.r
3434

3535
CALL `cloud`.`IDEMPOTENT_ADD_COLUMN`('cloud.host', 'last_mgmt_server_id', 'bigint unsigned DEFAULT NULL COMMENT "last management server this host is connected to" AFTER `mgmt_server_id`');
3636

37-
3837
--- KVM Incremental Snapshots
3938

4039
CALL `cloud`.`IDEMPOTENT_ADD_COLUMN`('cloud.snapshot_store_ref', 'kvm_checkpoint_path', 'varchar(255)');

ui/src/views/image/RegisterOrUploadTemplate.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@
214214
</a-form-item>
215215
</a-col>
216216
</a-row>
217-
<a-row :gutter="12" v-if="allowed && (hyperKVMShow || hyperCustomShow) && currentForm === 'Create'">
217+
<a-row :gutter="12" v-if="(hyperKVMShow || hyperCustomShow) && currentForm === 'Create'">
218218
<a-col :md="24" :lg="12">
219219
<a-form-item ref="directdownload" name="directdownload">
220220
<template #label>

0 commit comments

Comments
 (0)