Skip to content

Commit 0f4c0f3

Browse files
committed
README update
1 parent 982c719 commit 0f4c0f3

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,19 @@ org.gluster.test.AppTest.java <--- Your test cases go here (if
167167
./COPYING <--- License
168168
./README <--- This file
169169

170+
171+
172+
JENKINS
173+
-------
174+
175+
At the moment, you need to run as root - this can be done by modifying this line in the jenkins init.d/ script.
176+
This is because of the mount command issued in the GlusterFileSystem.
177+
178+
#daemon --user "$JENKINS_USER" --pidfile "$JENKINS_PID_FILE" $JAVA_CMD $PARAMS > /dev/null
179+
echo "WARNING: RUNNING AS ROOT"
180+
daemon --user root --pidfile "$JENKINS_PID_FILE" $JAVA_CMD $PARAMS > /dev/null
181+
182+
170183
BUILDING
171184
--------
172185

0 commit comments

Comments
 (0)