mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-24 16:03:43 +08:00
fix: 填充gcp disk_format字段
This commit is contained in:
@@ -109,7 +109,7 @@ func (disk *SDisk) GetIStorageId() string {
|
||||
}
|
||||
|
||||
func (disk *SDisk) GetDiskFormat() string {
|
||||
return ""
|
||||
return "raw"
|
||||
}
|
||||
|
||||
func (disk *SDisk) GetDiskSizeMB() int {
|
||||
|
||||
Reference in New Issue
Block a user