Skip to content

function 'split' called with mis-matched arguments #63

@cova-fe

Description

@cova-fe

Hi all, tring to run this module I'm getting this error:

Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Evaluation Error: Error while evaluating a Function Call, function 'split' called with mis-matched arguments
expected one of:
split(String str, String pattern) - arg count {2}
split(String str, Regexp pattern) - arg count {2}
split(String str, Type[Regexp] pattern) - arg count {2}
actual:
split(Undef, String) - arg count {2} at modules/gluster/manifests/volume.pp:85:22 on node

looking at the code, gluster_brick_group_fact is the variable used and indeed it seems empty.

looking also in facts directory, (tmp/gluster/brick/fsuuid), it contains no files, thus the error.

Unfortunately, I can't understand where can it be the problem. Any hint about where to look? (glusterfs 3.4)

Many thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions