You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: remove ABFS data disk from the server module
With the introduction of the new GCS/Spanner backend, the 10TB data disk on the ABFS server is now obsolete. This change will delete and recreate the ABFS server. Please make sure to update to v0.5.0 first.
PiperOrigin-RevId: 778541579
| abfs\_bootdisk\_size\_gb | Size in GB for the ABFS bootdisk that will be attached to the VM |`number`|`100`| no |
15
+
| abfs\_bootdisk\_type | The PD regional disk type to use for the ABFS bootdisk |`string`|`"pd-ssd"`| no |
14
16
| abfs\_bucket\_location | The location of the ABFS bucket (https://cloud.google.com/storage/docs/locations).|`string`| n/a | yes |
15
17
| abfs\_bucket\_name | The name of the ABFS bucket. |`string`|`"abfs"`| no |
16
-
| abfs\_datadisk\_mountpoint | Location for mounting the ABFS datadisk on the host VM |`string`|`"/mnt/disks/abfs-data"`| no |
17
-
| abfs\_datadisk\_name | A name for the ABFS datadisk that will be attached to the VM. Note, this does not affect the mounting of the disk - the device name is always set to "abfs-server-storage" |`string`|`"abfs-datadisk"`| no |
18
-
| abfs\_datadisk\_size\_gb | Size in GB for the ABFS datadisk that will be attached to the VM |`number`|`10000`| no |
19
-
| abfs\_datadisk\_type | The PD regional disk type to use for the ABFS datadisk |`string`|`"pd-ssd"`| no |
20
18
| abfs\_docker\_image\_uri | Docker image URI for the ABFS server |`string`| n/a | yes |
| abfs\_server\_cos\_image\_ref | Reference to the COS boot image to use for the ABFS server |`string`|`"projects/cos-cloud/global/images/family/cos-109-lts"`| no |
Copy file name to clipboardExpand all lines: modules/server/metadata.yaml
+5-13Lines changed: 5 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -68,20 +68,12 @@ spec:
68
68
description: Docker image URI for the ABFS server
69
69
varType: string
70
70
required: true
71
-
- name: abfs_datadisk_mountpoint
72
-
description: Location for mounting the ABFS datadisk on the host VM
73
-
varType: string
74
-
defaultValue: /mnt/disks/abfs-data
75
-
- name: abfs_datadisk_name
76
-
description: A name for the ABFS datadisk that will be attached to the VM. Note, this does not affect the mounting of the disk - the device name is always set to "abfs-server-storage"
77
-
varType: string
78
-
defaultValue: abfs-datadisk
79
-
- name: abfs_datadisk_size_gb
80
-
description: Size in GB for the ABFS datadisk that will be attached to the VM
71
+
- name: abfs_bootdisk_size_gb
72
+
description: Size in GB for the ABFS bootdisk that will be attached to the VM
81
73
varType: number
82
-
defaultValue: 10000
83
-
- name: abfs_datadisk_type
84
-
description: The PD regional disk type to use for the ABFS datadisk
74
+
defaultValue: 100
75
+
- name: abfs_bootdisk_type
76
+
description: The PD regional disk type to use for the ABFS bootdisk
0 commit comments