Skip to content

Commit 316c980

Browse files
committed
Do not install EFA
1 parent 532ded3 commit 316c980

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

cookbooks/aws-parallelcluster-environment/recipes/config.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
# OR CONDITIONS OF ANY KIND, express or implied. See the License for the specific language governing permissions and
1212
# limitations under the License.
1313

14-
efa 'Configure system for EFA' do
15-
action :configure
16-
end
14+
# efa 'Configure system for EFA' do
15+
# action :configure
16+
# end
1717
nfs "Configure NFS" do
1818
action :configure
1919
end

cookbooks/aws-parallelcluster-environment/recipes/install.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
ephemeral_drives 'install'
1818
ec2_udev_rules 'configure udev'
1919
cloudwatch 'Install amazon-cloudwatch-agent'
20-
efa 'Install EFA'
20+
# efa 'Install EFA'
2121
raid 'Install RAID prerequisite packages'
2222
if lustre_enabled?
2323
lustre 'Install FSx options'

0 commit comments

Comments
 (0)