Skip to content

Commit 758b4c0

Browse files
committed
CA-115459: Change the xe command to use a safe reboot during Emergency Network Reset
Signed-off-by: Akshay <[email protected]>
1 parent 8ff9afa commit 758b4c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/xe-reset-networking

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,5 +219,5 @@ Type 'no' to cancel.
219219
os.system("/etc/sysconfig/network-scripts/interface-rename.py --reset-to-install")
220220

221221
# Reboot
222-
os.system("/sbin/reboot -f")
222+
os.system("mount -o remount,rw / && reboot -f")
223223

0 commit comments

Comments
 (0)