fluid
fluid copied to clipboard
[BUG] 使用Fluid加速主机目录时无法启动对应的master和woker, 也没有生成对应的pv,pvc
What is your environment(Kubernetes version, Fluid version, etc.)
~/ai/opea/chatqna# kubectl get node
NAME STATUS ROLES AGE VERSION
icelake-server-2 Ready control-plane 19d v1.29.9
opea-dev10 Ready <none> 5d2h v1.29.9
~/ai/opea/chatqna# kubectl version
Client Version: v1.29.9
Kustomize Version: v5.0.4-0.20230601165947-6ce0bf390ce3
Server Version: v1.29.9
~/ai/opea/chatqna# helm list
NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION
fluid default 1 2024-11-15 13:53:02.904415378 +0800 CST deployed fluid-1.0.3 1.0.3-ccdf3a9
root@icelake-server-2:~/ai/opea/chatqna# cat fluid_opea_local.yaml
---
# dateset
apiVersion: data.fluid.io/v1alpha1
kind: Dataset
metadata:
name: local-models
spec:
mounts:
- mountPoint: local:///mnt/opea-models/models--BAAI--bge-base-en-v1.5
name: models--BAAI--bge-base-en-v1.5
- mountPoint: local:///mnt/opea-models/models--BAAI--bge-reranker-base
name: models--BAAI--bge-reranker-base
- mountPoint: local:///mnt/opea-models/models--Intel--neural-chat-7b-v3-3
name: models--Intel--neural-chat-7b-v3-3
---
---
# runtime
apiVersion: data.fluid.io/v1alpha1
kind: AlluxioRuntime
metadata:
name: local-models
spec:
replicas: 1
tieredstore:
levels:
- mediumtype: MEM
path: /dev/shm
quota: 50Gi
high: "0.95"
low: "0.7"
---
Describe the bug 无法启动对应的master和woker, 也没有生成对应的pv,pvc
What you expect to happen: 启动对应的master和woker, 生成对应的pv,pvc
How to reproduce it
kubectl apply -f fluid_opea_local.yaml always failed in my machine.
Additional Information
Could you use this tool to collect the info? https://github.com/fluid-cloudnative/fluid/blob/master/docs/zh/userguide/troubleshooting.md. And upload this so we can analyze the root cause.
diagnose_fluid_1734508670.tar.gz Hi @cheyang This is diagnose log. Thanks.