We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
比如一台物理服务器跑了8个zankv(8个分区),就要有8个rsync --daemon
多谢!
The text was updated successfully, but these errors were encountered:
8个分区不一定要8个zankv吧, 可以一个zankv跑多个分区的. 如果一个物理机多个zankv进程, 可以在rsync里面加多个同步目录, 每个目录对应一个zankv配置就行. 比如
"data_dir":"/data/zankv1", "data_rsync_module":"zankv1",
和
"data_dir":"/data/zankv2", "data_rsync_module":"zankv2",
rsync对应配置
[zankv1] path = /data/zankv1/ read only = yes list=yes exclude = /data/zankv1/myid myid /zankv1/myid [zankv2] path = /data/zankv2/ read only = yes list=yes exclude = /data/zankv2/myid myid /zankv2/myid
Sorry, something went wrong.
嗯嗯,多谢多谢,我再琢磨琢磨!
No branches or pull requests
比如一台物理服务器跑了8个zankv(8个分区),就要有8个rsync --daemon
多谢!
The text was updated successfully, but these errors were encountered: