修正:storage增加IsSysDiskStore属性,标示是否支持系统盘创建。阿里云cloud存储不支持系统盘创建

This commit is contained in:
Qiu Jian
2019-01-15 22:42:55 +08:00
parent 35adcede87
commit f3b85dcb7b
13 changed files with 69 additions and 4 deletions
+2
View File
@@ -123,6 +123,8 @@ type ICloudStorage interface {
GetIDiskById(idStr string) (ICloudDisk, error)
GetMountPoint() string
IsSysDiskStore() bool
}
type ICloudHost interface {