From f21f56c8a953afb3249c9e20fcafe58a9e79e0e2 Mon Sep 17 00:00:00 2001 From: cxhong Date: Tue, 11 Aug 2020 09:25:42 -0400 Subject: [PATCH] Added enabling nv_rsync service in cuda11_power9_setup postscripts --- xCAT-server/share/xcat/samples/cuda11/cuda11_power9_setup | 3 +++ 1 file changed, 3 insertions(+) diff --git a/xCAT-server/share/xcat/samples/cuda11/cuda11_power9_setup b/xCAT-server/share/xcat/samples/cuda11/cuda11_power9_setup index 5a2a27f0c..5c004c3e3 100755 --- a/xCAT-server/share/xcat/samples/cuda11/cuda11_power9_setup +++ b/xCAT-server/share/xcat/samples/cuda11/cuda11_power9_setup @@ -145,6 +145,9 @@ $CHROOTCMD /bin/bash -c "systemctl enable nvidia-persistenced" [ ! -z "${IMG_ROOTIMGDIR}" ] && CHROOTCMD="chroot ${IMG_ROOTIMGDIR}" $CHROOTCMD /bin/bash -c "systemctl enable nvidia_gdrcopy_kernel.service" +[ ! -z "${IMG_ROOTIMGDIR}" ] && CHROOTCMD="chroot ${IMG_ROOTIMGDIR}" +$CHROOTCMD /bin/bash -c "systemctl enable nv_rsync_mem.service" + if [ -z "${IMG_ROOTIMGDIR}" ] then mv "${IMG_ROOTIMGDIR}/bin/uname.xcat" "${IMG_ROOTIMGDIR}/bin/uname"