42 |
|
|
43 |
Int14Vector() |
Int14Vector() |
44 |
{ |
{ |
45 |
echo CRITICAL: GlusterFS mount point ${1} does not seem to work. Could not list the contents! |
echo CRITICAL: GlusterFS mount point ${1} is not working. Could not list the contents! |
46 |
exit 2 |
exit 2 |
47 |
} |
} |
48 |
|
|
63 |
# If we get past this point it means that everything went fine. |
# If we get past this point it means that everything went fine. |
64 |
|
|
65 |
# Return success. |
# Return success. |
66 |
echo OK: GlusterFS mount ${1} seems to be working correctly |
echo OK: GlusterFS mount ${1} is available |
67 |
|
|
68 |
# Kill the alarm timer, we do not need it any more. (bash will write to stdout about the process that got killed, redirecting makes no sense here) |
# Kill the alarm timer, we do not need it any more. (bash will write to stdout about the process that got killed, redirecting makes no sense here) |
69 |
kill -9 ${!} |
kill -9 ${!} |