Skip to content

Commit f4ff48a

Browse files
committed
Update Mount for CacheRuntime
Signed-off-by: xliuqq <xlzq1992@gmail.com>
1 parent 0ed91e8 commit f4ff48a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

proposals/runtime/v1.1.0_extend_cache_runtime/full_cache_runtime.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ Curvine Cache Runtime 的处理流程如下图所示:本项工作的重点在
6868
1. 提供启动脚本,将 Fluid 提供的 RuntimeConfig 转化为 Curvine 所使用的配置文件;
6969
- 拟采用 go template 要求的格式定义 Curvine 的配置文件,并进行替换;
7070
1. 添加 Mount UFS 步骤,在 Master Sts 启动完成后,进入 Master Pod 执行 cv mount 操作;
71-
- mount 操作由缓存系统定义在ConfigMap中并挂载到 Master Pod 中。
71+
- mount 操作在 CacheRuntimeClass 中定义,指定在特定的角色(如Master)的Pod 中执行指定的命令,以RuntimeConfig文件为参数。
72+
- 对于 JuiceFS 缓存系统,不需要单独执行 mount 参数,在 CacheRuntimeClass 中不定义即可;
7273

7374
![img](./pics/curvine_integration.jpeg)
7475

0 commit comments

Comments
 (0)