Changeset 215 for drbl-virt/sbin/drbl_kvm_patch.sh
- Timestamp:
- Oct 19, 2010, 11:14:46 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
drbl-virt/sbin/drbl_kvm_patch.sh
r214 r215 16 16 # = 1. Patch DRBL xen env for client = 17 17 # == Shutdown all drbl client == 18 echo "" 19 echo "Please check all client are shutdown !!!" 20 echo "you can use /opt/drbl/sbin/dcs to shutdown." 18 echo -e "\nPlease shutdown all drbl client !!!" 19 echo "You can use /opt/drbl/sbin/dcs to shutdown." 21 20 read -p "Push [Enter] to continue......" 22 21 … … 71 70 fi 72 71 # for CentOS & Fedora 73 elif [ -e /etc/sysconfig/modules ] 72 elif [ -e /etc/sysconfig/modules ]; then 74 73 grep -r "modprobe kvm" /etc/sysconfig/modules/ 75 74 if [ $? -eq 1 ]; then … … 84 83 fi 85 84 EOF 86 87 85 chmod +x /etc/sysconfig/modules/kvm.modules 88 86 fi
Note: See TracChangeset
for help on using the changeset viewer.