This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
heartbeat_plus_lxc [2016/04/19 14:32] val |
heartbeat_plus_lxc [2017/10/11 14:28] (current) val |
||
|---|---|---|---|
| Line 9: | Line 9: | ||
| case $1 in | case $1 in | ||
| start) | start) | ||
| - | lxc-start -n mail -d | + | lxc-start -n server |
| ;; | ;; | ||
| stop) | stop) | ||
| - | lxc-stop -n mail | + | lxc-stop -n server |
| ;; | ;; | ||
| esac | esac | ||
| + | |||
| + | exit 0 | ||
| </code><code> | </code><code> | ||
| root@nodeN:~# chmod +x /etc/ha.d/resource.d/lxcserv | root@nodeN:~# chmod +x /etc/ha.d/resource.d/lxcserv | ||