v15.7.0
This commit is contained in:
@@ -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"`
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user