Skip to content

Commit

Permalink
[PLAT-13270] Fixing AnsibleCreateServer retry/cleanup logic to not fo…
Browse files Browse the repository at this point in the history
…rce remove boot disks

Summary: [PLAT-13270] Fixing AnsibleCreateServer retry/cleanup logic to not force remove boot disks

Test Plan: phabricator-itest

Reviewers: muthu

Reviewed By: muthu

Subscribers: yugaware

Differential Revision: https://phorge.dev.yugabyte.com/D33558
  • Loading branch information
amannijhawan committed May 6, 2024
1 parent 76fe86d commit eb9e3da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ public boolean onFailure(TaskInfo taskInfo, Throwable cause) {
destroyParams.nodeName = params.nodeName;
destroyParams.nodeUuid = params.nodeUuid;
destroyParams.setUniverseUUID(params.getUniverseUUID());
destroyParams.isForceDelete = true;
destroyParams.isForceDelete = false;
destroyParams.deleteNode = false;
destroyParams.deleteRootVolumes = true;
destroyParams.instanceType = params.instanceType;
Expand Down

0 comments on commit eb9e3da

Please sign in to comment.