简体   繁体   English

我无法使用自定义cStor存储池声明cStor卷

[英]I am unable to claim cStor volume using the custom cStor storage pool

I was creating manual Cstor pool for disks attached to my nodes, but i am unable to claim volume using the custom storage pool cStor storage pools are running in healthy state. 我正在为连接到节点的磁盘创建手动Cstor池,但是我无法使用自定义存储池声明卷cStor存储池以正常状态运行。

gem-cstor-disk-9wzj-6c9c8f75c5-mq6gp                              2/2     Running   0          154m
gem-cstor-disk-iru2-68c85445cf-pqg6b                              2/2     Running   0          132m
gem-cstor-disk-m3bx-6fcddc7dcd-f9dg2                              2/2     Running   0          154m

From maya-apiserver, 从maya-apiserver,

2019/01/16 12:47:17.907038 [ERR] http: Request GET /latest/volumes/pvc-b8dacfcc-198c-11e9-9141-503eaa028845, error: error converting YAML to JSON: yaml: line 4: mapping values are not allowed in this context
2019/01/16 12:47:17.907070 [DEBUG] http: Request /latest/volumes/pvc-b8dacfcc-198c-11e9-9141-503eaa028845 (596.053376ms)
2019/01/16 12:47:43.536149 [DEBUG] http: Request /latest/volumes/pvc-b9a40023-198c-11e9-9141-503eaa028845 (GET)
I0116 12:47:43.536184       8 volume_endpoint_v1alpha1.go:52] cas template based volume request was received: method 'GET'
I0116 12:47:43.536206       8 volume_endpoint_v1alpha1.go:137] cas template based volume read request was received
E0116 12:47:44.705380       8 volume_endpoint_v1alpha1.go:175] failed to read cas template based volume: error 'error converting YAML to JSON: yaml: line 4: mapping values are not allowed in this context'
2019/01/16 12:47:44.705424 [ERR] http: Request GET /latest/volumes/pvc-b9a40023-198c-11e9-9141-503eaa028845, error: error converting YAML to JSON: yaml: line 4: mapping values are not allowed in this context
2019/01/16 12:47:44.705458 [DEBUG] http: Request /latest/volumes/pvc-b9a40023-198c-11e9-9141-503eaa028845 (1.169318391s)

Going thourgh PVC, SC yamls and found that StorageClass YAML is not correct. 在PVC,SC yamls上进行查找,发现StorageClass YAML不正确。 It contain extra space added. 它包含额外的空间。 Just removed and re-applied. 刚刚删除并重新应用。 Everything went fine. 一切都很好。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM