- 当前使用oceanctl更新存储后端信息时,仅支持更新存储后端密码。
- 若在存储侧更新了后端的账号密码,CSI插件会因登录失败而重试,可能会导致账号被锁定。如果账号被锁定,请参考存储侧更新密码后账户被锁定章节修改。
更新存储后端
- 1: oceanctl更新存储后端密码
- 2: 手动更新存储后端
1 - oceanctl更新存储后端密码
更新后端示例
执行以下命令获取更新存储后端帮助。
oceanctl update backend -h
命令结果如下:
Update a backend for Ocean Storage in Kubernetes Usage: oceanctl update backend <name> [flags] Examples: # Update backend account information in default(huawei-csi) namespace oceanctl update backend <name> --password # Update backend account information in specified namespace oceanctl update backend <name> -n namespace --password Flags: -h, --help help for backend -n, --namespace string namespace of resources --password Update account password
执行以下命令更新存储后端信息。
oceanctl update backend backend-1 --password
根据提示输入新的用户名和密码:
Please enter this backend user name:admin Please enter this backend password: backend/backend-1 updated