Skip to content

Commit

Permalink
Adding the ssd flag to change the disk type (#1211)
Browse files Browse the repository at this point in the history
  • Loading branch information
prince-cs authored Aug 8, 2024
1 parent 51690b6 commit d4d557a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions integration_tests/dataproc_test_case.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,9 @@ def createCluster(self,
args.append("--master-boot-disk-size={}".format(boot_disk_size))
args.append("--worker-boot-disk-size={}".format(boot_disk_size))

args.append("--master-boot-disk-type=pd-ssd")
args.append("--worker-boot-disk-type=pd-ssd")

args.append("--format=json")

args.append("--region={}".format(self.REGION))
Expand Down

0 comments on commit d4d557a

Please sign in to comment.