mirror of
https://github.com/OpenNebula/one.git
synced 2025-02-03 13:47:01 +03:00
parent
f26b068e3f
commit
d56d2f8c9f
@ -72,7 +72,7 @@ const PIN_POLICY = (hypervisor) => {
|
||||
() =>
|
||||
isFirecracker
|
||||
? NUMA_PIN_POLICIES[2] // SHARED
|
||||
: undefined // NONE
|
||||
: NUMA_PIN_POLICIES[0] // NONE
|
||||
),
|
||||
fieldProps: { disabled: isVCenter || isFirecracker },
|
||||
}
|
||||
@ -109,7 +109,7 @@ const SOCKETS = (hypervisor) => ({
|
||||
validation: number()
|
||||
.notRequired()
|
||||
.integer()
|
||||
.default(() => undefined),
|
||||
.default(() => 1),
|
||||
fieldProps: {
|
||||
disabled: hypervisor === firecracker,
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user