Skip to content

Commit

Permalink
Give nfs server larger boot disk
Browse files Browse the repository at this point in the history
Synaptor image is huge
  • Loading branch information
ranlu committed Jul 3, 2024
1 parent c83ee28 commit 071e198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud/google/nfs_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def GenerateNFSServer(context, hostname_manager, hostname_nfs_server):

startup_script = GenerateNFSServerStartupScript(context, hostname_manager)

disks = [GenerateBootDisk(diskSizeGb=10),]
disks = [GenerateBootDisk(diskSizeGb=100),]

if 'pdSSDSizeGB' in nfs_server_param:
diskType = ZonalComputeUrl(
Expand Down

0 comments on commit 071e198

Please sign in to comment.