-
Notifications
You must be signed in to change notification settings - Fork 45
Description
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.