opencurve / curve

Curve is a sandbox project hosted by the CNCF Foundation. It's cloud-native, high-performance, and easy to operate. Curve is an open-source distributed storage system for block and shared file storage.

Home Page:https://opencurve.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[tools-v2] curvefs update fs failed to set fsname

h0hmj opened this issue · comments

Describe the bug (描述bug)
curve fs update fs --fsname fs1 --capacity 10GiB

failed to set fsname in request

To Reproduce (复现方法)

above

Expected behavior (期望行为)

should set fsname in request

root cause

command line parse "fsname"
when get and set request, use "fsName"

need fix