Browse Source

Remove cloud-utils-growpart from node package list

This package is already installed on AWS base images and conflicts with
gce-disk-expand which is pre-installed on GCP images.  growpart is not
implemented for RHEL hosts and is not required.
Russell Teague 5 năm trước cách đây
mục cha
commit
2ec759dcab

+ 1 - 1
roles/openshift_node/defaults/main.yml

@@ -87,7 +87,7 @@ openshift_node_support_packages_base:
   - iptables-services
   - iptables-services
   - bridge-utils
   - bridge-utils
   - container-storage-setup
   - container-storage-setup
-  - cloud-utils-growpart
+  #- cloud-utils-growpart
   - ceph-common
   - ceph-common
 
 
 openshift_node_support_packages_by_arch:
 openshift_node_support_packages_by_arch: