Skip to content

Commit

Permalink
webadmin: Change error for using resize policy with dedicated CPUs
Browse files Browse the repository at this point in the history
Changed the error message shown when using resize policy together with
dedicated CPUs on the host.

Change-Id: Ie6beeae598fb283fcf8c222d3ee28241986cdf1f
Bug-Url: https://bugzilla.redhat.com/2078189
Signed-off-by: Shmuel Melamud <smelamud@redhat.com>
  • Loading branch information
smelamud authored and ljelinkova committed Aug 29, 2022
1 parent 5edf0d4 commit b782927
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit b782927

Please sign in to comment.