Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

webadmin: Change error for using resize policy with dedicated CPUs #620

Merged
merged 1 commit into from
Aug 29, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1310,7 +1310,7 @@ VAR__DETAIL__UNSUPPORTED_COMPATIBILITY_VERSION=$detailMessage it doesn't support
VAR__DETAIL__UNSUPPORTED_EMULATED_MACHINE=$detailMessage it doesn't support the emulated machine '${vmEmulatedMachine}' which is required by the VM. Host supported emulated machines are\: ${hostEmulatedMachines}.
VAR__DETAIL__VM_PINNING_PCPU_DOES_NOT_EXIST=$detailMessage it is either missing online CPU core(s) or the requested CPU core(s) are exclusively pinned by another VM. Unavailable cores are: ${missingCores}
VAR__DETAIL__VM_PINNING_DEDICATED_NOT_FIT=$detailMessage it doesn't have enough CPUs for the dedicated CPU policy that the VM is set with.
VAR__DETAIL__VM_PINNING_CANT_RESIZE_WITH_DEDICATED=$detailMessage it doesn't have enough CPUs for the resize and pin NUMA CPU policy that the VM is set with
VAR__DETAIL__VM_PINNING_CANT_RESIZE_WITH_DEDICATED=$detailMessage it cannot resize the CPU and NUMA virtual topology of the VM due to exclusively pinned CPUs on the host.
VAR__DETAIL__WRONG_OS=$detailMessage its OS is different from what is expected. Expected ${expected}, found ${found}
VAR__ENTITIES__DISKS=$entities Disks
VAR__ENTITIES__GLUSTER_BRICK=$entities gluster brick
Expand Down