Commit 6a50ba2
committed
Align GCSFuse configurations with best practices
This commit updates the GCSFuse configurations in the
a3u-slurm-ubuntu-gcs.yaml example to align with best practices
for performance and consistency.
The following configurations were updated:
- /etc/gcsfuse-lssd.yml (A3-Ultra nodes, RW LSSD optimized)
- /etc/gcsfuse-ro.yml (A3-Ultra nodes, RO LSSD optimized)
- /etc/gcsfuse.yml (Login/controller nodes, standard RWX)
Key changes include:
- Enabled `cache-file-for-range-read` and `enable-parallel-downloads` for file caching.
- Set metadata cache TTLs to -1 (infinite) and negative TTL to 0.
- Added `stat-cache-max-size-mb: -1` and `type-cache-max-size-mb: -1` for metadata caching.
- Enabled `implicit-dirs` for file system handling.
- Appended `read_ahead_kb=1024` to fuse options.
- Enabled `enable-streaming-writes` for writable mounts.
- Added comments indicating the settings are aligned with GCSFuse best practices.1 parent c820115 commit 6a50ba2
1 file changed
Lines changed: 36 additions & 13 deletions
Lines changed: 36 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
| 208 | + | |
| 209 | + | |
208 | 210 | | |
209 | | - | |
| 211 | + | |
| 212 | + | |
210 | 213 | | |
211 | 214 | | |
212 | 215 | | |
213 | | - | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
214 | 223 | | |
215 | 224 | | |
216 | 225 | | |
| 226 | + | |
217 | 227 | | |
218 | | - | |
219 | | - | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
220 | 231 | | |
221 | 232 | | |
222 | 233 | | |
| |||
226 | 237 | | |
227 | 238 | | |
228 | 239 | | |
229 | | - | |
230 | | - | |
231 | | - | |
232 | | - | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
233 | 247 | | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
234 | 254 | | |
235 | 255 | | |
236 | 256 | | |
237 | | - | |
238 | | - | |
239 | | - | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
240 | 260 | | |
241 | 261 | | |
242 | 262 | | |
| |||
311 | 331 | | |
312 | 332 | | |
313 | 333 | | |
| 334 | + | |
| 335 | + | |
314 | 336 | | |
315 | 337 | | |
316 | 338 | | |
317 | | - | |
318 | | - | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
319 | 342 | | |
320 | 343 | | |
321 | 344 | | |
| |||
0 commit comments