mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-21 06:09:39 +08:00
修正:storage增加IsSysDiskStore属性,标示是否支持系统盘创建。阿里云cloud存储不支持系统盘创建
This commit is contained in:
@@ -123,6 +123,8 @@ type ICloudStorage interface {
|
||||
GetIDiskById(idStr string) (ICloudDisk, error)
|
||||
|
||||
GetMountPoint() string
|
||||
|
||||
IsSysDiskStore() bool
|
||||
}
|
||||
|
||||
type ICloudHost interface {
|
||||
|
||||
Reference in New Issue
Block a user