Skip to content

Commit

Permalink
CNV-48521: Remove defaukt SATA from rootDisk - iso flow
Browse files Browse the repository at this point in the history
Signed-off-by: Matan Schatzman <[email protected]>
  • Loading branch information
metalice committed Sep 16, 2024
1 parent e3548fb commit ec3b0e4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/views/catalog/CreateFromInstanceTypes/utils/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -248,9 +248,6 @@ export const addISOFlowToVM = (vm: V1VirtualMachine, storageClassName: string) =
},
{
bootOrder: 1,
disk: {
bus: InterfaceTypes.SATA,
},
name: ROOTDISK,
},
]);
Expand Down

0 comments on commit ec3b0e4

Please sign in to comment.