This commit is contained in:
dayterr
2026-02-20 17:08:59 +03:00
parent e1f0d354af
commit b834e5d074
20 changed files with 280 additions and 22 deletions

View File

@@ -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"`