c...@rocks-127.sdsc.edu
unread,Feb 8, 2013, 2:26:46 PM2/8/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rocks-clusters-de...@googlegroups.com, anoop.r...@gmail.com, greg....@gmail.com, mason...@gmail.com, philip.pa...@gmail.com, luca.c...@gmail.com
clem 13/02/08 11:26:46
Modified: src/roll/service-pack/nodes service-pack-server.xml
Log:
fix xml parsing issue
service-pack-server.xml was a malformed xml
added a zfs true for nas appliance
Revision Changes Path
1.17 +3 -2 rocks/src/roll/service-pack/nodes/service-pack-server.xml
Index: service-pack-server.xml
===================================================================
RCS file: /home/cvs/CVSROOT/rocks/src/roll/service-pack/nodes/service-pack-server.xml,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -b -t -w -r1.16 -r1.17
--- service-pack-server.xml 6 Feb 2013 19:20:09 -0000 1.16
+++ service-pack-server.xml 8 Feb 2013 19:26:46 -0000 1.17
@@ -19,10 +19,8 @@
echo "<package cond=\"roll_install_on_the_fly\">$name</package>";
done
- --
this code is only used to upgrade an already existing system running
rocks 6.1
- --
-->
<package cond="roll_install_on_the_fly">foundation-git</package>
<package cond="roll_install_on_the_fly">foundation-mysql</package>
@@ -189,6 +187,9 @@
rm /etc/ld.so.conf.d/foundation-mysql.conf
/sbin/ldconfig
+#zfs-linux
+/opt/rocks/bin/rocks set appliance attr nas zfs true
+
echo ------------------------ Service pack installed ------------------------