File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed
org/apache/cloudstack/backup Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1317,7 +1317,6 @@ public enum Config {
13171317 "20" ,
13181318 "The default maximum number of snapshots that can be created for an account" ,
13191319 null ),
1320- // TODO : use configKey instead?
13211320 DefaultMaxAccountBackups (
13221321 "Account Defaults" ,
13231322 ManagementServer .class ,
Original file line number Diff line number Diff line change @@ -1292,6 +1292,7 @@ public void scheduleBackups() {
12921292 true , 0 );
12931293 final Map <String , String > params = new HashMap <String , String >();
12941294 params .put (ApiConstants .VIRTUAL_MACHINE_ID , "" + vmId );
1295+ params .put (ApiConstants .SCHEDULE_ID , "" + backupScheduleId );
12951296 params .put ("ctxUserId" , "1" );
12961297 params .put ("ctxAccountId" , "" + vm .getAccountId ());
12971298 params .put ("ctxStartEventId" , String .valueOf (eventId ));
You can’t perform that action at this time.
0 commit comments