shuai2016
Results
1
issues of
shuai2016
**问题描述/What happened**: 创建虚拟机时,指定了调度标签,使用Ceph存储时,不指定backend会报错。backend可能是个缺省的配置,不指定时会默认为local。但是如果指定了调度标签,是可以读取调度标签中资源的类型的,是不是可以不指定backend。 **环境/Environment**: ```json { "disks": [ { "backend": "rbd", "disk_type": "sys", "image_id": "xxx", "index": 0, "os_arch": "x86", "schedtags": [ { "id": "xxx", "resource_type": "storages" } ] } ],...
bug
stale
state/awaiting processing