v1.14.0
This commit is contained in:
@@ -56,6 +56,9 @@ type InfoDisk struct {
|
||||
// BLK Discard
|
||||
BLKDiscard bool `json:"blkdiscard"`
|
||||
|
||||
// Block size of disk
|
||||
BlockSize string `json:"block_size"`
|
||||
|
||||
// Boot partition
|
||||
BootPartition uint64 `json:"bootPartition"`
|
||||
|
||||
@@ -218,6 +221,9 @@ type ItemReplication struct {
|
||||
// Detailed indormation about disk
|
||||
type RecordDisk struct {
|
||||
|
||||
// Block size of disk
|
||||
BlockSize string `json:"block_size"`
|
||||
|
||||
//Created by
|
||||
CreatedBy string `json:"createdBy"`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user