Commit 87b94c0
Allow shared FS on any L40s slice count (CRUSOE-67560)
supportsFS() restricted shared-filesystem support on L40s to the full
l40s-48gb.10x node. That slice-count gate was a virtiofs-era constraint:
shared disks were backed per-host, so only a full node could share one.
Post-NFS-migration there is no host-locality requirement. region-coordinator
already encodes this — checkSharedVolumeSliceTypeandNumSlices only enforces
slice counts for projects still on virtiofs (gated on
IsProjectUsingVirtiofsForSharedDisks), and the node-side is-using-nfs check
reads the same source of truth (nfs-support-shared-disks flag +
tmp_nfs_migration table). A genuine virtiofs straggler still fails safe: the
node takes the virtiofs path, RC's attach gate rejects the sub-full-node
attach, and the pod stays in ContainerCreating — no data path risk.
Surfaced during INC-522 (Roboflow L40s): the customer pivoted impacted pools
to smaller L40s slices to dodge a kubelet GPU-allocation leak, and this CSI
gate blocked shared-FS on those slices.
Also add /internal/node/fs/ to CODEOWNERS so the slice gate + NFS mount path
route to storage, keeping the CSI-side gate aligned with the RC server side.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent a4710d0 commit 87b94c0
3 files changed
Lines changed: 64 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
56 | | - | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
57 | 62 | | |
58 | 63 | | |
59 | 64 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
0 commit comments