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

使用NFS 备份提示错误 #648

Closed
Heyz6 opened this issue Aug 11, 2022 · 1 comment
Closed

使用NFS 备份提示错误 #648

Heyz6 opened this issue Aug 11, 2022 · 1 comment
Labels
question Further information is requested

Comments

@Heyz6
Copy link

Heyz6 commented Aug 11, 2022

https://github.com/radondb/radondb-mysql-kubernetes/blob/main/docs/zh-cn/backup_and_restoration_nfs.md #参照官方文档
helm fetch radondb/mysql-operator
helm install demo radondb/mysql-operator --set nfsBackup.installServer=true --set nfsBackup.volume.createLocalPV=true
[root@node1 ~]# kubectl get svc radondb-nfs-server --template={{.spec.clusterIP}}
10.233.58.79
----------------------------------------------------------Backup yaml
apiVersion: mysql.radondb.com/v1alpha1
kind: Backup
metadata:
name: backup-sample
spec:
image: radondb/mysql57-sidecar:v2.2.0
hostName: sample-mysql-0
clusterName: sample
nfsServerAddress: "10.233.58.79"

[root@node1 ~]# kubectl logs radondb-nfs-server-z75tz
Serving /exports
Serving /
rpcinfo: can't contact rpcbind: : RPC: Unable to receive; errno = Connection refused
Starting rpcbind
exportfs: / does not support NFS export
NFS started

但是提示 报错

@Heyz6 Heyz6 added the question Further information is requested label Aug 11, 2022
@acekingke
Copy link
Contributor

请检查node节点是否安装nfs client

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants