Skip to content

Commit ec1faef

Browse files
docs: BLA-2526 - Update stickydisk limit from 5 to 10 disks
BLA-2526: This change updates the documentation to reflect the new default limit of 10 sticky disks per GitHub Action job (increased from 5). Changes: - Updated README.md line 29 from 'up to 5 sticky disks' to 'up to 10 sticky disks' Note: When Docker pull caching is enabled, it reserves one slot, so customers will effectively have 9 stickydisk slots available in that configuration. Co-Authored-By: [email protected] <[email protected]>
1 parent 58d9166 commit ec1faef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The sticky disk is formatted as an ext4 filesystem.
2626
</picture>
2727
</p>
2828

29-
Blacksmith stores sticky disk artifacts in a secure, highly performant Ceph cluster, running on local NVMe drives. Our runners proxy their requests through our Storage Agents to interact with the Ceph cluster. Each sticky disk is uniquely identified by a key. When a GitHub Action job requests a sticky disk, the last committed snapshot will be cloned and mounted into the runner at the specified path. Once the job completes, the sticky disk will be unmounted and committed for future invocations. At the moment, customers can use up to 5 sticky disks in a single GitHub Action job.
29+
Blacksmith stores sticky disk artifacts in a secure, highly performant Ceph cluster, running on local NVMe drives. Our runners proxy their requests through our Storage Agents to interact with the Ceph cluster. Each sticky disk is uniquely identified by a key. When a GitHub Action job requests a sticky disk, the last committed snapshot will be cloned and mounted into the runner at the specified path. Once the job completes, the sticky disk will be unmounted and committed for future invocations. At the moment, customers can use up to 10 sticky disks in a single GitHub Action job.
3030

3131
# Use Cases
3232

0 commit comments

Comments
 (0)