We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cfeccfd + c4ea7ee commit 20f4f4fCopy full SHA for 20f4f4f
devsetup/scripts/gen-edpm-node-bgp.sh
@@ -218,6 +218,9 @@ sed -i /PERSISTENT_DHCLIENT/d /etc/sysconfig/network-scripts/ifcfg-eth0
218
systemctl restart NetworkManager
219
ip r add default via 192.168.122.1
220
221
+# Remove stale artifacts that are auto-generated during EDPM deployment
222
+rm -f /etc/nvme/hostid /etc/nvme/hostnqn
223
+
224
EOF
225
done
226
devsetup/scripts/gen-edpm-node.sh
@@ -273,6 +273,9 @@ echo DNS1=$DNS >> $NETSCRIPT
273
sed -i s/dhcp/none/g $NETSCRIPT
274
sed -i /PERSISTENT_DHCLIENT/d $NETSCRIPT
275
276
+# Remove NVMe artifacts that are auto-generated when nvme-cli RPM is installed
277
278
279
# Additional commands
280
281
0 commit comments