[pve-devel] applied: [PATCH cluster] fix #1486 pmxcfs spelling mistake

Wolfgang Bumiller w.bumiller at proxmox.com
Mon Sep 4 15:49:51 CEST 2017


applied

On Wed, Aug 23, 2017 at 10:49:29AM +0200, Alwin Antreich wrote:
> Signed-off-by: Alwin Antreich <a.antreich at proxmox.com>
> ---
>  data/src/pmxcfs.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/data/src/pmxcfs.c b/data/src/pmxcfs.c
> index 8fa3bcc..5547d5d 100644
> --- a/data/src/pmxcfs.c
> +++ b/data/src/pmxcfs.c
> @@ -909,7 +909,7 @@ int main(int argc, char *argv[])
>  	int len = memdb_read(memdb, "corosync.conf", &conf_data);
>  	if (len >= 0) {
>  		if (force_local_mode) {
> -			cfs_message("forcing local mode (althought corosync.conf exists)");
> +			cfs_message("forcing local mode (although corosync.conf exists)");
>  			cfs_set_quorate(1, TRUE);
>  		} else {
>  			if (!(dcdb = dcdb_new(memdb)))
> -- 
> 2.11.0




More information about the pve-devel mailing list