← Back to team overview

maria-developers team mailing list archive

Re: [Commits] 53696a6: MDEV-10004: Galera's pc.recovery process fails in 10.1 with systemd

 

Hi Nirbhay,

Looks good to push.

On Thu, May 26, 2016 at 11:52:04PM -0400, Nirbhay Choubey wrote:
> revision-id: 53696a63a2a517e04bf27382184162da50994ecb (mariadb-10.1.14-4-g53696a6)
> parent(s): 9a1c4e900b98fdb9940aab57c895753f175c2bd8
> author: Nirbhay Choubey
> committer: Nirbhay Choubey
> timestamp: 2016-05-26 23:52:04 -0400
> message:
> 
> MDEV-10004: Galera's pc.recovery process fails in 10.1 with systemd
...skip...

> +# Safety checks
> +if [ -n "$log_file" -a -f "$log_file" ]; then
> +  [ "$euid" = "0" ] && chown $user $log_file
> +      chmod 600 $log_file
> +else
> +  echo "WSREP: mktemp failed"
Should this be "log" instead of "echo"?

Regards,
Sergey


Follow ups