Ignore:
Timestamp:
Oct 19, 2010, 11:14:46 AM (14 years ago)
Author:
rock
Message:

Add: KVM support (check KVM kernel)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • drbl-virt/sbin/drbl_kvm_patch.sh

    r214 r215  
    1616# = 1. Patch DRBL xen env for client =
    1717# == 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."
     18echo -e "\nPlease shutdown all drbl client !!!"
     19echo "You can use /opt/drbl/sbin/dcs to shutdown."
    2120read -p "Push [Enter] to continue......"
    2221
     
    7170    fi
    7271# for CentOS & Fedora
    73 elif [ -e /etc/sysconfig/modules ]
     72elif [ -e /etc/sysconfig/modules ]; then
    7473    grep -r "modprobe kvm" /etc/sysconfig/modules/
    7574    if [ $? -eq 1 ]; then
     
    8483fi
    8584EOF
    86 
    8785    chmod +x /etc/sysconfig/modules/kvm.modules
    8886    fi
Note: See TracChangeset for help on using the changeset viewer.