diff --git a/pkg/harvester/config/feature-flags.js b/pkg/harvester/config/feature-flags.js index e55b4726..7b4aee6a 100644 --- a/pkg/harvester/config/feature-flags.js +++ b/pkg/harvester/config/feature-flags.js @@ -71,6 +71,7 @@ const FEATURE_FLAGS = { 'v1.8.1': [], 'v1.9.0': [ 'supportFilesystem', + 'disableResourcePooling', ], }; diff --git a/pkg/harvester/dialog/EnablePciPassthrough.vue b/pkg/harvester/dialog/EnablePciPassthrough.vue index 733099a7..feb108a8 100644 --- a/pkg/harvester/dialog/EnablePciPassthrough.vue +++ b/pkg/harvester/dialog/EnablePciPassthrough.vue @@ -1,6 +1,8 @@