Comment BSR configuration since BSR is not supporting x Linux yet. One additional work is to update document to uncomment these configuration if they are working with power linux

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@12493 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
wanghuaz 2012-05-03 06:06:39 +00:00
parent fbb1964488
commit cdd5887194

View File

@ -89,10 +89,10 @@ if [ "$OS" != "AIX" ]; then
fi
# BSR configuration for Power Linux nodes
if [ "$OS" != "AIX" ]; then
chroot $installroot groupadd bsr
chroot $installroot mkdir -p /var/lib/bsr
chroot $installroot chown root:bsr /var/lib/bsr
chroot $installroot chmod g+sw /var/lib/bsr
fi
# BSR configuration, uncomment the following lines to enable BSR configuration on Power Linux cluter.
#if [ "$OS" != "AIX" ]; then
# chroot $installroot groupadd bsr
# chroot $installroot mkdir -p /var/lib/bsr
# chroot $installroot chown root:bsr /var/lib/bsr
# chroot $installroot chmod g+sw /var/lib/bsr
#fi