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
command: curveadm deploy version: v0.2.0 docker version: Docker version 19.03.15, build 99e3ed8919 执行情况: 构建CurveFS集群时
在 getClusterPool 函数里的第一个语句: poolset := curveadm.MemStorage().Get(comm.POOLSET).(string) 中get得到的是一个空指针,但是却没有报panic 空指针证明:
poolset := curveadm.MemStorage().Get(comm.POOLSET).(string)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
command: curveadm deploy
version: v0.2.0
docker version: Docker version 19.03.15, build 99e3ed8919
执行情况: 构建CurveFS集群时
在 getClusterPool 函数里的第一个语句:
poolset := curveadm.MemStorage().Get(comm.POOLSET).(string)
中get得到的是一个空指针,但是却没有报panic空指针证明:
The text was updated successfully, but these errors were encountered: