Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] 使用Fluid加速主机目录时无法启动对应的master和woker, 也没有生成对应的pv,pvc #4424

Open
hualongfeng opened this issue Dec 4, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@hualongfeng
Copy link

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

@hualongfeng hualongfeng added the bug Something isn't working label Dec 4, 2024
@cheyang
Copy link
Collaborator

cheyang commented Dec 14, 2024

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.

@hualongfeng
Copy link
Author

diagnose_fluid_1734508670.tar.gz
Hi @cheyang This is diagnose log. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants