Skip to content

Commit 8818326

Browse files
authored
fix typo
1 parent 419bfa1 commit 8818326

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_gsocblogs/2024/blog_ContainerizeCBACK_YashRajSingh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ We explored two approaches for mounting the necessary storage:
137137
- A storage class was defined in the Kubernetes cluster to facilitate this dynamic provisioning.
138138
- When the Scheduler Agent creates a job, it would also create a corresponding PVC, which would request a volume from the storage class and automatically mount it to the job pod.
139139

140-
While testing dynamic provisioning, we faced a significant limitation regarding subvolume groups. For instance, if we intended to mount a pod to the root of the Ceph cluster e.g `/cephfs-miniflax`, the provisioner would only allow for the creation of a subvolume tied into a subvolumegroup instead. Therefore, if a job was set to operate on a specific path like `/cephfs-miniflax/volumes/_nogroup/miniflax_snaps/zgoggins` the pod would actually attempt to mount to a root path like `/cephfs-miniflax/<subvolume-group-name>/<dynamic-id-forsubvolume>` and it wasn't possible to overide to mount to an arbitrary path. This meant the scheduler could not locate the specified source path, leading to complications in job execution.
140+
While testing dynamic provisioning, we faced a significant limitation regarding subvolume groups. For instance, if we intended to mount a pod to the root of the Ceph cluster e.g `/cephfs-miniflax`, the provisioner would only allow for the creation of a subvolume tied into a subvolumegroup instead. Therefore, if a job was set to operate on a specific path like `/cephfs-miniflax/volumes/_nogroup/miniflax_snaps/zgoggins` the pod would actually attempt to mount to a root path like `/cephfs-miniflax/<subvolume-group-name>/<dynamic-id-forsubvolume>` and it wasn't possible to override to mount to an arbitrary path. This meant the scheduler could not locate the specified source path, leading to complications in job execution.
141141

142142
2. **Static Provisioning**:
143143

0 commit comments

Comments
 (0)