This commit is contained in:
2026-07-31 16:32:54 +04:00
parent 1bf30e8778
commit f34fa6055c
3 changed files with 26 additions and 38 deletions

View File

@@ -1795,6 +1795,9 @@ type RecordMigrateStorageInfo struct {
// Migration completion status
Completed bool `json:"completed"`
// CPU set
CPUSet string `json:"cpu_set"`
// Daemon address
DaemonAddr string `json:"daemonAddr"`
@@ -1906,6 +1909,9 @@ type ShadowCompute struct {
// Chipset
Chipset string `json:"chipset"`
// Clock
Clock string `json:"clock"`
// Clone reference
CloneReference uint64 `json:"cloneReference"`
@@ -1915,6 +1921,9 @@ type ShadowCompute struct {
// Compute CI ID
ComputeCIID uint64 `json:"computeciId"`
// CPU alignment profile
CPUAlignmentProfile CPUAlignmentProfile `json:"cpu_alignment_profile"`
// CPU pin
CPUPin bool `json:"cpupin"`
@@ -2059,6 +2068,9 @@ type ShadowCompute struct {
// VNC password
VNCPassword string `json:"vncPasswd"`
// Weight
Weight uint64 `json:"weight"`
// Zone ID
ZoneID uint64 `json:"zoneId"`
}
@@ -2173,6 +2185,9 @@ type ItemShadowComputeInterface struct {
// Enabled
Enabled bool `json:"enabled"`
// Enable default gateway
EnableDefaultGateway bool `json:"enable_default_gateway"`
// Node ID
NodeID uint64 `json:"nodeId"`

View File

@@ -477,11 +477,11 @@ type DPDK struct {
// Bridges
Bridges Bridges `json:"bridges"`
// ovs dpdk cores
OVSDPDKCores []uint64 `json:"ovs_dpdk_cores"`
// hp memory
HPMemory map[string]uint64 `json:"hp_memory"`
// pmd cpu
PMDCPU []uint64 `json:"pmd_cpu"`
}
// Bridges