GitHub user akrasnov-drv added a comment to the discussion: Support for 
hugepages in KVM VMs

Maybe I faced this
```
public void validateExtraConfigInServiceOfferingDetail(String detailName) {
        if (!detailName.equals(DpdkHelper.DPDK_NUMA) && 
!detailName.equals(DpdkHelper.DPDK_HUGE_PAGES)
                && !detailName.startsWith(DpdkHelper.DPDK_INTERFACE_PREFIX)) {
            throw new InvalidParameterValueException("Only extraconfig for DPDK 
are supported in service offering details");
        }
    }
```

GitHub link: 
https://github.com/apache/cloudstack/discussions/11187#discussioncomment-14031512

----
This is an automatically sent email for users@cloudstack.apache.org.
To unsubscribe, please send an email to: users-unsubscr...@cloudstack.apache.org

Reply via email to